Skip to content

Commit 0b276ab

Browse files
committed
Update comments.
1 parent 3978e35 commit 0b276ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_qsbr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ struct _qsbr_thread_state {
4848
// Thread state (or NULL)
4949
PyThreadState *tstate;
5050

51-
// Number of held items added by this thread since last process
51+
// Number of held items added by this thread since write sequence advance
5252
int deferred_count;
5353

5454
// Estimate for the amount of memory that is held by this thread since
55-
// the last process
55+
// the last write sequence advance
5656
size_t deferred_memory;
5757

5858
// Sequence number at time of last "should process" check.

0 commit comments

Comments
 (0)