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

Proxy context manager hangs on Windows + Python 3.9 #1197

Closed
abhinavsingh opened this issue Jun 15, 2022 Discussed in #1195 · 1 comment · Fixed by #1196
Closed

Proxy context manager hangs on Windows + Python 3.9 #1197

abhinavsingh opened this issue Jun 15, 2022 Discussed in #1195 · 1 comment · Fixed by #1196
Assignees
Labels
Bug Bug report in proxy server

Comments

@abhinavsingh
Copy link
Owner

Discussed in #1195

Originally posted by q0w June 15, 2022
The proposed solution of #1089 is to add the custom plugin, which prints access logs. In pypa/pip#11091 windows CI has been worked 6 hours and then failed. I think, I need to disable logging at all, but there is no way to do it.

@abhinavsingh abhinavsingh added the Bug Bug report in proxy server label Jun 15, 2022
@abhinavsingh
Copy link
Owner Author

Based upon this stacktrace from my PR, looks like culprit is acceptor.join() line. Specially on Windows 10, looks like this never completes and hangs the test. https://github.com/abhinavsingh/proxy.py/runs/6903663466?check_suite_focus=true

Screen Shot 2022-06-15 at 10 50 33 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug report in proxy server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant