In Python 2.x, names outside the local scope are wholly inaccessible except by passing them in, unless they happen to be in the global scope. I have a class that has a couple of read-only/constant ...
Official support for free-threaded Python, and free-threaded improvements Python’s free-threaded build promises true parallelism for threads in Python programs by removing the Global Interpreter Lock ...