]> granicus.if.org Git - python/commit
Fixed symbol search for defining NSIG. It now also checks _NSIG
authorMarc-André Lemburg <mal@egenix.com>
Tue, 4 Jul 2000 14:17:33 +0000 (14:17 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 4 Jul 2000 14:17:33 +0000 (14:17 +0000)
commit8bcfb8a5e09f15f6bf8dfb9f282192d03eac4fd8
treeb310c6233561c4dccde2f856d12af3e7c99c31a3
parent1e7205a62aaa5779824681407d753abed2d45b28
Fixed symbol search for defining NSIG. It now also checks _NSIG
which some C libs define (e.g. glibc).

Added a fallback default value for NSIG which hopefully provides
enough room for signal slots.
Modules/signalmodule.c