Fulllancers Team
11-14-2023
PEP 695, type parameter syntax and the type statement
PEP 701, f-strings in the grammar
PEP 684, a unique per-interpreter GIL, PEP 669, low impact monitoring
PEP 688, using the buffer protocol from Python
The pathlib.Path class now supports subclassing, The os module received several improvements for Windows support
Replace the builtin hashlib implementations of SHA1, SHA3, SHA2-384, SHA2-512, and MD5 with formally verified code from the HACL* project.
PEP 697, unstable C API tier, PEP 683, immortal objects