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 Claudiu.Popa, kbk, loewis, pitrou, ppperry, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-13.07:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2041586.EsQ2HQkWDl@raxxla>
In-reply-to <1413168393.87.0.527850258737.issue21986@psf.upfronthosting.co.za>
Content
> PyShell imports non-idlelib modules, including re, before idlelib modules,
> such as rpc. So the re addition is there, though I strongly doubt that
> compiled regexs are every sent to the user process. 

But we can't guarantee that this alway will be so. Other stdlib modules can 
register picklers, and IDLE can import them in future. This code is not 
protected against future changes in other places of the code.
History
Date User Action Args
2014-10-13 07:21:34serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, kbk, pitrou, roger.serwy, Claudiu.Popa, python-dev, ppperry
2014-10-13 07:21:34serhiy.storchakalinkissue21986 messages
2014-10-13 07:21:34serhiy.storchakacreate