Heraldo

Results 68 comments of Heraldo

@zN3utr4l gevent has the same purpose of asyncio, make Python code cooperative when doing network IO. But gevent covers much more APIs which can work cooperatively like file reading, thread...

Does this bug still exists? Maybe channels needs tests which simulate cancelation of every network operation.

I have done this using a fork of [M2Crypto][1] which adds [x509_verify_cert][2] and related bindings for standalone certificate chain validation. ```py import certifi from M2Crypto import m2, X509 as M2CryptoX509...

Ok, I made it set the purpose to `X509_PURPOSE_SSL_SERVER` since we are SSL client ```py import certifi from M2Crypto import m2, X509 as M2CryptoX509 from tlslite.x509certchain import X509CertChain def verifyServerCertChain(serverName:...

Only when my changes to M2Crypto gets merged https://gitlab.com/m2crypto/m2crypto/-/merge_requests/287

Hey @Thanh-Binh, are you still using TM chains for step ahead prediction?

@dkeeney why it's hosted on test pypi and not on main pypi repo?

I also confirmed it, works only with Riru v25.4.4 (and lower probably). Btw this is related to #878

@dimbleby I finally managed to reproduce it. As told above it happens when something is broken at `venv/src`. Specifically it happens when there is an empty git repo with the...

> How would that happen in a non-artificial way? > > If this is the repro then the solution is: don't do that! You have been asking for a dockerfile...