all 7 comments

sorted by: hot top controversial new old
[–] 13 points 2 years ago

Threading intensifies

I'm excited about this, even if it is just baby steps. It's been one of my very few complaints about python, having spent two decades using it.

I'm hoping that pyside and QThreads can be made to work with noGIL. That would be super sweet. :)

  • source
  • [–] 8 points 2 years ago (1 child)

    Fuck Gil, he’s always slowing down my Python programs.

  • source
  • hideshow 2 child comments
  • [–] 7 points 2 years ago

    Note the caveat:

    With PYTHON_GIL=0 set, I spot-checked a few tests and small programs that don't use threads. They all seem to run fine, and very basic threaded programs work, sometimes. Trying to run the full test suite crashes pretty quickly, in test_asyncio

  • source
  • [–] 7 points 2 years ago (1 child)