PyO3
pyo3
BlogDocsChangelog

Branches performance

Pull requests

clean up handling of default values in function signatures#5677
last run
10 hours ago
ensure trailing optional argument required
10 hours ago
5ce810e
davidhewitt:tests-trailing-option
CodSpeed Performance Gauge
0%
Introspection: fix return type hint for Result<()>#5674
last run
15 hours ago
Reuse pyclass::boolean_struct
16 hours ago
165dd83
Tpt:tpt/inspect-none-tuple
CodSpeed Performance Gauge
0%
Return type: remove one stage of the specialization
3 days ago
e7d1eff
Tpt:tpt/specialization-simplification
CodSpeed Performance Gauge
0%
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
5 days ago
46d51bc
Tpt:tpt/hint-ast
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs