[DISC] Use type annotations in cython #22180
Labels
Docs
Internals
Related to non-user accessible pandas implementation
Needs Discussion
Requires discussion from core team before further action
Regardless of whether run in py2/py3, cython supports modern type annotations. A lot of _libs could be made valid python by using these.
Upsides:
Downsides:
The main upside I see is the linting. My inclination is to try to implement it in a subset of files where we can get close to pure-python as a test run.
Thoughts?
The text was updated successfully, but these errors were encountered: