Skip to content

Commit 7432709

Browse files
committed
comment fix
1 parent 4f7d8a8 commit 7432709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_tracemalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct _tracemalloc_runtime_state {
9898
Protected by TABLES_LOCK(). */
9999
Py_ssize_t refs_created;
100100
/* Number of references destroyed.
101-
Protected by TABLES_LOCK() and sometimes modified atomically. */
101+
Protected by TABLES_LOCK(). */
102102
Py_ssize_t refs_destroyed;
103103

104104
struct tracemalloc_traceback empty_traceback;

0 commit comments

Comments
 (0)