Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 543c09e

Browse files
committed
Duh. Delete the outdated comment too.
1 parent 616c8c1 commit 543c09e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Lib/test/test_frozen.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# 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
92

103
from test.test_support import TestFailed
114
import sys, os

0 commit comments

Comments
 (0)