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 vstinner
Recipients Preston Moore, giampaolo.rodola, vstinner, zach.ware
Date 2018-07-15.22:01:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGEjqZVm=y89YJT-71NubYe025pFh8oTRPSEtjxce-kyZg@mail.gmail.com>
In-reply-to <1531527468.95.0.56676864532.issue30400@psf.upfronthosting.co.za>
Content
Python doesn't use FD of directories by default because it introduces
issues of FD limit with deep directory tree, issue of managing FD lifetime,
etc. That's why some API have one flavor for path and another for FD.
History
Date User Action Args
2018-07-15 22:01:13vstinnersetrecipients: + vstinner, giampaolo.rodola, zach.ware, Preston Moore
2018-07-15 22:01:13vstinnerlinkissue30400 messages
2018-07-15 22:01:13vstinnercreate