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 amcnabb
Recipients amcnabb, hynek, loewis, neologix, r.david.murray
Date 2012-05-21.15:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337614513.1.0.694594027806.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
> Which one-line fix do you propose?

Doing a stat("/net/prodigy/tmp") before mkdir("/net/prodigy/tmp") is an extremely simple workaround.

Of course, I would love to see clear documentation of how the kernel is defined to behave in this situation. It would certainly be intuitive for mkdir("/net/prodigy/tmp") to force a mount of "/net/prodigy", but defined behavior isn't always intuitive. :)
History
Date User Action Args
2012-05-21 15:35:13amcnabbsetrecipients: + amcnabb, loewis, r.david.murray, neologix, hynek
2012-05-21 15:35:13amcnabbsetmessageid: <1337614513.1.0.694594027806.issue14702@psf.upfronthosting.co.za>
2012-05-21 15:35:12amcnabblinkissue14702 messages
2012-05-21 15:35:12amcnabbcreate