Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecursionError issue in pcpp #300

Closed
carlosgalvezp opened this issue Nov 20, 2024 · 1 comment · Fixed by #320
Closed

RecursionError issue in pcpp #300

carlosgalvezp opened this issue Nov 20, 2024 · 1 comment · Fixed by #320

Comments

@carlosgalvezp
Copy link

Hi,

We are analyzing some C++ code that includes <cuda.h>. Apparently this header is tough for pcpp, and leads to a RecursionError issue, similar to this one:
ned14/pcpp#72

The issue provides a fix which I have tested and works!

It appears however that the pcpp project is no longer maintained, with last contribution around 2 years ago, so I don't expect the issue to be solved on that end. Would it make sense for DWYU to patch pcpp to apply the suggested change? Otherwise I think it might be a good idea to look into replacing pcpp with something else that is actively maintained.

@carlosgalvezp
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant