[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189)#105841
Merged
carljm merged 1 commit intopython:3.12from Jun 16, 2023
Merged
[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189)#105841carljm merged 1 commit intopython:3.12from
carljm merged 1 commit intopython:3.12from
Conversation
) * bpo-44530: Document the change in MAKE_FUNCTION behavior Fixes dis module documentation for MAKE_FUNCTION due to python@2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS (cherry picked from commit 486b52a) Co-authored-by: Alex Doe <alexdoesh@gmail.com>
Member
|
@alexdoesh I think CLA bot is confused by the differing email addresses on your git commits vs your GH account. Can you click the button above to sign and see if that resolves it? |
Contributor
Done. @carljm, it seems to be signed correctly now, right? |
Member
|
Yep, looks good, thank you! |
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
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.
Fixes dis module documentation for MAKE_FUNCTION due to 2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS
(cherry picked from commit 486b52a)
Co-authored-by: Alex Doe alexdoesh@gmail.com
📚 Documentation preview 📚: https://cpython-previews--105841.org.readthedocs.build/