pyo3/pyo3 (pyo3)
### [`v0.22.3`](https://redirect.github.com/PyO3/pyo3/releases/tag/v0.22.3): PyO3 0.22.3
[Compare Source](https://redirect.github.com/pyo3/pyo3/compare/v0.22.2...v0.22.3)
This release contains a number of quality improvements building upon PyO3 0.22.2.
Python function calls (using `.call0()`, `.call1(args)` and `.call(args, kwargs)`) will now make use of the "vectorcall" calling conventions where possible, which can reduce overheads in many cases.
There have been several fix-ups to PyO3's FFI definitions. A new `pyo3::ffi::compat` namespace has been added which offers some backwards-compatible implementations of Python APIs otherwise normally only available on recent Pythons.
There have been numerous other bug-fixes and minor tweaks to improve user experience.
Thank you to the following contributors for the improvements:
[@birkenfeld](https://redirect.github.com/birkenfeld)
[@ChayimFriedman2](https://redirect.github.com/ChayimFriedman2)
[@csernazs](https://redirect.github.com/csernazs)
[@davidhewitt](https://redirect.github.com/davidhewitt)
[@Icxolu](https://redirect.github.com/Icxolu)
[@jakelishman](https://redirect.github.com/jakelishman)
[@LilyFoote](https://redirect.github.com/LilyFoote)
[@ngoldbaum](https://redirect.github.com/ngoldbaum)
[@Zyell](https://redirect.github.com/Zyell)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.22.2
->0.22.3
Release Notes
pyo3/pyo3 (pyo3)
### [`v0.22.3`](https://redirect.github.com/PyO3/pyo3/releases/tag/v0.22.3): PyO3 0.22.3 [Compare Source](https://redirect.github.com/pyo3/pyo3/compare/v0.22.2...v0.22.3) This release contains a number of quality improvements building upon PyO3 0.22.2. Python function calls (using `.call0()`, `.call1(args)` and `.call(args, kwargs)`) will now make use of the "vectorcall" calling conventions where possible, which can reduce overheads in many cases. There have been several fix-ups to PyO3's FFI definitions. A new `pyo3::ffi::compat` namespace has been added which offers some backwards-compatible implementations of Python APIs otherwise normally only available on recent Pythons. There have been numerous other bug-fixes and minor tweaks to improve user experience. Thank you to the following contributors for the improvements: [@birkenfeld](https://redirect.github.com/birkenfeld) [@ChayimFriedman2](https://redirect.github.com/ChayimFriedman2) [@csernazs](https://redirect.github.com/csernazs) [@davidhewitt](https://redirect.github.com/davidhewitt) [@Icxolu](https://redirect.github.com/Icxolu) [@jakelishman](https://redirect.github.com/jakelishman) [@LilyFoote](https://redirect.github.com/LilyFoote) [@ngoldbaum](https://redirect.github.com/ngoldbaum) [@Zyell](https://redirect.github.com/Zyell)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.