-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-45189: Drop the "list_frozen" command from _test_embed. #30273
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -117,16 +118,11 @@ def list_modules_setup_extensions(names): | |||
# List frozen modules of the PyImport_FrozenModules list (Python/frozen.c). | |||
# Use the "./Programs/_testembed list_frozen" command. | |||
def list_frozen(names): | |||
args = [TEST_EMBED, 'list_frozen'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since TEST_EMBED
is not used anymore, line 15 (TEST_EMBED = os.path.join(SRC_DIR, 'Programs', '_testembed')
) needs to be removed as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arhadthedev Thanks!
|
https://bugs.python.org/issue45189