[issue28914] selectmodule build fails

2016-12-08 Thread Wataru Matsumoto
Wataru Matsumoto added the comment: I'm using Red Hat Enterprise. cat /proc/version Linux version 2.6.18-238.9.1.el5 (mockbu...@x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Fri Mar 18 12:42:39 EDT 2011

[issue23395] _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, SIG_IGN

2016-12-08 Thread Wataru Matsumoto
Wataru Matsumoto added the comment: Recently I've encountered the similar problem. I found the case that SIGINT signal is ignored(set as SIG_IGN) due to the external reason. If the python program starts background in bash script, bash set SIGINT as SIG_IGN. test_interrupt.py import _thread

[issue23395] _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, SIG_IGN

2016-12-08 Thread Wataru Matsumoto
Changes by Wataru Matsumoto <sxsns...@gmail.com>: -- nosy: +sxsns243 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23395> ___ _

[issue28914] selectmodule build fails

2016-12-08 Thread Wataru Matsumoto
New submission from Wataru Matsumoto: selectmodule build fails with the linux without epoll_create1(before kernel 2.6.27). building 'select' extension gcc -pthread -fPIC -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -std=c99 -Wextra -Wno-unused-parameter -Wno-missing