Jason Madden

Results 153 comments of Jason Madden

> also regarding your "ETA" comment ... what I'm suggesting is that none of that needs to happen by specially traversing the queue. The only decision point necessary is when...

I've never been able to test on AIX. The best way to find out if AIX should more-or-less work would be to run the gevent test suite and see what...

Cool, thank you! It looks like you need to have your platform's version of libffi-devel installed. That's one of the [prerequisites of CFFI](https://cffi.readthedocs.io/en/latest/installation.html). It's quite possible that's not clearly documented....

Could [this](https://github.com/giampaolo/psutil/issues/1393) be your libperfstat issue?

> I started with just a pip install of gevent. It went on successfully but gave me the error when I tried to run it. Ah, I see. Without even...

Welp, that's not good. Several of those are core, low-level tests. Can you post the full build log? It's possible the failure information might point to something useful.

gevent 22.8.0 was released for 3.11.

Hi @aclark4life and @python-pillow, the PyPI moderators have exhausted the PEP 541 process for contacting the PIL project owner. At this point, we can consider PIL officially abandoned. Are you...

@aclark4life I'll ask the admins to initiate the transfer; I'll just ask to add one owner (`aclark`) and let you add additional owners/maintainers as appropriate. I assume you'll leave the...

My understanding is that, since [pip 10 from 2018](https://pip.pypa.io/en/stable/news/#b1-2018-03-31) it is no longer possible to access external distributions *at all*, so it doesn't matter that the host isn't up. (This...