mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
A TypeError is now raised instead of an AttributeError in "with" and "async with" statements for objects which do not support the context manager or asynchronous context manager protocols correspondingly.
Miscellaneous source files for the main Python shared library