Michael Droettboom
Michael Droettboom
I think this is resolved and should have been closed. Are you still able to reproduce it, @encukou?
## cythonbuilder Seems to not support some more recent Cython syntax that we are using. I think any tool that attempts to parse Cython that /isn't/ Cython is likely to...
After some time looking at this, here's my current thinking: # Stubs Note that stubs serve two purposes: IDE autocompletion and type-checking. Many more developers use IDE autocompletion, and generally...
Somewhat related to this discussion is to decide whether to continue documenting the C++ types in Python docstrings, rather than the Python types that they map to.
My understanding is that the "pure-Python" syntax approach was added to Cython to avoid all of the problems that having a separate, incompatible syntax bring to Cython. This is mainly...
> Perhaps there are other interesting metrics to calculate that would help us determine how to improve our PR turnaround times. Just brainstorming: - In an ideal world, the reviews...
I need to find more time to understand the /why/, but last week I was having a lot of trouble getting reproducible results from `pytest-benchmarking` with reasonable deviation (relative to...