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-07-16.17:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405533155.32.0.895153914201.issue21986@psf.upfronthosting.co.za>
In-reply-to
Content
There is no unittest module for rpc yet.

Should the pickle test include a test that pickling a code object fails, and with the proper exception?  Is ppperry correct about PicklingError?

Chainmap is new in 3.3 so 2.7 would need the copy version of the patch.
History
Date User Action Args
2014-07-16 17:52:35terry.reedysetrecipients: + terry.reedy, loewis, kbk, pitrou, roger.serwy, Claudiu.Popa, serhiy.storchaka, ppperry
2014-07-16 17:52:35terry.reedysetmessageid: <1405533155.32.0.895153914201.issue21986@psf.upfronthosting.co.za>
2014-07-16 17:52:35terry.reedylinkissue21986 messages
2014-07-16 17:52:35terry.reedycreate