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 python-dev
Recipients benjamin.peterson, brian.curtin, python-dev
Date 2011-08-11.01:34:38
SpamBayes Score 4.6007113e-05
Marked as misclassified No
Message-id <E1QrKAP-0003jI-MF@dinsdale.python.org>
In-reply-to
Content
New changeset 77a65b078852 by Brian Curtin in branch 'default':
Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
http://hg.python.org/cpython/rev/77a65b078852

New changeset d0b0fcbb40db by Brian Curtin in branch 'default':
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
http://hg.python.org/cpython/rev/d0b0fcbb40db

New changeset 3a6782f2a4a8 by Brian Curtin in branch 'default':
News item for #12724
http://hg.python.org/cpython/rev/3a6782f2a4a8
History
Date User Action Args
2011-08-11 01:34:39python-devsetrecipients: + python-dev, benjamin.peterson, brian.curtin
2011-08-11 01:34:38python-devlinkissue12724 messages
2011-08-11 01:34:38python-devcreate