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 pitrou
Recipients ocean-city, pitrou
Date 2010-07-18.17:19:48
SpamBayes Score 0.16010472
Marked as misclassified No
Message-id <1279473585.3213.3.camel@localhost.localdomain>
In-reply-to <1279473025.76.0.969498097193.issue9295@psf.upfronthosting.co.za>
Content
> Maybe I am wrong, but when another thread calls File.close(), there is
> no system call on the code path,

There is, and that's precisely what's the various tests test for.
(closing a file from a thread while it's being used from another thread)
History
Date User Action Args
2010-07-18 17:19:50pitrousetrecipients: + pitrou, ocean-city
2010-07-18 17:19:48pitroulinkissue9295 messages
2010-07-18 17:19:48pitroucreate