]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
authorEthan Smith <ethan@ethanhs.me>
Fri, 10 Apr 2020 04:25:53 +0000 (21:25 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 04:25:53 +0000 (21:25 -0700)
commit7c4185d62d4aec486d82c3ad02acd878db2d3537
treed74318ca0c3e092652e64b9fe174edc0bcef9586
parent2fa67df605e4b0803e7e3aac0b85d851b4b4e09a
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Lib/test/test_genericalias.py
Modules/mmapmodule.c
Objects/enumobject.c
Objects/genobject.c