[issue1772916] xmlrpclib crash when PyXML installed - sgmlop is available

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Both PyXML and sgmlop are deprecated now, and support has been removed in xmlrpclib as of Python 2.7. I think this can be closed. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python t

[issue1772916] xmlrpclib crash when PyXML installed - sgmlop is available

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> crash versions: +Python 2.6, Python 3.0 ___ Python tracker ___ ___ Pyt

[issue1772916] xmlrpclib crash when PyXML installed - sgmlop is available

2007-11-04 Thread Grzegorz Makarewicz
Grzegorz Makarewicz added the comment: Minimalistic test crash (python 2.5 cvs, sgmlop cvs(pyxml)) - compiled with msvc 2005, where after 10 loops ms-debugger is invoked: data='''\ mws.ScannerLogout 7 ''' import xmlrpclib def main(): i = 1 whil