Alex Gaynor
Alex Gaynor
# Crash report ### What happened? Minimal reproducer: ``` class i: if[super for()in e]:d
Repo: https://github.com/alex/ct-tools If you look at `Cargo.lock`, you'll see that `bytes` is depended on multiple times (one at `0.4.12` and the other at `0.5.2`). However, looking at the update log...
Refs #4286
From the coverage report on https://github.com/pyca/cryptography/pull/11159 As you can see the `mod ...` lines are all considered uncovered. This possibly has something to do with the spans on the generated...
pyca/cryptography avoids using the prelude, and instead references things with their full name. This does not work with declarative modules's submodules: ```rust #[pyo3::prelude::pymodule] mod foo { // `submod` won't actually...
We didn't have a dedicated issue for this, so now there's one. TODO: - [x] Add a `cfg` for no-gil, but only allowed behind an experimental feature - [x] `ffi-check`...