Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-130931: Add pycore_interpframe.h internal header#131249
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Mar 14, 2025 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
a4816c3 to b2db8eaComparevstinner commented Mar 18, 2025
8660a4a to 8161a9bCompareMove _PyInterpreterFrame and associated functions to a new pycore_interpframe.h header.
8161a9b to 0d60edbComparevstinner commented Mar 19, 2025
@markshannon: Are you ok with this trade-off to unblock Cython for now? |
5c44d7d into python:mainUh oh!
There was an error while loading. Please reload this page.
vstinner commented Mar 19, 2025
See @markshannon's comment on the issue: #130931 (comment) |
bedevere-bot commented Mar 19, 2025
|
colesbury commented Mar 21, 2025
Would you please add this to |
vstinner commented Mar 21, 2025
Oops, I was sure that I did! I wrote #131545 to add it to PYTHON_HEADERS. |
Move _PyInterpreterFrame and associated functions to a new pycore_interpframe.h header.