MoreCoffee@programming.dev to Python@programming.dev · 8 months agoCPython PR merged yesterday: Allow disabling the GIL with PYTHON_GIL=0 or -X gil=0 by swtaarrs · Pull Request #116338 (part of PEP 703)github.comexternal-linkmessage-square7fedilinkarrow-up161arrow-down10file-text
arrow-up161arrow-down1external-linkCPython PR merged yesterday: Allow disabling the GIL with PYTHON_GIL=0 or -X gil=0 by swtaarrs · Pull Request #116338 (part of PEP 703)github.comMoreCoffee@programming.dev to Python@programming.dev · 8 months agomessage-square7fedilinkfile-text
minus-squareTroy@lemmy.calinkfedilinkarrow-up13·8 months agoThreading 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. :)
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. :)