[Python-checkins] r70697 - python/trunk/Lib/test/crashers/multithreaded_close.py

Nick Coghlan ncoghlan at gmail.com
Mon Mar 30 00:35:10 CEST 2009


Benjamin Peterson wrote:
> 2009/3/29 Nick Coghlan <ncoghlan at gmail.com>:
>> benjamin.peterson wrote:
>>> Author: benjamin.peterson
>>> Date: Sun Mar 29 23:22:35 2009
>>> New Revision: 70697
>>>
>>> Log:
>>> this has been fixed since 2.6 (I love removing these)
>> Did this and the other removed crasher get normal unit tests when they
>> were fixed? (the lack of such unit tests is one of the reasons crashers
>> sometimes hang around, even after they're nominally fixed - although
>> sometimes it really is just because nobody thought to remove them!)
> 
> I'm sure the thread one did, and GvR added the bytecode verifier with
> tests IIRC.

Cool, just checking :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list