mox@lemmy.sdf.org to Programming@programming.dev · 4 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square12fedilinkarrow-up184arrow-down12cross-posted to: python@programming.dev
arrow-up182arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square12fedilinkcross-posted to: python@programming.dev
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up20·4 months agoIt’s exciting, but man there are lots of assumptions in native python built around the gil. I’ve seen lists, etc. modified by threads assuming the gil locks for them. Testing this e2e for any production deployment can be a bit of a nightmare.
It’s exciting, but man there are lots of assumptions in native python built around the gil.
I’ve seen lists, etc. modified by threads assuming the gil locks for them. Testing this e2e for any production deployment can be a bit of a nightmare.