-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Argument Clinic: remove the 'version' directive #113336
Labels
Comments
erlend-aasland
added
type-feature
A feature request or enhancement
topic-argument-clinic
labels
Dec 20, 2023
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Dec 20, 2023
The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has not been in use in the CPython code base, and the 'version' variable has never been bumped.
erlend-aasland
added a commit
that referenced
this issue
Dec 21, 2023
ryan-duve
pushed a commit
to ryan-duve/cpython
that referenced
this issue
Dec 26, 2023
…ython#113341) The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has not been in use in the CPython code base, and the 'version' variable has never been bumped.
kulikjak
pushed a commit
to kulikjak/cpython
that referenced
this issue
Jan 22, 2024
…ython#113341) The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has not been in use in the CPython code base, and the 'version' variable has never been bumped.
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…ython#113341) The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has not been in use in the CPython code base, and the 'version' variable has never been bumped.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…ython#113341) The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has not been in use in the CPython code base, and the 'version' variable has never been bumped.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
The
version
directive was added in #63929 (Nov 2013), to make it possible for a programmer to require a specific version of Argument Clinic. However, since the "version number" has been hard-coded to "1" since Nov 2013, theversion
directive has not been used in the CPython code base, and since Argument Clinic is an internal tool, I suggest we remove this feature.Linked PRs
The text was updated successfully, but these errors were encountered: