[issue34209] racecondition

2018-07-27 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue34209] racecondition

2018-07-24 Thread INADA Naoki
INADA Naoki added the comment: https://docs.python.org/3/library/os.html#os.access It is already documented. What's point of this issue? -- nosy: +inada.naoki ___ Python tracker

[issue34209] racecondition

2018-07-24 Thread Dhiraj
New submission from Dhiraj : File: /cpython/blob/master/Modules/posixmodule.c#L2657 #endif result = access(path->narrow, mode); Py_END_ALLOW_THREADS return_value = !result; #endif If an attacker could change anything along the path between the call `access()` and the files act