8000 GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` by markshannon · Pull Request #95854 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-95707: Fix uses of Py_TPFLAGS_MANAGED_DICT #95854

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Prev Previous commit
Next Next commit
Add news.
  • Loading branch information
markshannon committed Aug 3, 2022
commit 305dc9e60cc620b76bfebf2ac939725a3a760a2c
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Support C extensions using managed dictionaries by setting the
``Py_TPFLAGS_MANAGED_DICT`` flag.
0