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 skrah
Recipients barry, ethan.furman, lemburg, petr.viktorin, rhettinger, serhiy.storchaka, skrah
Date 2015-05-20.13:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432130112.88.0.663330669441.issue23699@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that it won't be easy to find an API that pleases everyone.

I don't want to prolong the discussion much, but if the macro goes in,
returning PyErr_BadArgument() in the default case would be better than
NotImplemented.

assert(0) would be fine as well.
History
Date User Action Args
2015-05-20 13:55:12skrahsetrecipients: + skrah, lemburg, barry, rhettinger, petr.viktorin, ethan.furman, serhiy.storchaka
2015-05-20 13:55:12skrahsetmessageid: <1432130112.88.0.663330669441.issue23699@psf.upfronthosting.co.za>
2015-05-20 13:55:12skrahlinkissue23699 messages
2015-05-20 13:55:12skrahcreate