[Ironpython-users] cp33663 fix - Any comments?

2013-01-29 Thread Michael van der Kolff
I put a pull request in for the fix for cp33663. Are there any comments on the fix? I would really like it to be merged at some point, because maintaining our own tree just for this fix seems a little silly. A real use case: Acceptance testing with unittest that makes extensive use of setUpClass

[Ironpython-users] Windows Service Applications?

2013-01-29 Thread Don Spaulding
Hi all, I'm new to IronPython. I'm using IPy to wrap a .NET assembly. I've got my wrapper written and functional from the command line. Now I want to run the python wrapper as a windows service application. Anyone know how I can do that? I found a project on codeplex that seems to be solving

[Ironpython-users] struct.pack(format, *args) not thread safe

2013-01-29 Thread Michael van der Kolff
When using paramiko with more than one process spawning, I occasionally get the following: System.InvalidOperationException: The LinkedList node already belongs to a LinkedList. at System.Collections.Generic.LinkedList`1.ValidateNewNode(LinkedListNode`1 node) at System.Collections.Generic.Lin