]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Aug 2018 06:28:34 +0000 (23:28 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 11 Aug 2018 06:28:34 +0000 (09:28 +0300)
commit8fc21c80af73226de875886132e0c32a4ffb32c5
tree4ebc170c77d53ba5c64c258c6bde1c9498e208dc
parentc614121224a5a81d958643471720645b1cb3166e
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)

The main cause of this bug was fixed as part of bpo-31908.
(cherry picked from commit c8b0dbc4928a1fe4bd5abebd810b6849374c7af3)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Lib/test/test_trace.py