summaryrefslogtreecommitdiff
path: root/Lib/timeit.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2020-05-01 18:14:19 -0700
committerGitHub <noreply@github.com>2020-05-01 18:14:19 -0700
commit02047265eb83a43ba18cc7fee81756f1a1a1f968 (patch)
tree41f74764a8cfa3f824fcfea57a1b3ef17f7b4fd3 /Lib/timeit.py
parentf40bd466bf14029e2687e36e965875adf9d4be1a (diff)
downloadcpython-git-02047265eb83a43ba18cc7fee81756f1a1a1f968.tar.gz
bpo-29587: Update gen.throw() to chain exceptions (#19823)
Before this commit, if an exception was active inside a generator when calling gen.throw(), that exception was lost (i.e. there was no implicit exception chaining). This commit fixes that by setting exc.__context__ when calling gen.throw(exc).
Diffstat (limited to 'Lib/timeit.py')
0 files changed, 0 insertions, 0 deletions