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 scorp
Recipients ghaering, scorp, serhiy.storchaka
Date 2016-03-09.10:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457520180.8.0.770696322577.issue26387@psf.upfronthosting.co.za>
In-reply-to
Content
The issue26494 seems really suspicious, could be our case. And regarding my patch, nice to know, you are the same opinion. However, the code there is looking very strange. I really don't understand, why there are mutex guards anyway, since close() can only be called from one thread (there is a check) and dealloc() can only be called, when the object is not in use anymore.
History
Date User Action Args
2016-03-09 10:43:00scorpsetrecipients: + scorp, ghaering, serhiy.storchaka
2016-03-09 10:43:00scorpsetmessageid: <1457520180.8.0.770696322577.issue26387@psf.upfronthosting.co.za>
2016-03-09 10:43:00scorplinkissue26387 messages
2016-03-09 10:43:00scorpcreate