Staging
v0.8.1
https://github.com/python/cpython
Revision 1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d authored by Géry Ogam on 14 January 2020, 11:58:29 UTC, committed by Nick Coghlan on 14 January 2020, 11:58:29 UTC
* Reorder the __aenter__ and __aexit__ checks for async with
* Add assertions for async with body being skipped
* Swap __aexit__ and __aenter__ loading in the documentation
1 parent 9af0e47
History
Tip revision: 1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d authored by Géry Ogam on 14 January 2020, 11:58:29 UTC
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Tip revision: 1d1b97a
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top