[issue24114] ctypes.utils uninitialized variable 'path'

2015-05-16 Thread Kees Bos
Kees Bos added the comment: Sorry, yes. It's plural: 'paths' -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24114 ___ ___ Python-bugs-list

[issue24114] ctypes.utils uninitialized variable 'path'

2015-05-15 Thread Martin Panter
Martin Panter added the comment: I fail to see how this patch does anything. What is the actual error or traceback? Perhaps it is for “paths” (plural)? -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24114

[issue24114] ctypes.utils uninitialized variable 'path'

2015-05-05 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge stage: - patch review type: crash - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24114 ___

[issue24114] ctypes.utils uninitialized variable 'path'

2015-05-02 Thread Kees Bos
New submission from Kees Bos: In certain corner cases, the ctypes.util can raise an error for a uninitialized variable 'path' when with sunos5 the clre program exists, but fails to return valid output lines. (Also in 2.7.10rc0) -- components: ctypes files: ctypes.util-path.patch