This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson
Date 2008-11-17.15:54:34
SpamBayes Score 1.0108199e-05
Marked as misclassified No
Message-id <1226937276.1.0.463190919932.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
Two comments about the patch:

- typo in a comment: "...change chat a signal..."

- PyThread_acquire_lock should not be called with a NULL lock: on win32
this does not matter (there is a test in thread_nt.h), but Unix
segfaults in thread_pthread.h if you hit Ctrl-C.
History
Date User Action Args
2008-11-17 15:54:36amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson, christian.heimes
2008-11-17 15:54:36amaury.forgeotdarcsetmessageid: <1226937276.1.0.463190919932.issue4293@psf.upfronthosting.co.za>
2008-11-17 15:54:35amaury.forgeotdarclinkissue4293 messages
2008-11-17 15:54:34amaury.forgeotdarccreate