10000
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 77a8144 commit e5ec9f7Copy full SHA for e5ec9f7
Include/internal/pycore_uniqueid.h
@@ -10,8 +10,8 @@ extern "C" {
10
11
#ifdef Py_GIL_DISABLED
12
13
-// This contains code for allocating unique ids to objects for
14
-// per-thread reference counting.
+// This contains code for allocating unique ids to objects for per-thread
+// reference counting.
15
//
16
// Per-thread reference counting is used along with deferred reference
17
// counting to avoid scaling bottlenecks due to reference count contention.
0 commit comments