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 rhettinger
Recipients chris.jerdonek, rhettinger
Date 2012-07-12.15:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342108719.54.0.72520302035.issue15330@psf.upfronthosting.co.za>
In-reply-to
Content
> A couple questions: what does "won't break" mean 

That means that its internal invariants always survive in a multi-threaded environment.

> that it won't throw an exception of a type that it 
> wouldn't normally throw in a single-threaded environment? 

Unless that exception is being raised to indicate that a resource is in  use (much that same as a database notifying you that it can't make a change because the DB is currently locked).
History
Date User Action Args
2012-07-12 15:58:39rhettingersetrecipients: + rhettinger, chris.jerdonek
2012-07-12 15:58:39rhettingersetmessageid: <1342108719.54.0.72520302035.issue15330@psf.upfronthosting.co.za>
2012-07-12 15:58:38rhettingerlinkissue15330 messages
2012-07-12 15:58:38rhettingercreate