]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make Ellipsis and NotImplemented picklable through the reduce protocol.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 24 Nov 2013 10:53:45 +0000 (02:53 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 24 Nov 2013 10:53:45 +0000 (02:53 -0800)
commitc49477b1848d5f7f1a98c6f19931d75c29019c7e
tree275eebd3cfdb4667b15880767536173b351bb3c6
parent4c05d3bc561dcdd70dd0d268fa769197334349a8
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Lib/pickle.py
Modules/_pickle.c
Objects/object.c
Objects/sliceobject.c