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

2011-06-27 Thread renaud
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 ___

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

2011-06-28 Thread renaud
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

Re: [Python-Dev] Python Core Tools

2011-10-03 Thread renaud
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