-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add signatures for some builtins #111999
Labels
3.13
bugs and security fixes
docs
Documentation in the Doc dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
release-blocker
type-feature
A feature request or enhancement
Comments
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 12, 2023
|
This change exposed a bug in a test: #112001. |
serhiy-storchaka
added a commit
that referenced
this issue
Nov 13, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
|
The signature for |
|
Thank you for catching this @JelleZijlstra. |
JelleZijlstra
pushed a commit
that referenced
this issue
May 25, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 25, 2024
(cherry picked from commit 08e6543) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
JelleZijlstra
pushed a commit
that referenced
this issue
May 25, 2024
|
Is there more to do here? |
|
Thanks @serhiy-storchaka for the quick fix! |
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
docs
Documentation in the Doc dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
release-blocker
type-feature
A feature request or enhancement

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Feature or enhancement
Signature can be manually added for some builtin functions and classes that do not use Argument Clinic.
Linked PRs
The text was updated successfully, but these errors were encountered: