[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-22 Thread SilentGhost
Changes by SilentGhost : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I would say this is an issue of a static analysis tool, not Python sources. -- resolution: -> not a bug ___ Python tracker

[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-22 Thread SilentGhost
Changes by SilentGhost : -- components: +Interpreter Core nosy: +benjamin.peterson, serhiy.storchaka stage: -> patch review ___ Python tracker

[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-21 Thread Mansour Moufid
New submission from Mansour Moufid: Hi, The last parameter of the function PyFile_FromFile is named 'close', but is a pointer to a function with the prototype of the 'fclose' function in libc. The mismatch causes confusion for some static analysis tools. This patch renames the parameter to