This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SWIG wrappers incompatible with 2.5c1
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: andrew22, georg.brandl
Priority: normal Keywords:

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:19adminsetgithub: 43922
2006-09-01 14:12:43andrew22create