PyO3/pyo3
Define C-variadic FFI functions on `nightly` feature
Aberta
#5.777 aberto em 4 de fev. de 2026
FFIGood First Issue
Métricas do repositório
- Stars
- (10.152 estrelas)
- Métricas de merge de PR
- (Mesclagem média 9d 18h) (51 fundiu PRs em 30d)
Description
It struck me that FFI definitions of variadic functions like PyArg_ParseTupleAndKeywords could be implemented with the nightly feature - this would probably be a good way to help the c_variadic feature gain feedback upstream.