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

back to top