[issue20584] On FreeBSD, signal.NSIG is smaller than biggest signal value

Antoine Pitrou report at bugs.python.org
Thu May 22 21:13:00 CEST 2014


Antoine Pitrou added the comment:

> If you want to kill the arbitrary limit, you need to change this
> structure.

Or the structure could simply host up to 256 handlers, regardless of NSIG.
I'm uncomfortable with tweaking NSIG specifically for FreeBSD. If the FreeBSD headers export the wrong value, it's not really Python's problem.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20584>
_______________________________________


More information about the Python-bugs-list mailing list