| commit | f62ad4f2c4214fdc05cc45c27a5c068553c7942c | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Fri May 13 12:41:05 2022 +0200 |
| committer | GitHub <noreply@github.com> | Fri May 13 12:41:05 2022 +0200 |
| tree | 5c8cf46c3ae7c874ac601f3e18357a1862474fba | |
| parent | 22a1db378c5c381272362c5b2f68ac78a368e136 [diff] |
gh-89653: Use int type for Unicode kind (#92704) Use the same type that PyUnicode_FromKindAndData() kind parameter type (public C API): int.