Message2345

Author jonmason009
Recipients
Date 2004-02-17.12:58:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
These modifications were made to synchronize some of 
the initialization methods on an object lock and prevent 
multiple threads from accessing data simultaneously.  
Some problems were found that some of the member 
variables were being simultaneously read and written by 
different threads, so some extra precautions were added 
in to the code to verify that access to these variables is 
thread safe.  

Attached is a file containing diff's of the files modified:
org.python.core.PyFile
org.python.core.PyJavaClass
org.python.core.StdoutWrapper

Also, a complete copy of the source with the 
recommended modifications is contained in the attached 
file.  

History
Date User Action Args
2008-02-20 17:18:23adminlinkissue898709 messages
2008-02-20 17:18:23admincreate