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 rhettinger
Recipients eulerto, georg.brandl, loewis, rhettinger
Date 2009-04-02.02:46:14
SpamBayes Score 6.803233e-08
Marked as misclassified No
Message-id <1238640375.39.0.633229350505.issue5627@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend rejecting this one.  The assert is sufficient for
third-party modules to run their tests and detect bad calls.  The code
path is too critical to add another check.
History
Date User Action Args
2009-04-02 02:46:15rhettingersetrecipients: + rhettinger, loewis, georg.brandl, eulerto
2009-04-02 02:46:15rhettingersetmessageid: <1238640375.39.0.633229350505.issue5627@psf.upfronthosting.co.za>
2009-04-02 02:46:14rhettingerlinkissue5627 messages
2009-04-02 02:46:14rhettingercreate