8000 import sys in test_threading_local.py for line 144 by cclauss · Pull Request #8049 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

import sys in test_threading_local.py for line 144 #8049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
import sys in test_threading_local.py for line 144
__sys__ is used on line 144 but it is never imported.
  • Loading branch information
cclauss authored Jul 2, 2018
commit 728eb77ee2cd638eb174e29f25c6293232db69c5
1 change: 1 addition & 0 deletions Lib/test/test_threading_local.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
import unittest
from doctest import DocTestSuite
from test import support
Expand Down
0