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 roger.serwy
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-12.16:42:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342111374.05.0.899363686539.issue15335@psf.upfronthosting.co.za>
In-reply-to
Content
The IDLE debugger steps through the internals of _RPCFile.

To reproduce this bug, create a new .py file with a few print statements, enable the debugger, and then run the file. Stepping through the print statement enters into _RPCFile.
History
Date User Action Args
2012-07-12 16:42:54roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, serhiy.storchaka
2012-07-12 16:42:54roger.serwysetmessageid: <1342111374.05.0.899363686539.issue15335@psf.upfronthosting.co.za>
2012-07-12 16:42:53roger.serwylinkissue15335 messages
2012-07-12 16:42:53roger.serwycreate