sobolevn
sobolevn
It happens for me now every time I run `./python.exe -m test test_builtin -v` ``` test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) ... ok test_input_tty (test.test_builtin.PtyTests.test_input_tty) ... ^C == Tests result: INTERRUPTED == 1 test...
Now `python` and `python -m asyncio` works differently. I want to give it a shot and fix it :)
Hm, right now I don't see any simple way of merging these two together: https://github.com/python/cpython/blob/c68acb1384a51eb745f572687eaf677371b9e765/Lib/asyncio/__main__.py#L15-L21 and https://github.com/python/cpython/blob/c68acb1384a51eb745f572687eaf677371b9e765/Lib/_pyrepl/simple_interact.py#L81-L83 I think that this would require some API change. Not sure which one,...
You can add these lines into `.gitattributes` file: ``` *.sh -crlf *.ac -crlf *.am -crlf ```
Ok, I will help you. But you need to create a release: https://help.github.com/articles/creating-releases/
I would love to help you here, but I am out of capacity 😞
It does not really suited to be used as a `pip`-installable package. Use it like so: https://github.com/sobolevn/dotbot-pip#installation Thanks for raising this!
Ok, sounds reasonable. Thanks!
@jarosluv yeap, some issues with access rights. I can't even push to this project (not even `master`, I am using `feature-` branch). Could you please fix that?