Python 3.15: features that didn't make the headlines
Summary
Python 3.15 introduces several under the radar features that improve async workflow management, context managers, and multithreading safety. The article highlights TaskGroup cancellation, Context Decorator improvements, thread-safe iterators, and two bonus features: Counter xor and immutable JSON objects, with practical code examples.