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 howarthjw, mattbillenstein, ned.deily, ronaldoussoren, serhiy.storchaka, vstinner
Date 2017-11-28.09:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511862855.81.0.213398074469.issue31380@psf.upfronthosting.co.za>
In-reply-to
Content
> @vstinner, as the expert in this area, what do you suggest as the best way to deal with this?  In support.__init__.py?  Or test_httpservers itself?

It's tricky when a filename is valid or not depending on the path, depending on the filesystem. The tempfile module checks if O_TMPFILE is supported: same issue, it depends on the path, and the user can configure the path. So we check each time if O_TMPFILE works or not.
History
Date User Action Args
2017-11-28 09:54:15vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, serhiy.storchaka, mattbillenstein, howarthjw
2017-11-28 09:54:15vstinnersetmessageid: <1511862855.81.0.213398074469.issue31380@psf.upfronthosting.co.za>
2017-11-28 09:54:15vstinnerlinkissue31380 messages
2017-11-28 09:54:15vstinnercreate