[issue4106] multiprocessing occasionally spits out exception during shutdown

2008-10-11 Thread Skip Montanaro
Skip Montanaro <[EMAIL PROTECTED]> added the comment: Got another one just now, but with just the note about the exception in the queue feeder thread. The traceback was swallowed. ___ Python tracker <[EMAIL PROTECTED]> _

[issue4106] multiprocessing occasionally spits out exception during shutdown

2008-10-11 Thread Skip Montanaro
Skip Montanaro <[EMAIL PROTECTED]> added the comment: Final comment before I see some feedback from the experts. I have this code in the worker function's loop: # quick pause to allow other stuff to happen a bit randomly t = 0.1 * random.random() time.sleep(t) If I eliminate the sl

[issue4032] distutils cannot recognize ".dll.a" as library on cygwin

2008-10-11 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: -- title: disutils cannot recognize ".dll.a" as library on cygwin -> distutils cannot recognize ".dll.a" as library on cygwin ___ Python tracker <[EMAIL PROTECTED]>

[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2008-10-11 Thread Jeffrey C. Jacobs
Jeffrey C. Jacobs <[EMAIL PROTECTED]> added the comment: On first blush, this issue sounds quite similar to issue 2537, but I have been looking at different scenarios and found that there is a subtle difference because, grammatically: (?m)(?:.*$)(.*$) is the same as: (?m)(.*$){2} Yet the fo

[issue4088] Patch to implement a real poplib test suite

2008-10-11 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for the patch; it's look good. Applied in r66878. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4075] Use WCHAR variant of OutputDebugString

2008-10-11 Thread Thomas Heller
Changes by Thomas Heller <[EMAIL PROTECTED]>: -- nosy: +theller ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing

[issue1107887] Speed up function calls/can add more introspection info

2008-10-11 Thread Collin Winter
Changes by Collin Winter <[EMAIL PROTECTED]>: -- nosy: +collinwinter ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list