Michał Górny (he/they) ∞🙀🚂🐧 on Nostr: #CPython 3.13 has some new fun flags for #Gentoo ricers. USE=jit → enable to get ...
#CPython 3.13 has some new fun flags for #Gentoo ricers.
USE=jit → enable to get Just-in-Time compiler and make stuff faster. Note that you're also going to see random segfaults, etc.
USE=gil → disable to get rid of Global Interpreter Lock and get a freethreading #Python. Expect some random breakage, race conditions, etc.
USE=jit → enable to get Just-in-Time compiler and make stuff faster. Note that you're also going to see random segfaults, etc.
USE=gil → disable to get rid of Global Interpreter Lock and get a freethreading #Python. Expect some random breakage, race conditions, etc.