Files
cpython/Lib
Serhiy Storchaka f73d2e7003 gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)
__enter__(), __exit__(), __aenter__(), and __aexit__() can now be
arbitrary descriptors, not only normal methods, for consistency with the
"with" and "async with" statements.
2026-02-04 13:20:18 +02:00
..
2026-01-14 16:41:32 +02:00
2025-12-06 11:27:31 +00:00
2025-11-23 16:33:05 +00:00