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

bpo-1635741: Move _PyUnicode_Name_CAPI to the internal C API #22713

Merged
merged 1 commit into from
Oct 26, 2020
Merged

bpo-1635741: Move _PyUnicode_Name_CAPI to the internal C API #22713

merged 1 commit into from
Oct 26, 2020

Commits on Oct 16, 2020

  1. bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API

    The private _PyUnicode_Name_CAPI structure of the PyCapsule API
    unicodedata.ucnhash_CAPI moves to the internal C API. Moreover, the
    structure gets a new state member which must be passed to the
    getcode() and getname() functions.
    
    * Move Include/ucnhash.h to Include/internal/pycore_ucnhash.h
    * unicodedata module is now built with Py_BUILD_CORE_MODULE.
    * unicodedata: move hashAPI variable into unicodedata_module_state.
    vstinner committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a9cdbc8 View commit details
    Browse the repository at this point in the history