homepage

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 EdSchouten
Recipients EdSchouten, benjamin.peterson
Date 2016年08月02日.07:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470121970.32.0.257294765099.issue27655@psf.upfronthosting.co.za>
In-reply-to
Content
Believe it our not, dealing with the absence of those system calls is more contained than you'd think. What is pretty nice about Python is that (almost) all of the file system operations are performed through posixmodule.c. Most of the changes in that area are thus made to that source file (and configure.ac).
Furthermore, it looks like posixmodule.c can be simplified a lot. What makes it so incredibly complex right now is that it wants to fall back to non-at() operations in case no directory file descriptor is provided, which is not needed. If that would get fixed, we'd kill two birds with one stone: the code would get a lot simpler, while almost automatically gaining support for CloudABI. But let's save this discussion for a separate thread.
History
Date User Action Args
2016年08月02日 07:12:50EdSchoutensetrecipients: + EdSchouten, benjamin.peterson
2016年08月02日 07:12:50EdSchoutensetmessageid: <1470121970.32.0.257294765099.issue27655@psf.upfronthosting.co.za>
2016年08月02日 07:12:50EdSchoutenlinkissue27655 messages
2016年08月02日 07:12:49EdSchoutencreate

AltStyle によって変換されたページ (->オリジナル) /