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, amaury.forgeotdarc, asvetlov, brett.cannon, eric.snow, loewis, ncoghlan, ned.deily, pitrou, serhiy.storchaka, yselivanov
Date 2015-02-01.12:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422793617.51.0.596551159084.issue20204@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adds a warning to PyType_FromSpec and PyType_FromSpecWithBases if type spec name doesn't contain module name. In conjunction with tkinter_typespecs.patch it should fix the issue.
History
Date User Action Args
2015-02-01 12:26:57serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, amaury.forgeotdarc, ncoghlan, pitrou, ned.deily, asvetlov, eric.snow, Robin.Schreiber, yselivanov
2015-02-01 12:26:57serhiy.storchakasetmessageid: <1422793617.51.0.596551159084.issue20204@psf.upfronthosting.co.za>
2015-02-01 12:26:57serhiy.storchakalinkissue20204 messages
2015-02-01 12:26:57serhiy.storchakacreate