0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust668 forks (668 forks)batch import
FFIGood First Issue
Repository metrics
- Stars
- 10,152 stars (10,152 stars)
- PR merge metrics
- Avg merge 9d 18h (Avg merge 9d 18h)51 merged PRs in 30d (51 merged PRs in 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.
Contributor guide
- Research direction
- Study the Rust `c variadic` feature and design FFI wrappers for variadic Python C API functions like PyArg ParseTupleAndKeywords.
- Tech stack
- rustcpython
- Domain
- apibackend
- Issue type
- Feature
- Prerequisites
- RustC