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 vstinner
Recipients mschmitzer, vstinner
Date 2015-01-08.13:03:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420722195.06.0.0130836541525.issue23191@psf.upfronthosting.co.za>
In-reply-to
Content
I guess that a lot of stdlib modules are not thread safe :-/ A workaround is to protect calls to fnmatch with your own lock.
History
Date User Action Args
2015-01-08 13:03:15vstinnersetrecipients: + vstinner, mschmitzer
2015-01-08 13:03:15vstinnersetmessageid: <1420722195.06.0.0130836541525.issue23191@psf.upfronthosting.co.za>
2015-01-08 13:03:15vstinnerlinkissue23191 messages
2015-01-08 13:03:14vstinnercreate