Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created June 9, 2026 14:40
Show Gist options
  • Select an option

  • Save mypy-play/790ec23819f191c250a9574f2b123d8d to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/790ec23819f191c250a9574f2b123d8d to your computer and use it in GitHub Desktop.
Shared via mypy Playground
import signal
1 in (i for i in (signal.SIGINT,))
1 in [i for i in (signal.SIGINT,)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment