bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)

This commit is contained in:
Irit Katriel 2021-08-12 12:15:06 +01:00 committed by GitHub
parent a530a9538f
commit 8ac0886091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 13 deletions

View file

@ -341,7 +341,7 @@ PyEval_InitThreads(void)
void
_PyEval_Fini(void)
{
#if SPECIALIZATION_STATS
#if PRINT_SPECIALIZATION_STATS
_Py_PrintSpecializationStats();
#endif
}