As you probably already know, does Python 3.12 support an experimental [GIL free compilation](https://docs.python.org/3/whatsnew/3.13.html#free-threaded-cpython), and since 3.12 [a GIL per interpreter.](https://docs.python.org/3/whatsnew/3.12.html#pep-684-a-per-interpreter-gil) modus. Is there any plan, to adopt to that?