[XML-SIG] [ pyxml-Patches-434857 ] compatability with non-threading python

noreply@sourceforge.net noreply@sourceforge.net
Wed, 20 Jun 2001 10:45:53 -0700


Patches item #434857, was updated on 2001-06-20 10:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=306473&aid=434857&group_id=6473

Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Samuel Brauer (sbrauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: compatability with non-threading python

Initial Comment:
I recently had to use a version of Python without
thread support and found that various PyXML/4Suite
modules would not work because they assume threading is
enabled.  I was able to isolate all of the places in
the code that prevented my application from working,
but there may be other places where threading is
assumed that I missed.
One file that I know of is Ft/Ods/Database.py.
I skipped this file because I haven't used it and the
threading code in it looks more involved than the code
in the files I patched.

By the way, these patches are against PyXML-0.6.5 and
4Suite-0.11.0.  The changes I made should have no
affect on users of thread-enabled Python.


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

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