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 amaury.forgeotdarc, benjamin.peterson, nkoep, python-dev, serhiy.storchaka, superluser
Date 2016-10-07.20:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161007202707.1506.49592.4AF4BD59@psf.io>
In-reply-to
Content
New changeset 5c459b0f2b75 by Serhiy Storchaka in branch '3.5':
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
https://hg.python.org/cpython/rev/5c459b0f2b75

New changeset ba76dd106e66 by Serhiy Storchaka in branch '2.7':
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
https://hg.python.org/cpython/rev/ba76dd106e66

New changeset 0b726193ec3c by Serhiy Storchaka in branch '3.6':
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
https://hg.python.org/cpython/rev/0b726193ec3c

New changeset a60d0e80cc1d by Serhiy Storchaka in branch 'default':
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
https://hg.python.org/cpython/rev/a60d0e80cc1d
History
Date User Action Args
2016-10-07 20:27:12python-devsetrecipients: + python-dev, amaury.forgeotdarc, benjamin.peterson, serhiy.storchaka, nkoep, superluser
2016-10-07 20:27:12python-devlinkissue18287 messages
2016-10-07 20:27:12python-devcreate