xtending the dis module in a
similar direction:
Refactor the dis module to provide better building blocks for bytecode analysis
http://bugs.python.org/issue11816
renaud
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mail
Nick Coghlan gmail.com> writes:
>
> On Tue, Jun 28, 2011 at 1:09 AM, renaud gmail.com> wrote:
> > Nick Coghlan gmail.com> writes:
> >
> >> I hit a snag with this. The real tests of the PEP 380 functionality
> >> aren't currently part of th
uot; for the Py_LIMITED_API 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
___