mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Jiwon Seo's PEP 3102 implementation.
See SF#1549670. The compiler package has not yet been updated.
This commit is contained in:
parent
fc2a0a8e3c
commit
4f72a78684
31 changed files with 739 additions and 227 deletions
|
@ -1,4 +1,11 @@
|
|||
# Test the frozen module defined in frozen.c.
|
||||
# Currently test_frozen fails:
|
||||
# Implementing pep3102(keyword only argument) needs changes in
|
||||
# code object, which needs modification to marshal.
|
||||
# However, to regenerate hard-coded marshal data in frozen.c,
|
||||
# we need to run Tools/freeze/freeze.py, which currently doesn't work
|
||||
# because Lib/modulefinder.py cannot handle relative module import
|
||||
# This test will keep failing until Lib/modulefinder.py is fixed
|
||||
|
||||
from test.test_support import TestFailed
|
||||
import sys, os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue