Skip to content
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

-m broken in trunk #46096

Closed
gvanrossum opened this issue Jan 7, 2008 · 5 comments
Closed

-m broken in trunk #46096

gvanrossum opened this issue Jan 7, 2008 · 5 comments
Assignees

Comments

@gvanrossum
Copy link
Member

BPO 1756
Nosy @gvanrossum, @birkenfeld, @giampaolo, @tiran

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/tiran'
closed_at = <Date 2008-01-07.19:09:36.637>
created_at = <Date 2008-01-07.18:58:01.463>
labels = ['invalid']
title = '-m broken in trunk'
updated_at = <Date 2019-04-09.02:46:55.977>
user = 'https://github.com/gvanrossum'

bugs.python.org fields:

activity = <Date 2019-04-09.02:46:55.977>
actor = 'giampaolo.rodola'
assignee = 'christian.heimes'
closed = True
closed_date = <Date 2008-01-07.19:09:36.637>
closer = 'gvanrossum'
components = []
creation = <Date 2008-01-07.18:58:01.463>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 1756
keywords = []
message_count = 5.0
messages = ['59478', '59479', '59480', '339693', '339695']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'georg.brandl', 'giampaolo.rodola', 'christian.heimes']
pr_nums = []
priority = 'critical'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1756'
versions = ['Python 2.6']

@gvanrossum
Copy link
Member Author

As of today, the -m option doesn't appear to work any more in the trunk.
I get this error:

$ ./python -m string
Could not import runpy module
$

However it seems to be confused:

$ ./python -c 'import runpy'
$

IOW the module imports just fine.

Crys, I wonder if this has to do with your import-nolock changes?

@birkenfeld
Copy link
Member

Seems to work here...

@gvanrossum
Copy link
Member Author

Bah. Environment error. Sorry!

@giampaolo
Copy link
Contributor

New changeset 8702b67 by Giampaolo Rodola in branch 'master':
BPO-17561: set create_server backlog default to None (GH-12735)
8702b67

@giampaolo
Copy link
Contributor

Sorry, I accidentally referenced this BPO issue in my commit.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants