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 Claudiu.Popa, kbk, loewis, pitrou, ppperry, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-09.23:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412898861.29.0.084201185004.issue21986@psf.upfronthosting.co.za>
In-reply-to
Content
Wanting to make sure that a patch does not break Idle makes perfect sense to me.  As it turns out, running *any* code from the editor (even empty) works for these patches.  Idle compiles the code to a code object *in the Idle process* and if no compile errors, ships the code object to the user process via rpc to be executed in the user process.  I comfirmed this with a print inside pickle_code.  With this clear, I have downloaded both patches to test on 2.7 and 3.4.
History
Date User Action Args
2014-10-09 23:54:21terry.reedysetrecipients: + terry.reedy, loewis, kbk, pitrou, roger.serwy, Claudiu.Popa, serhiy.storchaka, ppperry
2014-10-09 23:54:21terry.reedysetmessageid: <1412898861.29.0.084201185004.issue21986@psf.upfronthosting.co.za>
2014-10-09 23:54:21terry.reedylinkissue21986 messages
2014-10-09 23:54:21terry.reedycreate