Cookie module segmentation fault

Andrew M. Kuchling akuchlin at mems-exchange.org
Fri Mar 10 13:07:44 EST 2000


Paul Boddie <paulb at infercor.no> writes:
> Dan wrote:
> 
> [Segmentation fault in 'Cookie' module.]

This is fixed in the current Python CVS tree; it's actually a bug in
cPickle, which is used under the covers by the Cookie module.  Grab
the Modules/cPickle.c file out of CVS (try
http://cvs.python.org/cgi-bin/viewcvs.cgi/python/dist/src/Modules/ to
download just that one file) and recompile.

-- 
A.M. Kuchling			http://starship.python.net/crew/amk/
    "She was a remarkable woman."
    "All women are remarkable."
    -- Orpheus and Andros, in SANDMAN #41: "Brief Lives:1"



More information about the Python-list mailing list