Message237366
| Author | steve.dower |
|---|---|
| Recipients | larry, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2015-03-06.16:05:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1425657940.5.0.0293312348856.issue23524@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New patch based on review feedback - main change is to _Py_fstat to use errno on Windows instead of GetLastError(). Where to put the invalid parameter handler is still an open question. Victor is not keen on adding a new file, while I don't really want it to be outside of the PC/ folder. msvcrtmodule.c is next best IMHO, but since this won't be getting a Python API it still seems wrong. Alternatively, I can rename invalid_parameter_handler.c to something like "PC/crtutils.c" so it stands out as a multi-purpose file? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-06 16:05:40 | steve.dower | set | recipients: + steve.dower, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka |
| 2015-03-06 16:05:40 | steve.dower | set | messageid: <1425657940.5.0.0293312348856.issue23524@psf.upfronthosting.co.za> |
| 2015-03-06 16:05:40 | steve.dower | link | issue23524 messages |
| 2015-03-06 16:05:40 | steve.dower | create | |