[issue9276] pickle should support methods

Marc-Andre Lemburg report at bugs.python.org
Mon Aug 2 15:25:44 CEST 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Jean-Paul Calderone wrote:
> 
> Jean-Paul Calderone <exarkun at twistedmatrix.com> added the comment:
> 
>> By adding default support for unpickling code objects, you can trick
> the unpickling code into executing serialized code:
> 
> This doesn't sound correct to me.
> 
> You can *already* trick unpickling code into executing serialized code.  You don't need this feature in order to be able to do it.

How ?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9276>
_______________________________________


More information about the Python-bugs-list mailing list