Staging
v0.5.1
https://github.com/python/cpython
Revision 30ea2f223f5c0a85a13bd893063555a9f587cd6d authored by Michael W. Hudson on 07 July 2004, 17:44:12 UTC, committed by Michael W. Hudson on 07 July 2004, 17:44:12 UTC
[ 960406 ] unblock signals in threads

although the changes do not correspond exactly to any patch attached to
that report.

Non-main threads no longer have all signals masked.

A different interface to readline is used.

The handling of signals inside calls to PyOS_Readline is now rather
different.

These changes are all a bit scary!  Review and cross-platform testing
much appreciated.
1 parent e3c330b
History
Tip revision: 30ea2f223f5c0a85a13bd893063555a9f587cd6d authored by Michael W. Hudson on 07 July 2004, 17:44:12 UTC
This closes patch:
Tip revision: 30ea2f2
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.2 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 509.4 KB
configure.in -rw-r--r-- 84.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.4 KB
setup.py -rw-r--r-- 52.0 KB

README

back to top