◐ Shell
reader mode source ↗
Skip to content

bpo-40429: PyThreadState_GetFrame() returns a strong ref#19781

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:tstate_getframe
Apr 29, 2020
Merged

bpo-40429: PyThreadState_GetFrame() returns a strong ref#19781
vstinner merged 1 commit into
python:masterfrom
vstinner:tstate_getframe

Conversation

@vstinner

@vstinner vstinner commented Apr 29, 2020

Copy link
Copy Markdown
Member

The PyThreadState_GetFrame() function now returns a strong reference
to the frame.

https://bugs.python.org/issue40429

The PyThreadState_GetFrame() function now returns a strong reference
to the frame.
@vstinner vstinner merged commit 4386b90 into python:master Apr 29, 2020
@vstinner vstinner deleted the tstate_getframe branch April 29, 2020 01:01
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.

3 participants