|
|
|
|
|
by reinhash
88 days ago
|
|
I also wonder how many people actually need free-threading. And I wonder how useful it will be, when you can already use the ABI to call multi-threaded code. I think the GIL provides python with a great guarantee, I would probably prefer single-thread performance improvements over multithreading in python to be honest. Anyway if I need performance, Python would probably not be my first choice |
|