Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

[mypyc] Optimize str.partition and str.rpartition#18702

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intopython:masterfromcdce8p:mypyc-str-partition
Feb 18, 2025

Conversation

@cdce8p
Copy link
Collaborator

PyUnicode_Partition andPyUnicode_RPartition are currently still missing from the docs but have been part of the stable API since Python 3.2.

@cdce8pcdce8p added the topic-mypycmypyc bugs labelFeb 18, 2025
Copy link
Collaborator

@JukkaLJukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Nice! I didn't know about these C API functions.

@JukkaLJukkaL merged commit87704cd intopython:masterFeb 18, 2025
13 checks passed
@cdce8pcdce8p deleted the mypyc-str-partition branchFebruary 18, 2025 17:00
x612skm pushed a commit to x612skm/mypy-dev that referenced this pull requestFeb 24, 2025
`PyUnicode_Partition` and `PyUnicode_RPartition` are currently stillmissing from the docs but have been part of the stable API since Python3.2.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JukkaLJukkaLJukkaL approved these changes

Assignees

No one assigned

Labels

topic-mypycmypyc bugs

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@cdce8p@JukkaL

[8]ページ先頭

©2009-2025 Movatter.jp