A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-January/024151.html below:

[Python-checkins] CVS: python/dist/src/Modules signalmodule.c,2.61,2.62

[Python-checkins] CVS: python/dist/src/Modules signalmodule.c,2.61,2.62Martin v. L?wis loewis@users.sourceforge.net
Sat, 12 Jan 2002 03:43:27 -0800
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