chore(deps): update rust crate pyo3 to v0.29.2 #154
No reviewers
Labels
No labels
blocked
bug
compat
docs
documentation
duplicate
emry-cli
emry-core
emry-engine
emry-ingest
emry-py
emry-store
emry-tui
emry-web
enhancement
good first issue
gpu-compute
help wanted
hpc
infra
integrations
invalid
needs-design
P0-blocker
P1-core
P2-enhanced
P3-future
performance
pull-request
python
pytorch
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/emry!154
Loading…
Reference in a new issue
No description provided.
Delete branch "nop/pyo3-0.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.29.0→0.29.2Release Notes
pyo3/pyo3 (pyo3)
v0.29.2: PyO3 0.29.2Compare Source
This patch fixes a regression in PyO3 0.29.1 which broke PyPy 3.11 compatibility (
#[pyclass]types would crash PyPy on instance deletion).A few further fixes have also landed with similar themes to PyO3 0.29.1: fixes to minor reference counting bugs, rough edges which would cause crashes, issues which would cause failed builds, and fixes to
experimental-inspecttype stub generation.For a full list of the exact fixes please consult the CHANGELOG.
Thank you to the following contributors for the improvements:
@davidhewitt
@dependabot[bot]
@ImFeH2
@musicinmybrain
@Tpt
@WaterWhisperer
v0.29.1Compare Source
Changed
Py_TYPEin the unlimited API on 3.14+ #6179Fixed
PyObject_GET_WEAKREFS_LISTPTRandPyHeapType_GET_MEMBERS. #6145nightlyfeature on PyPy and GraalPy due to!Ungilimplementations for FFI types not available on those platforms. #6146append_to_inittabandPyInit_<module>internal module definition corruption on 32-bit and big-endian platforms on Python 3.15+. #6150PyClassGuardMutSuper::as_superbeing scoped to the full guard lifetime, now the&mutborrow of theas_super()call. #6181abi3t-py3*feature is enabled and the configuration comes fromPYO3_CONFIG_FILE, sysconfigdata or cross-compilation defaults. #6192#[pyclass(dict)]instances with a populated__dict__. #6198#[pyclass]'s GC traversal when the traversal is stopped early. #6206__dict__of a#[pyclass(dict)]never being collected. #6206#[pyclass]type objects held by their instances on instance deallocation. #6224PyByteArray_GET_SIZE,PyList_GET_SIZE, andPySet_GET_SIZEto use an atomic load for free-threaded Python. #6230#[pyclass(dict)]class leaked one empty dict per instance. #6234experimental-inspecttype stubs to emit the arguments of many magic methods as positional-only to match runtime behavior, rather than positional-or-keyword. #6239experimental-inspecttype stubs to emit the Python name rather than the Rust name for#[pyfunction(name = "...")]. #6254experimental-inspectgenerating invalid internal JSON when#[pymodule]members are gated by#[cfg]. #6255__inplace_concat__and__inplace_repeat__overriding__concat__and__repeat__when both were defined. #6260time::Durationvalues to returnOverflowErrorinstead of panicking. #6266experimental-inspecttype stubs padding blank lines inside indented docstrings. #6270Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
d11dc10977b7ef6233ebchore(deps): update rust crate pyo3 to v0.29.1to chore(deps): update rust crate pyo3 to v0.29.2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.