GNOME Bugzilla – Bug 501212
Fix use with Python 2.5
Last modified: 2007-12-03 10:49:13 UTC
(forwarded from a mail I got as the "maintainer" (haha) of nautilus-python in Debian) From: Jonathan Rogers <jonner@teegra.net> Here's a patch to get nautilus-python and python 2.5 on amd64 to get along. It seems that the Python/C API function PyDict_Next changed from 2.4 to 2.5. It now uses Py_ssize_t for the ppos parameter instead of int. This was had the strange effect that though nautilus-python was loading and compiling Python extensions, it was failing to register the contained classes.
Created attachment 100105 [details] [review] Patch
*** This bug has been marked as a duplicate of 444366 ***