-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Add missed details of the C API introduced in 3.7. #7047
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
Conversation
* Set the limited API version for PyImport_GetModule and PyOS_*Fork functions. * Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def. * Add several functions in Doc/data/refcounts.dat.
ericsnowcurrently
left a comment
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.
LGTM. Thanks for catching this! Sorry I missed it.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
* Set the limited API version for PyImport_GetModule and PyOS_*Fork functions. * Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def. * Add several functions in Doc/data/refcounts.dat.. (cherry picked from commit 4e29f56) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-7061 is a backport of this pull request to the 3.7 branch. |
PyImport_GetModuleandPyOS_*Forkfunctions.PyImport_GetModuleandPy_UTF8ModeinPC/python3.def.Doc/data/refcounts.dat.