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-12.11:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5458391.tZXo6Lel4U@raxxla>
In-reply-to <1412984394.21.0.449388216585.issue21986@psf.upfronthosting.co.za>
Content
It would be good to add a test of rpc.dumps().

Current code copies copyreg.dispatch_table at the moment of rpc import. But it 
can be changed later and these change will not affect private copy. For example 
the re module adds pickleability of compiled regex patterns. I think the use 
of ChainMap is more safe solution.
History
Date User Action Args
2014-10-12 11:14:48serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, kbk, pitrou, roger.serwy, Claudiu.Popa, python-dev, ppperry
2014-10-12 11:14:48serhiy.storchakalinkissue21986 messages
2014-10-12 11:14:48serhiy.storchakacreate