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 r.david.murray
Recipients lars.gustaebel, r.david.murray, sgnn7, vstinner
Date 2015-03-12.17:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426182682.21.0.694866773392.issue23649@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to use an object that has state in more than one thread you generally have to put some locking around it.  Unless I'm missing something (which I might be) I don't think it is tarfile's responsibility to do this.
History
Date User Action Args
2015-03-12 17:51:22r.david.murraysetrecipients: + r.david.murray, lars.gustaebel, vstinner, sgnn7
2015-03-12 17:51:22r.david.murraysetmessageid: <1426182682.21.0.694866773392.issue23649@psf.upfronthosting.co.za>
2015-03-12 17:51:22r.david.murraylinkissue23649 messages
2015-03-12 17:51:22r.david.murraycreate