Hi IronPython team, Occasionally, when importing one particular module on a background thread I get this error:
SystemError: Collection was modified; enumeration operation may not execute. The offending line is: class SerializeCustom(_custom_base): And _custom_base is defined earlier in the module as: from mycsharpassembly import * _custom_base = Serializers.SerializeCustom # from assembly The problem is a real pain to replicate (i.e. me refreshing the browser about 100 times) Hopefully someone will have an idea what could cause this. I'm using build 44619, main (2.1 now 2.6) branch. Thanks, -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
