Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

abi3: add support for dict and weakref from Python 3.9 #1342

Merged
merged 1 commit into from Dec 28, 2020

Conversation

davidhewitt
Copy link
Member

This PR adds support for #[pyclass(dict)] and #[pyclass(weakref)] from Python 3.9 and up.

I was looking into how to do #1298 when I noticed this was possible! 馃殌

@davidhewitt davidhewitt changed the title abi: add support for dict and weakref from Python 3.9 abi3: add support for dict and weakref from Python 3.9 Dec 27, 2020
@davidhewitt davidhewitt force-pushed the abi3-dict-weakref branch 3 times, most recently from e76c2eb to 17774b7 Compare December 27, 2020 21:13
Copy link
Member

@kngwyu kngwyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

src/pyclass.rs Show resolved Hide resolved
src/pyclass.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants