[issue3640] test_cpickle crash on AMD64 Windows build

Amaury Forgeot d'Arc report at bugs.python.org
Fri Aug 22 18:56:37 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The problem comes from this local variable in batch_list() and batch_dict:
    PyObject *slice[BATCHSIZE];
and BATCHSIZE=1000...

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3640>
_______________________________________


More information about the Python-bugs-list mailing list