[issue7758] cPickle.load() segfault on invalid data

2010-01-22 Thread Eric Smith
Eric Smith added the comment: This is a duplicate of issue 7455. -- components: +Extension Modules -None nosy: +eric.smith resolution: out of date -> duplicate superseder: -> cPickle: stack underflow in load_pop() ___ Python tracker

[issue7758] cPickle.load() segfault on invalid data

2010-01-22 Thread R. David Murray
R. David Murray added the comment: This is already fixed, I believe as part of a general cleanup of one of the CAPI macros. On current 2.6 branch and on trunk you now get an unpickling stack underflow in this case. -- nosy: +r.david.murray priority: -> normal resolution: -> out of

[issue7758] cPickle.load() segfault on invalid data

2010-01-22 Thread Dan Helfman
Changes by Dan Helfman : -- title: cPickle segfault on invalid data -> cPickle.load() segfault on invalid data ___ Python tracker ___