pyo3
pyo3 copied to clipboard
Add support for mappingproxy objects
This pull request adds support for mappingproxy objects.
Resolves #2108
Hi @dignissimus, just wondering what the status of this is and whether you're waiting for any input from me? No rush at all, just browsing our backlog of PRs.
Hi @dignissimus, just wondering what the status of this is and whether you're waiting for any input from me? No rush at all, just browsing our backlog of PRs.
Hey! For the elements parameter, I'm looking for input on the type? When writing it, I saw the benefit of impl IntoPyDict
as the fact that it covered types of data, so they don't have to be converted. to other datatypes. But if something else works better, I'd be willing to change it.
Also, some of the builds fail (emscripten) for reasons outside of testing, if I remember correctly it might be to do with imports? I'm not able to fix it on my own without help. I'd need guidance to amend it or have somebody else add a commit to the PR.
Cool - added a bunch of suggestions which should help you continue moving!
Thanks! I'll make the changes this Saturday
Hello @dignissimus
Thank you for contributing to PyO3!
The project is undergoing changes on its licensing model to better align with the rest of the Rust crates ecosystem.
Before your work gets merged, please express your consent by leaving a comment on this pull request.
Thank you!
Has there been any update on this?
No progress since what is seen here, it's also not a priority feature for me so unlikely to move any time soon without further external contributions.
Superseded by #3521