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 davin
Recipients Albert.Strasheim, asksol, davin, gdb, gkcn, jnoller, mattgwwalker, pnasrat
Date 2015-02-11.18:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423680638.39.0.843955600673.issue9207@psf.upfronthosting.co.za>
In-reply-to
Content
Closing this issue after having verified that the issue can no longer be reproduced on the systems mentioned (Ubuntu 10.04 or OSX).  Related issues such as issue9205 have been addressed elsewhere and other possibly related issues such as issue22393 are being tracked separately.  It appears Jesse's patches in 2010 (though not explicitly added to this issue here) have indeed addressed this issue.


Using OS X 10.10:
Using Greg's original test script (from his first post), I ran the script 100 times (via shell script loop) but was unable to provoke the issue on OS X 10.10 using either the Anaconda build of Python 2.7.9 or a local build from the default (3.5.0a1+) branch.

Using Matt Walker's supplied test script (from a much later post here), I ran his script 100 times in tight succession but was unable to provoke the issue on OS X 10.10 using either the Anaconda build of Python 2.7.9 or a local build from the default (3.5.0a1+) branch.  Side note:  running Matt's test script kinda takes a while ("time.sleep(10)" seriously?), especially at 100 iterations.



Using Ubuntu 10.04 (64-bit):
I installed Ubuntu 10.04.4 64-bit Server in a VM and repeated the above test sequences with those two scripts using the stock Python 2.6.5, locally built 2.7 branch, and locally built default (3.5) branch versions.  Summary:
* At 100 iterations I was still unable to provoke the issue with Greg's script using 2.6.5, 2.7.9+, or 3.5.0a1+.
* Matt's script leverages functionality only introduced in 2.7 and so could not be run as-is with 2.6.5.
* At 100 iterations I was still unable to provoke the issue with Matt's script using 2.7.9+ or 3.5.0a1+.



Even if it's a little late in saying:  thanks goes to the reporters, Greg and Matt, and to Jesse for implementing the fix.
History
Date User Action Args
2015-02-11 18:50:38davinsetrecipients: + davin, jnoller, pnasrat, asksol, gdb, Albert.Strasheim, mattgwwalker, gkcn
2015-02-11 18:50:38davinsetmessageid: <1423680638.39.0.843955600673.issue9207@psf.upfronthosting.co.za>
2015-02-11 18:50:38davinlinkissue9207 messages
2015-02-11 18:50:38davincreate