Rustpython Capi Expansion

Implement missing RustPython C-API functions in crates/capi using the pyo3-ffi header split mapping (`pyo3-ffi/src/*.rs`, mirroring CPython C API headers). Use this whenever the user asks to add or port C-API functions (for example from setobject.h, dictobject.h, unicodeobject.h) or add capi tests. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/rustpython--rustpython--rustpython commit f234502e13

Frequently asked questions

npx skillmds@latest add tomevault-io/rustpython-capi-expansion