And its looking kinda awesome
- Tail-Call Interpreter: goodbye pesky recursion limit crashes.
- Thread Support: Free-threading is out, making multi-threading way smoother
- Type Annotations: Now they’re lazy-evaluated, which means less hassle and more speed.
- Zstandard Compression: New
compression.zstd module for super-fast compression action.
- Debugging Magic: Debug with almost zero overhead
- C API Tweaks: Configuring Python through the C API is now simpler and more flexible.
- Security: Built-in HMAC means more secure hashing without extra dependencies.
- Remote PDB: Debug your Python processes running on a server in the cloud