[Python-Dev] PEP 380 acceptance (was Re: EuroPython Language Summit report) (original) (raw)

renaud rndblnch at gmail.com
Mon Jun 27 17:09:29 CEST 2011


Nick Coghlan <ncoghlan gmail.com> writes:

I hit a snag with this. The real tests of the PEP 380 functionality aren't currently part of the patch - they're a big set of "golden output" tests in the zipfile hosted on Greg's site. Those need to be refactored into proper unittest or doctest based additions to the test suite and incorporated into the patch before I could commit this with a clear conscience.

let me know if i can help.

Renaud's patch mostly applies cleanly at the moment - the only change is that the "#endif" for the PyLIMITEDAPI check needs to be moved in pyerrors.h so it also covers the new StopIteration struct definition.

if this helps, i've updated the patch to fix this. https://bitbucket.org/rndblnch/cpython-pep380/changeset/6014d1720625

renaud



More information about the Python-Dev mailing list