[New-bugs-announce] [issue19841] ConfigParser PEP issues

Ivailo Monev report at bugs.python.org
Sat Nov 30 14:16:59 CET 2013


New submission from Ivailo Monev:

There are a few PEP violations like namespace clashes, the attached patch fixes some of them thus solving a problem for me where shared library build with Nuitka segmentation faults. The patch does not make the code backwards compatible with the vars and map arguments renames as there is no way to do that and maybe the new variable names, vvars and mmap are not appropriate but you can roll your own patch with the same idea.

Cheers!

----------
components: Library (Lib)
files: ConfigParser.patch
keywords: patch
messages: 204808
nosy: Ivailo.Monev
priority: normal
severity: normal
status: open
title: ConfigParser PEP issues
versions: Python 2.7
Added file: http://bugs.python.org/file32905/ConfigParser.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19841>
_______________________________________


More information about the New-bugs-announce mailing list