pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.66k stars 1.74k forks source link

inline type annotations for datastructures #2970

Closed davidism closed 3 weeks ago

davidism commented 3 weeks ago

Currently we have a bunch of .pyi files with the annotations, because Python <= 3.8 didn't support generic list and dict subclassing. Now that we support >= 3.9, we should be able to move all the annotations into the Python code and remove the stubs.

sgaynetdinov commented 3 weeks ago

@davidism Hi, is this task available?

davidism commented 3 weeks ago

I'm currently most of the way through it, thanks for offering though!