inducer / pycparserext

Extensions for Eli Bendersky's pycparser
http://pypi.python.org/pypi/pycparserext
Other
83 stars 28 forks source link

Fix TypeDeclExt/ArrayDeclExt #77

Closed douglas-raillard-arm closed 1 year ago

inducer commented 1 year ago

Thx!

inducer commented 1 year ago

Could you look into the test failures?

douglas-raillard-arm commented 1 year ago

Looks like the align parameter was added to TypeDecl in 2.21: https://github.com/eliben/pycparser/commit/14ffe7bc486805c568403757d8634211f8458451

I updated the PR with a pycparser==2.21 version bound

douglas-raillard-arm commented 1 year ago

@inducer PR updated with ~= instead of == in setup.py

inducer commented 1 year ago

Thx!