Alex Gaynor

Results 154 issues of Alex Gaynor

# Crash report ### What happened? Minimal reproducer: ``` class i: if[super for()in e]:d

type-crash

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...

T: bug 🐞
L: rust:cargo
F: language-support
F: version-updates ⬆️

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`...

blocked-on-upstream