Skip to content

Avoid using PyDictObject when compiling for RustPython#6057

Open
bschoenmaeckers wants to merge 1 commit into
PyO3:mainfrom
bschoenmaeckers:dict_object_rustpython
Open

Avoid using PyDictObject when compiling for RustPython#6057
bschoenmaeckers wants to merge 1 commit into
PyO3:mainfrom
bschoenmaeckers:dict_object_rustpython

Conversation

@bschoenmaeckers
Copy link
Copy Markdown
Member

@bschoenmaeckers bschoenmaeckers commented May 18, 2026

fixes #6047

Tested using:

~/repo/pyo3 ❱ RUSTFLAGS="--cfg RustPython" cargo clippy --features abi3-py314
   Compiling pyo3-ffi v0.28.3 (/Users/basschoenmaeckers/repo/pyo3/pyo3-ffi)
   Compiling pyo3 v0.28.3 (/Users/basschoenmaeckers/repo/pyo3)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s

@bschoenmaeckers bschoenmaeckers added the CI-skip-changelog Skip checking changelog entry label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-skip-changelog Skip checking changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RustPython type imports via mutable modules can lead to type confusion

1 participant