Christian Heimes
Christian Heimes
Hi @chhantyal, I'm waiting for Brett to land my PR https://github.com/brettcannon/caniusepython3/pull/190 . Here is a preview of the top 1440 packages with PR 190, https://tiran.github.io/py3readiness
Argh, thanks @hugovk ! I've updated my last comment.
No, it's not easily possible. AFAIK PyPy does not implement the trick where a single-reference ```PyUnicodeObject``` is mutable as long as it has not escaped into Python space. CPython's ```PyUnicodeObject```...
@graingert Please open a BPO and I see what I can do.
You may want to ask @alex and @reaperhulk before you go for PyOpenSSL. As far as I know they want to phase out PyOpenSSL. Also PyOpenSSL does not work in...
It so happens that I filed a bug report against cffi several years ago, worked with Armin, and finally Armin implemented the static call on my request. I ported cryptography...
> Unfortunately, `ssl.SSLContext` is also missing some important getters, e.g. it has `set_alpn_protocols` but there's no `get_alpn_protocols`. OpenSSL may be lacking some of these getters, too. When OpenSSL 1.1.0 made...
> @reaperhulk it won't -- the coverage issue is caused by removing the RHEL8-fips builder because it's py36. When we get to this point we'll need to decide what to...
Not all Python 3.6 modules are available. The AppStream modules for 3.8 and 3.9 provide a limited subset of important packages. cryptography is considered important. :1st_place_medal: ``` ======================================================== Name Exactly...
Have you considered to commission a fix and pay somebody to address the issue? It sounds like you need a fix for business and compliance reasons.