Skip to content

Commit

Permalink
Add comment for _signal_sent
Browse files Browse the repository at this point in the history
[ci skip-build-wheels]
  • Loading branch information
gshuflin committed Oct 7, 2020
1 parent 5bb9bdd commit e86a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/base/exception_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ExceptionSink:
_pid_specific_error_fileobj = None
_shared_error_fileobj = None

# Set in methods on SignalHandler and exposed to the engine rust code.
# Stores a signal received by the signal-handling logic so that rust code can check for it.
_signal_sent: Optional[int] = None

def __new__(cls, *args, **kwargs):
Expand Down

0 comments on commit e86a946

Please sign in to comment.