X Tutup
The Wayback Machine - https://web.archive.org/web/20221223122744/https://github.com/python/cpython/pull/92704/commits
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-89653: Use int type for Unicode kind #92704

Merged
merged 1 commit into from May 13, 2022
Merged

Commits on May 13, 2022

  1. gh-89653: Use int type for Unicode kind

    Use the same type that PyUnicode_FromKindAndData() kind parameter
    type (public C API): int.
    vstinner committed May 13, 2022
X Tutup