You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that pyc files are unreproducible without some work. But in pycparser 2.19 has a fix that would stop including pyc files in the wheel: eliben/pycparser@aedb4ed. So we need to upgrade to at least 2.19. Given that 2.19 is from 2018, I think going to 2.21 would be nice if the diff review isn't too terrible.
We also need to verify that newer versions work properly with our pinned cffi, in case we also need to bump that.
The text was updated successfully, but these errors were encountered:
This is a good first issue for new contributors to take on, if you have any questions, please ask on the task or in our Gitter room!
(this is a Python C parser, not a pyc parser...)
We are currently pinned to 2.18, which appears to be unreproducible (see #5901):
We know that pyc files are unreproducible without some work. But in pycparser 2.19 has a fix that would stop including pyc files in the wheel: eliben/pycparser@aedb4ed. So we need to upgrade to at least 2.19. Given that 2.19 is from 2018, I think going to 2.21 would be nice if the diff review isn't too terrible.
We also need to verify that newer versions work properly with our pinned cffi, in case we also need to bump that.
The text was updated successfully, but these errors were encountered: