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-43693: Add _PyCode_New(). #26375

Merged

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented May 26, 2021

This is an internal-only API that helps us manage the many values used to create a code object.

https://bugs.python.org/issue43693

@ericsnowcurrently ericsnowcurrently requested a review from markshannon May 26, 2021
@ericsnowcurrently ericsnowcurrently requested a review from tiran as a code owner May 26, 2021
@ericsnowcurrently ericsnowcurrently removed the request for review from tiran May 26, 2021
@ericsnowcurrently ericsnowcurrently force-pushed the ericsnowcurrently:code-object-cleanup-new branch 2 times, most recently from 2cd8dfb to 9bcbbea May 26, 2021
Objects/codeobject.c Outdated Show resolved Hide resolved
Objects/codeobject.c Outdated Show resolved Hide resolved
@markshannon
Copy link
Contributor

@markshannon markshannon commented May 27, 2021

Just a couple of minor issues.

@markshannon
Copy link
Contributor

@markshannon markshannon commented May 27, 2021

LGTM 👍

@ericsnowcurrently ericsnowcurrently merged commit 9f494d4 into python:main May 27, 2021
11 checks passed
11 checks passed
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86)
Details
@github-actions
Windows (x64)
Details
@github-actions
macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
Azure Pipelines PR #20210527.19 succeeded
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
@bedevere-bot
bedevere/issue-number Issue number 43693 found
Details
@bedevere-bot
bedevere/news "skip news" label found
@ericsnowcurrently ericsnowcurrently deleted the ericsnowcurrently:code-object-cleanup-new branch May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants