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.

Author ldeller
Recipients
Date 2007-08-13.08:15:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The xmlrpclib module in the standard library will use a 3rd party C extension called "sgmlop" if it is present.

The last version of PyXML (0.8.4) includes this module, but it causes crashes with Python 2.5 due to the use of mismatched memory allocation/deallocation functions (PyObject_NEW and PyMem_DEL).

It is unlikely that sgmlop will be fixed, as PyXML is no longer maintained.  Therefore sgmlop support should be removed from xmlrpclib.

(In case you're wondering why anyone would install PyXML with Python 2.5 anyway:  there are still some 3rd party libraries which depend upon PyXML, such as ZSI and twisted).
History
Date User Action Args
2007-08-23 14:59:12adminlinkissue1772916 messages
2007-08-23 14:59:12admincreate