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 sbt
Recipients docs@python, maxpolk, sbt
Date 2013-12-03.15:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386085364.77.0.484218607817.issue19864@psf.upfronthosting.co.za>
In-reply-to
Content
From what I remember a proxy method will be thread/process-safe if the referent's corresponding method is thread safe.

It should certainly be documented that the exposed methods of a proxied object should be thread-safe.
History
Date User Action Args
2013-12-03 15:42:44sbtsetrecipients: + sbt, docs@python, maxpolk
2013-12-03 15:42:44sbtsetmessageid: <1386085364.77.0.484218607817.issue19864@psf.upfronthosting.co.za>
2013-12-03 15:42:44sbtlinkissue19864 messages
2013-12-03 15:42:44sbtcreate