diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-04-24 15:24:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 15:24:01 (GMT) |
commit | 8e91c246e468515b877690e090c73f496552541d (patch) | |
tree | d538530b4ac5ccf9aa6dc1e229410b8848eeb4f3 /Modules/_contextvarsmodule.c | |
parent | 70bf713617e15fad390ed953e48b3c65d9bc90ec (diff) | |
download | cpython-8e91c246e468515b877690e090c73f496552541d.zip cpython-8e91c246e468515b877690e090c73f496552541d.tar.gz cpython-8e91c246e468515b877690e090c73f496552541d.tar.bz2 |
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
* Add a 'runtime' variable to Py_FinalizeEx() rather than working
directly on the global variable _PyRuntime
* Add a 'runtime' parameter to _PyGC_Fini(), _PyGILState_Fini()
and call_ll_exitfuncs()
Diffstat (limited to 'Modules/_contextvarsmodule.c')
0 files changed, 0 insertions, 0 deletions