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 arigo
Recipients arigo
Date 2016-12-06.11:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025044.95.0.7981776943.issue28883@psf.upfronthosting.co.za>
In-reply-to
Content
(C2) os.scandir() direntry objects should not have stat() called from two
  threads concurrently.  It will make two stat objects and leak one of
  them.
History
Date User Action Args
2016-12-06 11:50:44arigosetrecipients: + arigo
2016-12-06 11:50:44arigosetmessageid: <1481025044.95.0.7981776943.issue28883@psf.upfronthosting.co.za>
2016-12-06 11:50:44arigolinkissue28883 messages
2016-12-06 11:50:44arigocreate