Robert Nowotny

Results 67 comments of Robert Nowotny

Dear Igor, no problem, I will refractor it to meet Your guidelines. Which line-length is acceptable for You, the original 80 Chars are a bit annoying ... let me know,...

Ok Igor, please checkout the latest commit - refracturing is finished now, so please give it a look : - shellscript to run pytest and mypy in a loop ()...

Dear Igor, added Travis Windows and OsX Testing - check it out. yours sincerely Robert

I extended the Class to make it pickable and added some copy functions. Just look at https://github.com/mailgun/expiringdict/pull/36

Interesting. Will look into it later since I am on holiday now .....

Yeah, there will be an easy solution - I will raise a ProcessError or similar in that case - just want to brush up also some other issues ...

since I need a quick working solution, I made a fork ... @hermann - I really dont want to make a hostile takeover, but You seem to be busy with...

``` >>> import socket >>> print(socket.has_ipv6) True >>> print(hasattr(socket, "AF_INET6")) True ``` I guess it would be good not to use RtlIpv6AddressToStringA, but do it yourself, to keep WINE compatibility,...

I downgraded my app to 5.5.1 and there I can import PSUTIL ``` >>> import socket, psutil >>> s = socket.socket(socket.AF_INET6) >>> s.bind(('::1', 8888)) >>> s.listen(5) >>> print(psutil.Process().connections()) Traceback (most...

dunno if You noticed my edit - bump ;-)