MoreCoffee@programming.dev to Python@programming.dev · 9 个月前CPython 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-up160arrow-down10file-textcross-posted to: [email protected][email protected]
arrow-up160arrow-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 · 9 个月前message-square7fedilinkfile-textcross-posted to: [email protected][email protected]
minus-squareTroy@lemmy.calinkfedilinkarrow-up13·9 个月前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. :)
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. :)