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 terry.reedy
Recipients kbk, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy, tim.peters
Date 2013-11-03.07:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383463635.26.0.435786282998.issue19481@psf.upfronthosting.co.za>
In-reply-to
Content
Win 7, console 2.7.5+, 32  bit, compiled Aug 24, does not have the problem. Idle started with 'import idlelib.idle' does, but only for 'print foo', as Tim reported. When I close the hung process with [X], there is no error message in the console. Installed 64bit 2.7.5 fails with 'print foo' also. I actually used F and f instead of Foo and foo, so it is not name specific. A subclass of str works fine.

Current 3.4a4 Idle works fine. The SO OP also reported that there is no problem is the class is imported from another file.

We need a test on something other than Windows, preferably both mac and linux.
History
Date User Action Args
2013-11-03 07:27:15terry.reedysetrecipients: + terry.reedy, tim.peters, kbk, ned.deily, roger.serwy, serhiy.storchaka
2013-11-03 07:27:15terry.reedysetmessageid: <1383463635.26.0.435786282998.issue19481@psf.upfronthosting.co.za>
2013-11-03 07:27:15terry.reedylinkissue19481 messages
2013-11-03 07:27:14terry.reedycreate