pyo3/newsfragments/3742.changed.md

2 lines
217 B
Markdown
Raw Normal View History

Improve performance of `extract::<i64>` (and other integer types) by avoiding call to `__index__()` converting the value to an integer for 3.10+. Gives performance improvement of around 30% for successful extraction.