Message2345
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.
|
|
| Date |
User |
Action |
Args |
| 2008-02-20 17:18:23 | admin | link | issue898709 messages |
| 2008-02-20 17:18:23 | admin | create | |
|