[XML-SIG] [ pyxml-Patches-1491055 ] sgmlop broken on Python 2.5

SourceForge.net noreply at sourceforge.net
Thu May 18 18:04:03 CEST 2006


Patches item #1491055, was opened at 2006-05-18 18:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1491055&group_id=6473

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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: sgmlop broken on Python 2.5

Initial Comment:
extensions/sgmlop.c uses PyObject_NEW() for allocating
and PyMem_DEL() for freeing which is broken under
Python 2.5. This patch fixes this problem.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1491055&group_id=6473


More information about the XML-SIG mailing list