[issue17747] Deprecate pickle fast mode

2013-11-24 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : -- resolution: -> wont fix stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue17747] Deprecate pickle fast mode

2013-04-16 Thread Alexandre Vassalotti
New submission from Alexandre Vassalotti: Pickle fast mode is currently a deprecated feature of the Pickler class used to disable its memoization mechanism. It was used mainly to create smaller output by not emitting a PUT opcode for each object saved. Unfortunately, this mode only worked with