After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 501212 - Fix use with Python 2.5
Fix use with Python 2.5
Status: RESOLVED DUPLICATE of bug 444366
Product: nautilus-python
Classification: Other
Component: general
Git Master
Other Linux
: Normal normal
: ---
Assigned To: Johan (not receiving bugmail) Dahlin
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2007-12-03 10:42 UTC by Ross Burton
Modified: 2007-12-03 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (374 bytes, patch)
2007-12-03 10:43 UTC, Ross Burton
none Details | Review

Description Ross Burton 2007-12-03 10:42:55 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.
Comment 1 Ross Burton 2007-12-03 10:43:11 UTC
Created attachment 100105 [details] [review]
Patch
Comment 2 Johan (not receiving bugmail) Dahlin 2007-12-03 10:49:13 UTC

*** This bug has been marked as a duplicate of 444366 ***