Add support for creating functions with the c-api (#7984) · RustPython/RustPython@ca412fc · GitHub
Skip to content

Commit ca412fc

Browse files
Add support for creating functions with the c-api (#7984)
1 parent f95b746 commit ca412fc

6 files changed

Lines changed: 379 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/capi/Cargo.toml

Lines changed: 1 addition & 0 deletions

crates/capi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub mod floatobject;
1818
pub mod import;
1919
pub mod listobject;
2020
pub mod longobject;
21+
pub mod methodobject;
2122
pub mod object;
2223
pub mod pycapsule;
2324
pub mod pyerrors;

crates/capi/src/methodobject.rs

Lines changed: 369 additions & 0 deletions

0 commit comments

Comments
 (0)