-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support python3; refactor asynchat to use aiofile. #29
base: master
Are you sure you want to change the base?
Conversation
It would be great if pidcat would also be fixed for Python3. |
@yetab thanks so much for the PR! I haven't thought about this codebase in quite some time.. and was pleasantly surprised people are still interested in contributing :) the code looks sane, and I'd be happy to merge, but I tried running the tests locally in a python3 venv, and saw these two errors. any chance you can take a look?
|
Using the above fork, I am missing a lot of messages,
also maybe Anyway thank you all for making a working filterable logcat for python3. It makes the development outside of Android Studio easier. |
The
There is another issue, the
|
This is not py3 related, there is another thing that's acting weird, the filters seem to get first fail win.
|
This is not py3 related, the |
Hi there!
Awesome work! I found python3 not working, so I did some patch work here.
I have updated the library to use python3 and refactored to use aiofile to resolve some compatibility issues.
I ran the unittests and they all passed.
If there is any issue, please let me know. Thanks.