PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Introspection: fix return type hint for Result<()> Uses a hack to get const specialization working Closes #5645
Tpt:tpt/inspect-none-tuple
1 hour ago
Return type: remove one stage of the specialization
Tpt:tpt/specialization-simplification
2 hours ago
Fix bug causing TypeError when converting Rust encoding errors to Python
staticintlucas:main
21 hours ago
Fix bug causing TypeError when converting Rust encoding errors to Python
staticintlucas:main
22 hours ago
Draft: Move TypeHint into a Python expression AST Implement a subset of Python expr AST Adds to the "name" construct a kind to distinguish global (global name that does not need to be resolved against the current module) vs local (names that needs to be resolved). This consolidates the previous builtin/local/module construct by taking into account that modules can be relative (for example if in a #[pyclass] the user set `module=` to the submodule name) Adds also the support for `Callable[[int], float]` and a beginning of constructs to represent constants (currently only None but will be useful for typing.Literal support) TODO: - update the macro code - update the introspection code
Tpt:tpt/hint-ast
1 day ago
build(deps): update criterion requirement in /pyo3-benches Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/pyo3-benches/criterion-0.8.0
2 days ago
build(deps): bump actions/checkout from 5.0.1 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/checkout-6.0.0
2 days ago
Fix bug causing TypeError when converting Rust encoding errors to Python
staticintlucas:main
2 days ago
Active Branches
Introspection: fix return type hint for Result<()>
last run
1 hour ago
#5674
CodSpeed Performance Gauge
0%
Fix TypeError when converting Rust encoding errors to Python
last run
21 hours ago
#5668
CodSpeed Performance Gauge
0%
Draft: Move TypeHint into a Python expression AST
last run
1 day ago
#5671
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs