Issue 1550559: SWIG wrappers incompatible with 2.5c1 (original) (raw)

Issue1550559

Created on 2006-09-01 14:12 by andrew22, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29725 - (view) Author: Andrew Gregory (andrew22) Date: 2006-09-01 14:12
Can now no longer compile SWIG wrappers following upgrade to Python 2.5c1 - presumably as a result of changes in Python.h. Used MinGW compilers (3.2.3 and 3.4.2) on Windows XP. See http://groups.google.co.uk/group/comp.lang.python/brows e_thread/thread/7a44c95f6aa68ef8/3e7e1e2d2cce56ed? lnk=gst&q=gregory&rnum=3#3e7e1e2d2cce56ed
msg29726 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-06 06:12
Logged In: YES user_id=849994 The ml_doc member of PyMethodObject structures is now declared as const char *, which is correct. SWIG will have to adapt to this.
History
Date User Action Args
2022-04-11 14:56:19 admin set github: 43922
2006-09-01 14:12:43 andrew22 create