commit | 51fa458d0a8fa6e9f583fc5a1c4164080093e763 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Jul 07 15:50:49 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Jul 07 15:50:49 2013 +0200 |
tree | fb94407a2596b2c19acff6913ff8e7d711fbbc6c | |
parent | b385529ddfcd5e46890438dc32c6dba341e039b0 [diff] |
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().