GNOME Bugzilla – Bug 404932
Python modules do not work on 64-bit and Python 2.5
Last modified: 2007-02-06 12:17:04 UTC
PyDict_Next now takes a Py_ssize_t parameter for pos. Passing int on 64-bit platforms and python 2.5 will cause memory corruption.
Created attachment 82000 [details] [review] patch
Committed to svn. Thanks