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

Use PyThreadState_EnterTracing() #268

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Use PyThreadState_EnterTracing() #268

merged 1 commit into from
Nov 2, 2021

Conversation

vstinner
Copy link
Contributor

Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing() for
Python 3.10 and older. Functions added to Python 3.11.0a2:
python/cpython@547d26a

PyThreadState.cframe.use_tracing format changed again in Python
3.11.0a2 (value set to 0 or 255):
python/cpython@bd627eb

This change makes greenlet ready for these changes and future CPython
internal changes.

Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing() for
Python 3.10 and older. Functions added to Python 3.11.0a2:
python/cpython@547d26a

PyThreadState.cframe.use_tracing format changed again in Python
3.11.0a2 (value set to 0 or 255):
python/cpython@bd627eb

This change makes greenlet ready for these changes and future CPython
internal changes.
@jamadden jamadden merged commit 9b49da5 into python-greenlet:master Nov 2, 2021
@vstinner vstinner deleted the enter_tracing2 branch November 8, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants