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

[3.14] gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)#133650

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

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMay 8, 2025
edited by bedevere-appbot
Loading

  • Add Argument Clinic converters: uint8, uint16, uint32, uint64.
  • Add private C API: _PyLong_UInt8_Converter(),
    _PyLong_UInt16_Converter(), _PyLong_UInt32_Converter(),
    _PyLong_UInt64_Converter().
    (cherry picked from commit4c914e7)

Co-authored-by: Serhiy Storchakastorchaka@gmail.com

…ment parsing (pythonGH-133584)* Add Argument Clinic converters: uint8, uint16, uint32, uint64.* Add private C API: _PyLong_UInt8_Converter(),  _PyLong_UInt16_Converter(), _PyLong_UInt32_Converter(),  _PyLong_UInt64_Converter().(cherry picked from commit4c914e7)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@vstinner
Copy link
Member

I'm not sure about a backport, it looks like a new feature.

@serhiy-storchakaserhiy-storchaka merged commit0f7046b intopython:3.14May 8, 2025
55 checks passed
@serhiy-storchaka
Copy link
Member

It is not a feature in the sense that it is not user facing. But it can help to do backports (for example for#133489).

vstinner reacted with thumbs up emoji

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

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@miss-islington@vstinner@serhiy-storchaka

[8]ページ先頭

©2009-2025 Movatter.jp