We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7d8a8 commit 7432709Copy full SHA for 7432709
Include/internal/pycore_tracemalloc.h
@@ -98,7 +98,7 @@ struct _tracemalloc_runtime_state {
98
Protected by TABLES_LOCK(). */
99
Py_ssize_t refs_created;
100
/* Number of references destroyed.
101
- Protected by TABLES_LOCK() and sometimes modified atomically. */
+ Protected by TABLES_LOCK(). */
102
Py_ssize_t refs_destroyed;
103
104
struct tracemalloc_traceback empty_traceback;
0 commit comments