Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Feb 9, 2024
1 parent bcf66ce commit 7f9720d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/_threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ typedef struct {
// thread is about to exit.
_PyEventRc *thread_is_exiting;

// State is set once by the first successful `join` or `detach` operation
// (or if the handle is invalidated).
// State is set once by the first successful `join` or `detach` operation.
ThreadHandleState state;
_PyOnceFlag once;
} ThreadHandleObject;
Expand Down

0 comments on commit 7f9720d

Please sign in to comment.