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

bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'.#20927

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
methane merged 3 commits intopython:masterfrommethane:pep393-deprecate2
Feb 22, 2021

Conversation

@methane
Copy link
Member

@methanemethane commentedJun 17, 2020
edited
Loading

Emit DeprecationWarning whenPyArg_Parse*() is called with 'u', 'Z' format.

See PEP 623.

https://bugs.python.org/issue36346

@methane
Copy link
MemberAuthor

Argument Clinic should be updated before this pull request.

@methanemethane changed the titlebpo-36346: Raise DeprecationWarning in deprecated usages.bpo-36346: Raise DeprecationWarning for getargs with 'u', 'Z'Jun 17, 2020
@methanemethane changed the titlebpo-36346: Raise DeprecationWarning for getargs with 'u', 'Z'bpo-36346: Emt DeprecationWarning for getargs with 'u', 'Z'Feb 22, 2021
@methanemethane changed the titlebpo-36346: Emt DeprecationWarning for getargs with 'u', 'Z'bpo-36346: Emit DeprecationWarning for getargs with 'u', 'Z'Feb 22, 2021
@methanemethaneforce-pushed thepep393-deprecate2 branch 4 times, most recently from722268d to4b9927aCompareFebruary 22, 2021 10:01
Raise DeprecationWarning when:* PyArg_ParseTuple with 'u', 'Z' format.* PyUnicode_FromStringAndSize(NULL, size)We can not use C level deprecation because these API will be notremoved.
@methanemethane changed the titlebpo-36346: Emit DeprecationWarning for getargs with 'u', 'Z'bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'.Feb 22, 2021
@methanemethane merged commit91a639a intopython:masterFeb 22, 2021
@methanemethane deleted the pep393-deprecate2 branchFebruary 22, 2021 13:11
adorilson pushed a commit to adorilson/cpython that referenced this pull requestMar 13, 2021
…pythonGH-20927)Emit DeprecationWarning when PyArg_Parse*() is called with 'u', 'Z' format.See PEP 623.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@methane@the-knights-who-say-ni@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp