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 serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-03.16:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428077385.17.0.776569859993.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I still fail to see how _Py_open() or _Py_open_noraise() add the O_CREAT flag: they are thin wrapper to the underyling open() function. I cannot see O_CREAT in Python/fileutils.c. Could you please show me that the line number adding O_CREAT implictly?

I don't understand.
History
Date User Action Args
2015-04-03 16:09:45vstinnersetrecipients: + vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2015-04-03 16:09:45vstinnersetmessageid: <1428077385.17.0.776569859993.issue23668@psf.upfronthosting.co.za>
2015-04-03 16:09:45vstinnerlinkissue23668 messages
2015-04-03 16:09:44vstinnercreate