Results 151 comments of Alex Earl

@radek673 you're welcome to debug and submit a fix yourself.

Multiprocessing is not currently supported on IronPython

@paweljasinski There is a native module (_multiprocessing) that needs to be implemented as well I believe.

Multiprocessing isn't as important on IronPython since we don't have the GIL. You can still get usage of all cores in the system by using just the threading module on...

@jdhardy Another leak issue that may be solved by your updates.

This still shows "leaked" on master

@simplicbe Can you profile this one too?

It seems like the user says the issue is fixed (unless I am not seeing some of the details of the issue).

In the stackoverflow item referenced in the issue, one of the commenters mentions the "Just My Code" thing. I will look into this, but from looking at the code, it...