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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon
Date 2008-09-04.22:50:15
SpamBayes Score 4.561166e-07
Marked as misclassified No
Message-id <1afaf6160809041550g438199fal2cd528f46b60ffb5@mail.gmail.com>
In-reply-to <1220568496.08.0.949494393049.issue3773@psf.upfronthosting.co.za>
Content
On Thu, Sep 4, 2008 at 5:48 PM, Amaury Forgeot d'Arc
<report@bugs.python.org> wrote:
>
> Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
>
> pgen does not exist on Windows...
>
> What if I simply remove the call to PyErr_NoMemory?
> It is not strictly necessary: the function already returns NULL without
> an exception set, for example when the file cannot be opened.

That sounds ok. I can't remember what the rest of the parse does when
there's no memory, though.

>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3773>
> _______________________________________
>
History
Date User Action Args
2008-09-04 22:50:16benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, amaury.forgeotdarc
2008-09-04 22:50:15benjamin.petersonlinkissue3773 messages
2008-09-04 22:50:15benjamin.petersoncreate