]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2019 07:12:29 +0000 (00:12 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 07:12:29 +0000 (00:12 -0700)
commit695d7ad710de17b33870d34e0fff04a31f0f3e2b
tree31574d67f693ec549192975ec29d5cf0f6ca9b68
parent14c179f97dbb7047cb30e4a610b5d5b531a4f6f7
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)

eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b49c79c453d905d0395150ba0607fbab18b)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_ntpath.py