For what I'm working on, my python script has to load snippets of python code from a json file. You're probably wondering why I can't just put the snippets of python code in the python script to begin ...
This works fine when using a CPython build with assertions disabled, and also works fine with Python 3.12 with assertions enabled. Since Python 3.13 (and still true on main), importing a ...