]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 17:24:25 +0000 (18:24 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 17:24:25 +0000 (18:24 +0100)
commitea9612a17bc60d44e0058f525d3c02a91c439cef
tree0f31ad29ae3f7471a4a496f3c2e721038037cded
parentdd69f734218ac5d3a551227069ac53ee09b0cd3e
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)

Tolerate a leak of 1 reference and 1 memory block until it's fixed.
Lib/test/test_embed.py