Skip to content
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

bpo-45492: Corrected documentation for co_names in inspect library #31456

Merged
merged 2 commits into from Mar 2, 2022

Conversation

slateny
Copy link
Contributor

@slateny slateny commented Feb 21, 2022

Updated documentation to mirror inspect.py

https://bugs.python.org/issue45492

@iritkatriel iritkatriel merged commit 3257d49 into python:main Mar 2, 2022
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 2, 2022

Thanks @slateny for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 2, 2022

Sorry @slateny and @iritkatriel, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 3257d49d236e5f3453fe9d2fd8338bcdfe9756b7 3.10

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 2, 2022

Sorry, @slateny and @iritkatriel, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 3257d49d236e5f3453fe9d2fd8338bcdfe9756b7 3.9

iritkatriel added a commit to iritkatriel/cpython that referenced this issue Mar 2, 2022
iritkatriel added a commit to iritkatriel/cpython that referenced this issue Mar 2, 2022
iritkatriel added a commit to iritkatriel/cpython that referenced this issue Mar 2, 2022
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Mar 2, 2022

GH-31645 is a backport of this pull request to the 3.10 branch.

iritkatriel added a commit that referenced this issue Mar 2, 2022
…rary doc (GH-31456). (GH-31645)

(cherry picked from commit 3257d49)

Co-authored-by: slateny <[email protected]>

Co-authored-by: slateny <[email protected]>
@slateny slateny deleted the s/inspect branch Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants