mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
This commit is contained in:
parent
a530a9538f
commit
8ac0886091
5 changed files with 17 additions and 13 deletions
|
|
@ -341,7 +341,7 @@ PyEval_InitThreads(void)
|
|||
void
|
||||
_PyEval_Fini(void)
|
||||
{
|
||||
#if SPECIALIZATION_STATS
|
||||
#if PRINT_SPECIALIZATION_STATS
|
||||
_Py_PrintSpecializationStats();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue