commit | 6782b14bcba612e4a39e41992c77306217b91e30 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Sep 09 00:11:45 2016 +0200 |
committer | Christian Heimes <christian@python.org> | Fri Sep 09 00:11:45 2016 +0200 |
tree | d180a871aaf6de04aa36e9958f1b8a20777e65f5 | |
parent | c6cc23d0b968677030f45234909eeecc21198c77 [diff] |
Use PyModule_AddIntMacro() in signal module The signal module was using old-style module initialization with potential NULL dereferencing. CID 1295026