Avatar for the PyO3 user
PyO3
pyo3
BlogDocsChangelog

Branches performance

Pull requests

Stub: allow custom imports#5877
last run
12 hours ago
Stub: allow custom imports These imports are written in a small DSL like: ```rust #[pymodule(stubs = { from datetime import datetime as dt, time; from uuid import UUID; })] ``` Then parsed, sent as an AST inside the introspection data (following the same AST format as the type hints) and serialized by the introspection crate that merges these imports with the auto generated ones The `#[pymodule]` parameter is named `stub` because we might include some other features in the future like protocols
15 days ago
4fbc371
Tpt:tpt/custom-imports
CodSpeed Performance Gauge
0%
Add context test
10 hours ago
ea0d2f9
bschoenmaeckers:update_raise_lazy
CodSpeed Performance Gauge
0%
Emscripten: No extra rustc-cdylib-link-args on Rust >= 1.95#5874
last run
15 hours ago
Update pyo3-build-config/src/lib.rs
16 hours ago
b2c960a
hoodmane:emscripten-no-flags-rust-1.95
CodSpeed Performance Gauge
0%
fix ffi-check in 3.15.0a7
2 days ago
fa39a18
ngoldbaum:315-ffi-check
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs