Update of /cvsroot/python/python/dist/src/Modules In directory usw-pr-cvs1:/tmp/cvs-serv13479 Modified Files: signalmodule.c Log Message: Export SIGINFO. Fixes #502077. Index: signalmodule.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Modules/signalmodule.c,v retrieving revision 2.61 retrieving revision 2.62 diff -C2 -d -r2.61 -r2.62 *** signalmodule.c 2002/01/12 11:05:08 2.61 --- signalmodule.c 2002/01/12 11:43:25 2.62 *************** *** 545,548 **** --- 545,553 ---- Py_XDECREF(x); #endif + #ifdef SIGINFO + x = PyInt_FromLong(SIGINFO); + PyDict_SetItemString(d, "SIGINFO", x); + Py_XDECREF(x); + #endif if (!PyErr_Occurred()) return;
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4