bpo-38858: Fix reference leak in pycore_init_types() by vstinner · Pull Request #17286 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in
new_interpreter().
Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in new_interpreter().
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
skip news
label
vstinner
merged commit
e7e699e
into
python:master
vstinner
deleted the
fix_pycore_init_types
branch
bedevere-bot
removed
the
awaiting core review
label
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request
Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in new_interpreter().
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in new_interpreter().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment