Importing a package with the newly-released fparser triggers an import error:
>>> from fparser.two import Fortran2008
E ImportError: cannot import name 'Loop_Control' from partially initialized module 'fparser.two.Fortran2008' (most likely due to a circular import) (/opt/hostedtoolcache/Python/3.13.13/x64/lib/python3.13/site-packages/fparser/two/Fortran2008/__init__.py)
Importing a package with the newly-released fparser triggers an import error: