Omer Katz

Results 645 comments of Omer Katz
trafficstars

That would be very helpful.

jumpstarter is not production-ready yet.

You can use a thread pool.

I'd defer those additional features to 4.1. What we have in master will be good enough to start with for new users. Older users will wait till the appropriate time...

@xoviat Is that just a guess or have you talked to him about it?

I could automate that but unfortunately we don't release directly from Travis. @simonpercivall It's fairly easy to build wheels with [cibuildwheel](https://github.com/joerick/cibuildwheel) but we'd need you to configure Travis to release...

https://github.com/saghul/pyuv already implements a CFFI extension that works on PyPy3 beta. It's just a matter of providing the necessary Python API that wraps it.

Seems like the CFFI extension is no longer maintained :(