colesbury / nogil

Multithreaded Python without the GIL
Other
2.91k stars 107 forks source link

test_concurrent_futures appears to hang on nogil-3.12 branch #106

Closed smontanaro closed 1 year ago

smontanaro commented 1 year ago

This may well be an already known problem, but I figured I'd point it out, as I didn't see it in the listed issues. On the nogil-3.12 branch, test_concurrent_futures fails to complete for me. I've let it run for more than 10 minutes. On the main cpython and nogil branches it completes within a couple minutes.

My environment is MacOS Ventura 13.1 on an M1 MacBook Pro.

colesbury commented 1 year ago

Thanks for the bug report. I've moved development of the 3.12 branch to a different repository https://github.com/colesbury/nogil-3.12 to make it easier to manage GitHub CI and project issues.

I had forgotten to delete the nogil-3.12 branch from this repo -- I'll do that now.

I think the test_concurrent_futures hang is fixed in the other repository, but it's still a work-in-progress and not ready to be used yet.

smontanaro commented 1 year ago

Cool, thanks Sam.