eliben / pycparser

:snake: Complete C99 parser in pure Python
Other
3.24k stars 609 forks source link

"sorry, but this version only supports 100 named groups" #532

Closed francis-starlab closed 6 months ago

francis-starlab commented 6 months ago

I believe there is an issue similar to https://github.com/eliben/pycparser/issues/152 in v2.22.

I'm debugging a rhel7/centos7 installer failure which appears to have an unpinned dependency on pycparser. I assume this only happens on python2 so of course if this issue is wont-fix that's very understandable. If it is fixable I would appreciate a fix.

eliben commented 6 months ago

You'll need to provide a more complete reproducer than this, as I'm sure you realize :)

If this is a Python 2 - specific issue then yes, that ship has sailed long ago. With limited resources for a hobby projects there are some tradeoffs to make, and dropping Python 2 seems like a reasonable tradeoff at this time.