[issue39048] Change the lookup order of __aenter__ and __aexit__ for async with

Nick Coghlan report at bugs.python.org
Tue Jan 14 06:58:39 EST 2020


Nick Coghlan <ncoghlan at gmail.com> added the comment:


New changeset 1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d by Nick Coghlan (Géry Ogam) in branch 'master':
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
https://github.com/python/cpython/commit/1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d


----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39048>
_______________________________________


More information about the Python-bugs-list mailing list