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 404932 - Python modules do not work on 64-bit and Python 2.5
Python modules do not work on 64-bit and Python 2.5
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Programmatic interfaces
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-06 11:15 UTC by Gustavo Carneiro
Modified: 2007-02-06 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (857 bytes, patch)
2007-02-06 11:15 UTC, Gustavo Carneiro
committed Details | Review

Description Gustavo Carneiro 2007-02-06 11:15:18 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.
Comment 1 Gustavo Carneiro 2007-02-06 11:15:45 UTC
Created attachment 82000 [details] [review]
patch
Comment 2 James "Doc" Livingston 2007-02-06 12:17:04 UTC
Committed to svn. Thanks