Index: bugfixes.xml
===================================================================
RCS file: /cvsroot/omniORBpy/bugfixes.xml,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.28
diff -u -u -r1.1.2.22 -r1.1.2.28
--- bugfixes.xml 2001/02/20 10:39:33 1.1.2.22
+++ bugfixes.xml 2001/06/12 10:56:01 1.1.2.28
@@ -1,13 +1,95 @@
-
+
-
+
get_compact_typecode() had not been kept up-to-date
+ with the internal TypeCode interfaces.
+ omni::internalLock. Various places did this while
+ holding the Python interpreter lock, which could lead to deadlock
+ against threads holding internalLock and attempting to
+ lock the interpreter lock.
+
+ interface I {
+ struct S {
+ long l;
+ };
+ typedef S T;
+ };
+
+
"omnipy1_develop" branch.