]> granicus.if.org Git - python/commit
This closes patch:
authorMichael W. Hudson <mwh@python.net>
Wed, 7 Jul 2004 17:44:12 +0000 (17:44 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 7 Jul 2004 17:44:12 +0000 (17:44 +0000)
commit30ea2f223f5c0a85a13bd893063555a9f587cd6d
treed9ad0b824eb899d1163043d982dd7d961b11a263
parente3c330b42a5dbc64a254354e906885134a852949
This closes patch:

[ 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.
Misc/ACKS
Modules/readline.c
Parser/myreadline.c
Python/bltinmodule.c
Python/ceval.c
Python/pythonrun.c
Python/thread_pthread.h
configure
configure.in
pyconfig.h.in