diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-07 13:50:49 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-07 13:50:49 (GMT) |
commit | 51fa458d0a8fa6e9f583fc5a1c4164080093e763 (patch) | |
tree | fb94407a2596b2c19acff6913ff8e7d711fbbc6c /PC/_msi.c | |
parent | b385529ddfcd5e46890438dc32c6dba341e039b0 (diff) | |
download | cpython-51fa458d0a8fa6e9f583fc5a1c4164080093e763.zip cpython-51fa458d0a8fa6e9f583fc5a1c4164080093e763.tar.gz cpython-51fa458d0a8fa6e9f583fc5a1c4164080093e763.tar.bz2 |
Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
PyMem_Malloc() or PyObject_Malloc().
For example, PyCFunction_Fini() calls PyObject_GC_Del() which calls
PyObject_FREE().
Diffstat (limited to 'PC/_msi.c')
0 files changed, 0 insertions, 0 deletions