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 serhiy.storchaka
Recipients Robin.Schreiber, belopolsky, jcea, loewis, pitrou, serhiy.storchaka
Date 2016-10-02.10:21:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475403698.14.0.730923616174.issue15727@psf.upfronthosting.co.za>
In-reply-to
Content
Affected modules were tkinter and curses (see issue23815). This was fixed by explicit nullifying tp_new after calling PyType_FromSpec(). Issue26979 was open for documenting this danger effect.
History
Date User Action Args
2016-10-02 10:21:38serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jcea, belopolsky, pitrou, Robin.Schreiber
2016-10-02 10:21:38serhiy.storchakasetmessageid: <1475403698.14.0.730923616174.issue15727@psf.upfronthosting.co.za>
2016-10-02 10:21:38serhiy.storchakalinkissue15727 messages
2016-10-02 10:21:38serhiy.storchakacreate