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

Already on GitHub? Sign in to your account

gh-108216: Add pycore_dict_struct.h internal header file #108235

Closed
wants to merge 1 commit into from

Commits on Aug 21, 2023

  1. pythongh-108216: Add pycore_dict_struct.h internal header file

    Add a new internal pycore_dict_struct.h header file. It can be used
    by debuggers and profilers to inspect a Python dictionary without
    having to call Python functions. It should be usable in C++.
    
    pycore_dict.h includes pycore_dict_struct.h (no API change).
    vstinner committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ead4453 View commit details
    Browse the repository at this point in the history