X Tutup
Skip to content

Fix ManagedDict functions for Python 3.13#17507

Merged
JukkaL merged 1 commit intopython:masterfrom
cdce8p:fix-313-dict
Jul 8, 2024
Merged

Fix ManagedDict functions for Python 3.13#17507
JukkaL merged 1 commit intopython:masterfrom
cdce8p:fix-313-dict

Conversation

@cdce8p
Copy link
Copy Markdown
Collaborator

@cdce8p cdce8p commented Jul 8, 2024

PyObject_VisitManagedDict and PyObject_ClearManagedDict were made public in python/cpython#108763. Both are available from pythoncapi_compat.h.

@cdce8p cdce8p added the topic-mypyc mypyc bugs label Jul 8, 2024
@JukkaL JukkaL merged commit 78d1dfe into python:master Jul 8, 2024
@cdce8p cdce8p deleted the fix-313-dict branch July 8, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-mypyc mypyc bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup