Skip to content

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.

2 participants