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 brett.cannon
Recipients benjamin.peterson, brett.cannon, ncoghlan, pitrou
Date 2012-04-19.14:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334845148.46.0.0410008423702.issue14614@psf.upfronthosting.co.za>
In-reply-to
Content
Should we limit ourselves to bound errors? Couldn't we make the macros aliases for their full-fledged function equivalents (e.g. PyTuple_SetItem()) which trigger Py_FatalError() on error so we also get argument type checking?
History
Date User Action Args
2012-04-19 14:19:08brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, benjamin.peterson
2012-04-19 14:19:08brett.cannonsetmessageid: <1334845148.46.0.0410008423702.issue14614@psf.upfronthosting.co.za>
2012-04-19 14:19:07brett.cannonlinkissue14614 messages
2012-04-19 14:19:07brett.cannoncreate