KeyboardInterrupt for asyncio's event loop on Windows?#40
Closed
yv84 wants to merge 1 commit into
Closed
Conversation
Owner
|
What is the version of your python binary on Windows? Is it a very old bug in Python? |
Author
|
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32 Sadly, I found, my solution is not working correctly also. λ python -m pproxy -v -l tunnel{ip:port}://10.8.0.2:7990 λ python -m pproxy -l tunnel{ip:port}://ip:port λ python -m pproxy -v -l http+socks4+socks5://:9080/ |
Owner
|
This issue was in Python’s bug-tracker. Let’s hope Python binary fix this
soon.
Vladimir Yudintsev <[email protected]>
… Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)]
:: Anaconda, Inc. on win32
Sadly, I found, my solution is not working correctly also.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#40?email_source=notifications&email_token=ABAGPBCIDONCHJ2L44435ODPZB467A5CNFSM4HSZLZA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBS2QA#issuecomment-499330368>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABAGPBEJBCUNW5B5PTXBIPTPZB467ANCNFSM4HSZLZAQ>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for a very useful project.
I have a trouble with ctrl+c on windows.
Solution provided from https://stackoverflow.com/a/37420223/1645017