In some part of Grumpy history python-parser replaced CPython's ast module. But replaced being vendorized, not getting later fixes and improvements from upstream.
[ ] find the original version that got vendorized
[ ] discover if it is patched
[ ] if not patched, replace with a setup.py requirement instead
In some part of Grumpy history
python-parser
replaced CPython'sast
module. But replaced being vendorized, not getting later fixes and improvements from upstream.