Message580

Author itamar
Recipients
Date 2002-02-23.03:05:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I expected, as in CPython, that built-in lists be
thread-safe, in that each operation (.append, .remove)
be atomic. This is not the case -- the attached script
is a test case. I've also seen java.lang.NullException
or some such error in my real code.
History
Date User Action Args
2008-02-20 17:17:02adminlinkissue521701 messages
2008-02-20 17:17:02admincreate