Commit 5a1205b
authored
pythongh-111499: Fix PYTHONMALLOCSTATS at Python exit (python#120021)
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before
the interpreter is deleted.1 parent 26e5c6e commit 5a1205b
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2119 | 2119 | | |
2120 | 2120 | | |
2121 | 2121 | | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
2122 | 2128 | | |
2123 | 2129 | | |
2124 | 2130 | | |
| |||
2129 | 2135 | | |
2130 | 2136 | | |
2131 | 2137 | | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | | - | |
2138 | 2138 | | |
2139 | 2139 | | |
2140 | 2140 | | |
| |||
0 commit comments