This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog python/py-type.c
- From: jkratoch at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 20 Apr 2012 07:17:58 -0000
- Subject: src/gdb ChangeLog python/py-type.c
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2012-04-20 07:17:58
Modified files:
gdb : ChangeLog
gdb/python : py-type.c
Log message:
gdb/
Fix compilation compatibility with python-2.4
* python/py-type.c (convert_field): Cast ADDRSTRING for
PyObject_SetAttrString as non-const. New comment.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14140&r2=1.14141
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-type.c.diff?cvsroot=src&r1=1.37&r2=1.38