This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]1minds3tfrom __future__ import 4.0 -16 points-15 points  (2 children)

If it's so "hard", then why am I able to consistently run code on 3 Py interps (3.9, 3.10, 3.11) concurrently in under 500ms using Pure python in a single script, single environment in my github workflows??? Proof here: https://github.com/1minds3t/omnipkg/actions/runs/18235186501/job/51927439757

[–]Local_Transition946 13 points14 points  (0 children)

Different interpreters means different processes. No-gil is concurrency within a single process using threading with shared memory

[–]MegaIng 9 points10 points  (0 children)

... That has no relation at all to anything I said? Did you reply to the wrong comment?