Nikolay Kim

Results 84 comments of Nikolay Kim

riker looks interesting, but I am not sure if rust needs actors system at all.

sorry, I don't have time atm. if anyone wants to work on this, I'll give access to repo. also @DoumanAsh can help :)

here is fix https://github.com/python/cpython/pull/480

fix is trivial, we can include it into aiohttp for old python versions.

ah, ok. just saw aiohttp in install_requires. then you can do monkey patch yourself.

I mean fix should be included in library that you use. and sure it should be backported, but this will take some time.

this is actually another leak I want to work on. here is issue KeepSafe/aiohttp#1679