Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
Add Clang Stubfiles#13933
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Add Clang Stubfiles#13933
Uh oh!
There was an error while loading.Please reload this page.
Conversation
According tomypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Please note that you will need a |
Another build failure is due to the pyright strict config. This should be solved by adding https://github.com/python/typeshed/actions/runs/15101805593/job/42443806988?pr=13933 |
For the longest time using clang as been rather annoying on python 3 since the entire library lacks typehinting and I have been using clang for developing bindings as well as other CPython & Cython Related projects. I have already attempted to make a pull request to the python clang maintainers to add stub files with no avail or responses. So I thought moving this here would be a better temporary solution for the time being. Feel free to provide me with feedback if there's anything I need to change as I plan to add a few more in the future such as the third party library pyduktape2 which currently has had suffered from the same outcome.