Update to Python 3.11 alpha 6 by vstinner · Pull Request #4671 · cython/cython · GitHub
Skip to content

Update to Python 3.11 alpha 6 - #4671

Closed
vstinner wants to merge 1 commit into
cython:0.29.xfrom
vstinner:py311a6
Closed

vstinner wants to merge 1 commit into
cython:0.29.xfrom
vstinner:py311a6

Conversation

@vstinner

@vstinner vstinner commented Mar 1, 2022

Copy link
Copy Markdown
Contributor

Include pycore_frame.h of the Python internal C API to get the
PyFrameObject structure.

For example, it is needed by the __Pyx_PyFrame_SetLineNumber() macro
to set the frame->f_lineno field.

Include pycore_frame.h of the Python internal C API to get the
PyFrameObject structure.

For example, it is needed by the __Pyx_PyFrame_SetLineNumber() macro
to set the frame->f_lineno field.
@vstinner

vstinner commented Mar 1, 2022

Copy link
Copy Markdown
Contributor Author

@vstinner
vstinner changed the base branch from master to 0.29.x March 1, 2022 21:38
@scoder

scoder commented Mar 2, 2022

Copy link
Copy Markdown
Contributor

This is mostly a duplicate of #4667, with a few differences. Is Py_BUILD_CORE needed? We never set that anywhere so far.

@scoder scoder closed this Mar 2, 2022
@vstinner

vstinner commented Mar 2, 2022

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants