-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ctypes documentation #115092
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove a left-over sentence that refers to an [example that was present in Python 3.10 and was using `Py_OptimizeFlag`](https://docs.python.org/3.10/library/ctypes.html#accessing-values-exported-from-dlls).
willingc
approved these changes
Feb 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been done in #96070, which changes the example so that the paragraph after it doesn't make sense. But, the review missed it... |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Feb 26, 2024
…zeFlag from ctypes documentation (pythonGH-115092) Remove a left-over sentence that refers to Py_OptimizeFlag Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``. (cherry picked from commit 915d7dd) Co-authored-by: Antti Haapala <[email protected]>
GH-115936 is a backport of this pull request to the 3.12 branch. |
encukou
pushed a commit
that referenced
this pull request
Feb 26, 2024
…izeFlag from ctypes documentation (GH-115092) (GH-115936) Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``. (cherry picked from commit 915d7dd) Co-authored-by: Antti Haapala <[email protected]>
woodruffw
pushed a commit
to woodruffw-forks/cpython
that referenced
this pull request
Mar 4, 2024
…zeFlag from ctypes documentation (pythonGH-115092) Remove a left-over sentence that refers to Py_OptimizeFlag Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``.
adorilson
pushed a commit
to adorilson/cpython
that referenced
this pull request
Mar 25, 2024
…zeFlag from ctypes documentation (pythonGH-115092) Remove a left-over sentence that refers to Py_OptimizeFlag Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``.
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this pull request
Apr 17, 2024
…zeFlag from ctypes documentation (pythonGH-115092) Remove a left-over sentence that refers to Py_OptimizeFlag Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``.
LukasWoodtli
pushed a commit
to LukasWoodtli/cpython
that referenced
this pull request
Jan 22, 2025
…zeFlag from ctypes documentation (pythonGH-115092) Remove a left-over sentence that refers to Py_OptimizeFlag Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove a left-over sentence that refers to an example that was present in Python 3.11 and was using
Py_OptimizeFlag
.Should be also backported to 3.12 tip?
📚 Documentation preview 📚: https://cpython-previews--115092.org.readthedocs.build/