[issue1101399] dict subclass breaks cPickle noload()

2009-10-14 Thread Neil Schemenauer
Neil Schemenauer added the comment: Applied to 2.x trunk. The 3.x version _pickle.c doesn't have the noload method. -- resolution: -> accepted status: open -> closed ___ Python tracker

[issue1101399] dict subclass breaks cPickle noload()

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk, traceback: Traceback (most recent call last): File "~/Desktop/noload.py", line 12, in u.noload() TypeError: 'NoneType' object does not support item assignment -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions