Ben Steffensmeier

Results 5 issues of Ben Steffensmeier

**Describe the bug** In AppVeyor we are seeing intermittent crashes in the python3.9 build of the dev_4.0 branch while running the test in TestCrossLangSync.java. The output from that test is...

defect

This enables all SharedInterpreters to use the same MemoryManager so that a PyPointer from any SharedInterpreter can be used on threads from any other SharedInterpreters. This requires internal changes to...

This is a fix for the problem identified in #538.

Python 3.13 is changing the way threading.active_count() works in sub-interpreters. In previous versions when no other threads in the interpreter are active then there is only 1 active thread. New...

This adds a new method to Interpreter for creating a new Interpreter on a different thread that shares interpreter state with an existing interpreter. The Python C-API has always had...