Message240007
| 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:45 | vstinner | set | recipients: + vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower |
| 2015-04-03 16:09:45 | vstinner | set | messageid: <1428077385.17.0.776569859993.issue23668@psf.upfronthosting.co.za> |
| 2015-04-03 16:09:45 | vstinner | link | issue23668 messages |
| 2015-04-03 16:09:44 | vstinner | create | |