mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Ignore the references to the dummy objects used as deleted keys
in dicts and sets when computing the total number of references.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#else /* Py_REF_DEBUG */
|
||||
#define PRINT_TOTAL_REFS() fprintf(stderr, \
|
||||
"[%" PY_FORMAT_SIZE_T "d refs]\n", \
|
||||
_Py_RefTotal)
|
||||
_Py_GetRefTotal())
|
||||
#endif
|
||||
|
||||
extern char *Py_GetPath(void);
|
||||
|
||||
Reference in New Issue
Block a user