scoder
scoder
The function is not used by Cython.
@rkern, would be nice to rebuild the existing sources with a recent Cython version and deploy it as a fix release to pypi. Also see the test fix in #129.
@guedesfelipe, since you're comparing 3.10 with Python 3.8 and 3.9, did you download and install all three from the same place? Are all three using lxml 4.9.1, installed from the...
Ok, this is because of https://bugs.launchpad.net/lxml/+bug/1980575. I removed the Py3.10 macOS wheel from PyPI because it was built incorrectly, so pip now does a source build for Py3.10. This apparently...
>> Are all three using lxml 4.9.1, installed from the official wheels? > >Yes, lxml is installed with pip so it's using the official wheel since >pip prefers wheel over...
I'm generally happy to add static analysis and security scans to Cython. However, scanning only the project sources won't help much. Cython itself isn't a program that runs in security...
Forgot to say: thanks for bringing this up, @joycebrum. It does sound like something that could help a lot of OSS projects, including Cython.
Ah, thanks for clarifying. I hadn't taken much time to look through the service itself, now it seems that it's a sort of meta-checker, validating that the project adheres to...
I should add that I don't see a need for scoring here. It's nice to get hints what could be done better, but few of these hints are pressing issues....
My _guess_ is that the original intention was something like: "if the user includes 'complex.h' then use it automatically". I don't have a problem with using a header that is...