]> granicus.if.org Git - python/commit
Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 29 Nov 2013 01:09:16 +0000 (17:09 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 29 Nov 2013 01:09:16 +0000 (17:09 -0800)
commit567eba1852ed89e5cf93dbce33f7e2ca73e8f05d
tree740748fe4adc70bc5fcdf02d2339a647f81eb1d9
parent6bf41e54a42fbe3deee70b8d786096bd6d1d133d
Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle.
Modules/_pickle.c