Thanks to visit codestin.com Credit goes to github.com
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 616c8c1 commit 543c09eCopy full SHA for 543c09e
1 file changed
Lib/test/test_frozen.py
@@ -1,11 +1,4 @@
1
# Test the frozen module defined in frozen.c.
2
-# Currently test_frozen fails:
3
-# Implementing pep3102(keyword only argument) needs changes in
4
-# code object, which needs modification to marshal.
5
-# However, to regenerate hard-coded marshal data in frozen.c,
6
-# we need to run Tools/freeze/freeze.py, which currently doesn't work
7
-# because Lib/modulefinder.py cannot handle relative module import
8
-# This test will keep failing until Lib/modulefinder.py is fixed
9
10
from test.test_support import TestFailed
11
import sys, os
0 commit comments