Alex Gaynor

Results 909 comments of Alex Gaynor

Have you considered submitting that to homebrew itself? (I haven't checked if it complies with the rules)

@phlax If there's some action to be taken here, please file a separate bug. My read of the gsutil source is that it should work fine with these APIs removed...

This does not actually fix the issue, it merely removes the error -- pyo3 modules still do not support sub-interpreters.

I'm not familiar with how ceph is implemented, is there an obvious reason why it'd be initializing modules multiple times per process? Does it use subinterpreters?

Hmm, so the problem requires using both cryptography 41.0.7 and bcrypt 4.1.1? This is very confusing, and I can't imagine what cross-package interaction would be. On Tue, Dec 12, 2023...

Is it straightforward for me to reproduce this locally, or do I need a full ceph installation?

If I built a custom wheel, would you be able to test that out and see if you can reproduce?

https://github.com/pyca/bcrypt/pull/695 -- you can either download a wheel from the wheel-builder job, or you can build yourself from that branch.

Hmm, on the one hand, if ceph really is using subinterpreters, there's nothing we can do. On the other hand, the fact that this error is showing up only with...