This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, gvanrossum, neologix, python-dev, serhiy.storchaka, vstinner
Date 2020-06-25.09:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593077458.36.0.751488523377.issue21076@roundup.psfhosted.org>
In-reply-to
Content
signal constants are now enum, I close the issue. For further enhancements, please open a separated issue.

$ python3
Python 3.8.3 (default, May 15 2020, 00:00:00) 
>>> import signal; signal.SIGTERM
<Signals.SIGTERM: 15>
History
Date User Action Args
2020-06-25 09:30:58vstinnersetrecipients: + vstinner, gvanrossum, giampaolo.rodola, neologix, python-dev, serhiy.storchaka
2020-06-25 09:30:58vstinnersetmessageid: <1593077458.36.0.751488523377.issue21076@roundup.psfhosted.org>
2020-06-25 09:30:58vstinnerlinkissue21076 messages
2020-06-25 09:30:58vstinnercreate