We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f6514 commit 0994bf9Copy full SHA for 0994bf9
Lib/test/test___all__.py
@@ -53,6 +53,7 @@ def check_all(self, modname):
53
with warnings_helper.check_warnings(
54
("", DeprecationWarning),
55
("", ResourceWarning),
56
+ ("", SyntaxWarning),
57
quiet=True):
58
try:
59
exec("from %s import *" % modname, names)
0 commit comments