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

import distutils.msvccompiler hangs when the environment is too large #45898

Closed
theller opened this issue Dec 5, 2007 · 2 comments
Closed

import distutils.msvccompiler hangs when the environment is too large #45898

theller opened this issue Dec 5, 2007 · 2 comments
Assignees
Labels
OS-windows stdlib Python modules in the Lib dir

Comments

@theller
Copy link

theller commented Dec 5, 2007

BPO 1557
Nosy @theller, @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 2007-12-05.20:11:17.766>
created_at = <Date 2007-12-05.16:46:49.446>
labels = ['library', 'OS-windows']
title = 'import distutils.msvccompiler hangs when the environment is too large'
updated_at = <Date 2008-01-06.22:29:44.687>
user = 'https://github.com/theller'

bugs.python.org fields:

activity = <Date 2008-01-06.22:29:44.687>
actor = 'admin'
assignee = 'christian.heimes'
closed = True
closed_date = <Date 2007-12-05.20:11:17.766>
closer = 'christian.heimes'
components = ['Distutils', 'Windows']
creation = <Date 2007-12-05.16:46:49.446>
creator = 'theller'
dependencies = []
files = []
hgrepos = []
issue_num = 1557
keywords = []
message_count = 2.0
messages = ['58217', '58226']
nosy_count = 2.0
nosy_names = ['theller', 'christian.heimes']
pr_nums = []
priority = 'critical'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1557'
versions = ['Python 3.0']

@theller
Copy link
Author

theller commented Dec 5, 2007

'Python -c "import distutils.msvccompiler"' hangs when the environment
is too large. This is because in Lib\distutils\msvc9compiler.py, line
258, popen.wait() does not return because the subprocess does not
terminate (probably because the stdout buffersize is too small). This
causes the win64-buildbot to hang.

@theller theller added stdlib Python modules in the Lib dir OS-windows labels Dec 5, 2007
@tiran tiran self-assigned this Dec 5, 2007
@tiran
Copy link
Member

tiran commented Dec 5, 2007

Fixed in r59370 (trunk)
I'm going to merge the changes into py3k soon.

@tiran tiran closed this as completed Dec 5, 2007
@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
OS-windows stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants