• thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    11
    ·
    2 days ago

    global interpreter lock disabled + JIT Compiler = Python becomes self conscious

    I’m super curious. This was long in the making and finally people can test it. I still have to read the details, so I’ll spare you with my questions at the moment. I wonder if these will become the default in the future and how it compares against compiled languages. Hopefully it doesn’t take too long for Arch to upgrade.

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 days ago

      Suggestion: A new file extension .pyt to indicate its threaded code meant for the free-threaded mode enabled (no GIL). The current implementation is that there is a secondary binary python3.13t, because its not compatible with regular Python interpreter.