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 neologix
Recipients amaury.forgeotdarc, neologix, pitrou, vsemionov
Date 2011-10-04.11:35:50
SpamBayes Score 8.236628e-08
Marked as misclassified No
Message-id <1317728151.55.0.216157545721.issue13070@psf.upfronthosting.co.za>
In-reply-to
Content
> Probably. OTOH, not setting the error state when returning NULL is
> usually an error (and can result in difficult-to-debug problems), so
> let's stay on the safe side.

> RuntimeError perhaps.

OK, I'll update the patch accordingly.

> Does that mean that an application will see a Python exception?

No, the finalization code explicitly clears any exception set.
History
Date User Action Args
2011-10-04 11:35:51neologixsetrecipients: + neologix, amaury.forgeotdarc, pitrou, vsemionov
2011-10-04 11:35:51neologixsetmessageid: <1317728151.55.0.216157545721.issue13070@psf.upfronthosting.co.za>
2011-10-04 11:35:50neologixlinkissue13070 messages
2011-10-04 11:35:50neologixcreate