◐ Shell
clean mode source ↗

gh-80064: Fix is_valid_wide_char() return type by vstinner · Pull Request #105099 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

@vstinner vstinner commented

May 30, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Return a classical int, rather than size_t.

@vstinner vstinner merged commit 4b65d56 into python:main

May 30, 2023

@vstinner vstinner deleted the is_valid_wchar branch

May 30, 2023 16:36

carljm added a commit to carljm/cpython that referenced this pull request

May 30, 2023
* main:
  CI: Temporarily skip paths with spaces to avoid error (python#105110)
  pythongh-105071: add missing versionadded directive (python#105097)
  pythongh-80064: Fix is_valid_wide_char() return type (python#105099)
  Small speedup for dataclass __eq__ and __repr__ (python#104904)
  pythongh-103921: Minor PEP-695 fixes to the `ast` module docs (python#105093)
  pythongh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (pythonGH-105092)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner @bedevere-bot