Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
remove py_stats
  • Loading branch information
Fidget-Spinner committed Jan 28, 2022
commit 5b7a98d77f27cbad654195c027bc597b64fdfb05
1 change: 0 additions & 1 deletion Include/internal/pycore_code.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ void _Py_Specialize_CompareOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr,
/* Deallocator function for static codeobjects used in deepfreeze.py */
void _PyStaticCode_Dealloc(PyCodeObject *co);

#define Py_STATS

#ifdef Py_STATS

Expand Down