Skip to content

bpo-37393: Fix deprecation warnings in test_ntpath - #14357

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
ZackerySpytz:bpo-37393-deprecation-warnings-test_ntpath
Jun 25, 2019
Merged

serhiy-storchaka merged 1 commit into
python:masterfrom
ZackerySpytz:bpo-37393-deprecation-warnings-test_ntpath

Conversation

@ZackerySpytz

@ZackerySpytz ZackerySpytz commented Jun 24, 2019

Copy link
Copy Markdown
Contributor

eval() was being called an extra time without a filter for
deprecation warnings.

https://bugs.python.org/issue37393

eval() was being called an extra time without a filter for
deprecation warnings.
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-14366 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 25, 2019
eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-14367 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 25, 2019
eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request Jun 25, 2019
eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request Jun 25, 2019
eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
eval() was being called an extra time without a filter for
deprecation warnings.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
eval() was being called an extra time without a filter for
deprecation warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants