]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38870: Remove dependency on contextlib to avoid performance regression on import...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 25 Nov 2019 11:49:17 +0000 (11:49 +0000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Nov 2019 11:49:17 +0000 (03:49 -0800)
commitded8888fbc33011dd39b7b1c86a5adfacc4943f3
tree4d7c802cc23b815d6894645d3b7a8ede0f28cbd5
parente11f25dbd85709ed370e83348da07be03e9b3d7a
bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)

https://bugs.python.org/issue38870

Automerge-Triggered-By: @pablogsal
Lib/ast.py