]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
authorEthan Smith <ethan@ethanhs.me>
Tue, 14 Apr 2020 23:14:15 +0000 (16:14 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 23:14:15 +0000 (16:14 -0700)
commitd01628e411752ee6849f862cae66a1c69fe512b7
tree4b6fc066cc0dc4c1aa2352896d81c0573e5a9138
parent33986465bde2a2188537c4ef6cdb6055e348f31f
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Lib/dataclasses.py
Lib/mailbox.py
Lib/test/test_context.py
Lib/test/test_genericalias.py
Python/context.c