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 yan12125
Recipients dd, yan12125
Date 2016-12-12.13:53:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481550789.39.0.29422444972.issue28946@psf.upfronthosting.co.za>
In-reply-to
Content
Can you import _signal? And what's the output of dir(_signal)?

Another possibility is that there's another signal.py in the search path. Could you also paste the output of repr(signal)?

By the way, here on Arch Linux, both signal.SIGINT and signal.SIGALRM are there.
History
Date User Action Args
2016-12-12 13:53:09yan12125setrecipients: + yan12125, dd
2016-12-12 13:53:09yan12125setmessageid: <1481550789.39.0.29422444972.issue28946@psf.upfronthosting.co.za>
2016-12-12 13:53:09yan12125linkissue28946 messages
2016-12-12 13:53:09yan12125create