Open tijuca opened 1 year ago
In theory, no current Python package supporting Python since version 3.9 should be required to use this package, as the functionality is available in the stdlib now: https://docs.python.org/3/library/ast.html#ast.unparse https://github.com/python/cpython/commit/27fc3b6f3fc49a36d3f962caac5c5495696d12ed
While Python 3.11 is now the default Python version within the upcoming Debian release bookworm it turns out that the package astunparse can't run the internal tests since the switch to Python 3.11. This has become visible within a complete rebuild of all package within the archive.
There is an issue raised due the package rebuild problem against the package in astunparse in the Debian BTS within #1026643
The relevant part about the issue should be
Found out by some T&E it seems that the issue is triggered by
usr/lib/python3.11/traceback.py
and at least/usr/lib/python3.11/dataclasses.py
too.I hereby would like to get some help to fix the problem. Currently there a two patches applied to the source of version 1.6.3 before the package is build. https://sources.debian.org/src/astunparse/1.6.3-1/debian/patches/
Thanks!