Bugs item #1550559, was opened at 2006-09-01 14:12
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1550559&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Andrew Gregory (andrew22)
Assigned to: Nobody/Anonymous (nobody)
Summary: SWIG wrappers incompatible with 2.5c1

Initial Comment:
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


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-09-06 06:12

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1550559&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to