PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
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
7 hours 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
16 hours 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
17 hours ago
Fix bug causing TypeError when converting Rust encoding errors to Python
staticintlucas:main
18 hours ago
Cow<[u8]> FromPyObject impl: allow any Sequence[int] Simplifies the type hint: bytes and bytearray are Sequence[int] Allows to drop INPUT_SEQUENCE_TYPE
Tpt:tpt/bytes
1 day ago
Implement exception introspection Uses the new paste dependency (already used in ffi tests) to generate identifiers from proc-macros
Tpt:tpt/inspect-exceptions
1 day ago
newsfragments: add PR description
bazaah:feat/module-state-core
1 day ago
use singleton in simple enum `IntoPyObject`
Icxolu:simple-enum-intopy
2 days ago
Active Branches
Draft: Move TypeHint into a Python expression AST
last run
7 hours ago
#5671
CodSpeed Performance Gauge
0%
build(deps): update criterion requirement from 0.7.0 to 0.8.0 in /pyo3-benches
last run
16 hours ago
#5670
CodSpeed Performance Gauge
0%
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
last run
17 hours ago
#5669
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs