Issue #19754: Make pickletools.optimize respect the frame size target.

This commit is contained in:
Alexandre Vassalotti 2013-12-01 16:27:46 -08:00
parent 53dd8167ff
commit 28d271ef6b
3 changed files with 2 additions and 14 deletions

View file

@ -6,8 +6,6 @@ from test.pickletester import AbstractPickleModuleTests
class OptimizedPickleTests(AbstractPickleTests, AbstractPickleModuleTests):
optimized = True
def dumps(self, arg, proto=None):
return pickletools.optimize(pickle.dumps(arg, proto))