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 martin.panter
Recipients Hans Lawrenz, Oleg Babintsev, abarry, bkabrda, martin.panter, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-06-18.11:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466249793.21.0.354595975289.issue25717@psf.upfronthosting.co.za>
In-reply-to
Content
This original bug was about fstat() failing for an anonymous file (after the directory entry was removed). But in your situation the file system refuses to unlink the directory entry.

If you think there is something that can be fixed in Python, I suggest open a new bug. But it seems this is working as documented: “Under Unix, the directory entry for the file is removed immediately after the file is created.” In your case, this cannot happen, so you get the error from the OS.
History
Date User Action Args
2016-06-18 11:36:33martin.pantersetrecipients: + martin.panter, pitrou, vstinner, python-dev, serhiy.storchaka, bkabrda, abarry, Hans Lawrenz, Oleg Babintsev
2016-06-18 11:36:33martin.pantersetmessageid: <1466249793.21.0.354595975289.issue25717@psf.upfronthosting.co.za>
2016-06-18 11:36:33martin.panterlinkissue25717 messages
2016-06-18 11:36:32martin.pantercreate