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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, cool-RR, daniel.urban, eric.araujo, exarkun, hinsen, lemburg, loewis, obamausa8, pitrou, rhettinger
Date 2013-11-30.03:51:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385783473.87.0.54698517694.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
As part of the implementation of PEP 3154 (Pickle protocol 4), I've introduced support for pickling methods for all pickle protocols (and not just for the new protocol 4). This was implemented by adding the appropriate __reduce__ method on built-in functions and methods. In addition, pickling methods in nested classes is now supported by protocol 4 through the use of the __qualname__ attribute.
History
Date User Action Args
2013-11-30 03:51:14alexandre.vassalottisetrecipients: + alexandre.vassalotti, lemburg, loewis, rhettinger, hinsen, exarkun, amaury.forgeotdarc, belopolsky, pitrou, eric.araujo, obamausa8, daniel.urban, cool-RR
2013-11-30 03:51:13alexandre.vassalottisetmessageid: <1385783473.87.0.54698517694.issue9276@psf.upfronthosting.co.za>
2013-11-30 03:51:13alexandre.vassalottilinkissue9276 messages
2013-11-30 03:51:13alexandre.vassalotticreate