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 3978e35 commit 0b276abCopy full SHA for 0b276ab
Include/internal/pycore_qsbr.h
@@ -48,11 +48,11 @@ struct _qsbr_thread_state {
48
// Thread state (or NULL)
49
PyThreadState *tstate;
50
51
- // Number of held items added by this thread since last process
+ // Number of held items added by this thread since write sequence advance
52
int deferred_count;
53
54
// Estimate for the amount of memory that is held by this thread since
55
- // the last process
+ // the last write sequence advance
56
size_t deferred_memory;
57
58
// Sequence number at time of last "should process" check.
0 commit comments