This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ivailo.Monev
Recipients Ivailo.Monev
Date 2013-11-30.13:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385817419.05.0.067066998342.issue19841@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2013-11-30 13:16:59Ivailo.Monevsetrecipients: + Ivailo.Monev
2013-11-30 13:16:59Ivailo.Monevsetmessageid: <1385817419.05.0.067066998342.issue19841@psf.upfronthosting.co.za>
2013-11-30 13:16:59Ivailo.Monevlinkissue19841 messages
2013-11-30 13:16:58Ivailo.Monevcreate