Message11214

Author stefan.richthofer
Recipients darjus, jamesmudd, stefan.richthofer
Date 2017-03-10.17:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489166885.41.0.0908885430614.issue2565@psf.upfronthosting.co.za>
In-reply-to
Content
I am not convinced that this fixes it, deadlocks maybe just become much less likely. AFAICT the deadlock in test_logging is not related to fromClass, but to ReentrantLock and (maybe) guava. That's the common factor between these.

- note that Darjus experimental fix leaves fromClass un-threadsafe testwise
- for me test_logging also always passed so far when run individually hundreds of times in a shellscript-loop; it only deadlocks sometimes in context of the testsuit
- to reproduce it in a "convenient" way, run testsuite frequently only up to test_logging, e.g. by adjusting Lib/test/regrtest.py; set tests = tests[:275] in line 377.
History
Date User Action Args
2017-03-10 17:28:05stefan.richthofersetmessageid: <1489166885.41.0.0908885430614.issue2565@psf.upfronthosting.co.za>
2017-03-10 17:28:05stefan.richthofersetrecipients: + stefan.richthofer, darjus, jamesmudd
2017-03-10 17:28:05stefan.richthoferlinkissue2565 messages
2017-03-10 17:28:04stefan.richthofercreate