Georg Brandl added the comment:

Is it possible to determine the range of signal numbers?  Otherwise it would be 
a guessing game where to stop querying when filling up the dictionary.

A problem is also that if the signal number is not valid, the return value of 
strsignal() is unspecified, *and* there is no way to check for this situation 
because "no errors are defined".

----------
nosy: +georg.brandl

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22674>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to