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 BTaskaya
Recipients BTaskaya, pablogsal, vstinner
Date 2020-04-02.13:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585834471.32.0.463297093235.issue40140@roundup.psfhosted.org>
In-reply-to
Content
isidentical@gcc-solaris11:~$ cpython/python
Python 3.9.0a5+ (heads/master:98ff332, Apr  2 2020, 01:20:22) 
[GCC 5.5.0] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import signal
>>> signal.SIGSEGV
<Signals.SIGSEGV: 11>
>>> signal.SIGHUP
<Signals.SIGHUP: 1>
History
Date User Action Args
2020-04-02 13:34:31BTaskayasetrecipients: + BTaskaya, vstinner, pablogsal
2020-04-02 13:34:31BTaskayasetmessageid: <1585834471.32.0.463297093235.issue40140@roundup.psfhosted.org>
2020-04-02 13:34:31BTaskayalinkissue40140 messages
2020-04-02 13:34:31BTaskayacreate