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

Use %zd printf format in the C code of Python #93202

Closed
Labels
type-bugAn unexpected behavior, bug, or error
@vstinner

Description

@vstinner

Python 3.12 now requires a C11 compiler. We don't have to check if the%zd printf format is supported: it's available since C99. Python 3.6 requires a C99 compiler to build.

The PY_FORMAT_SIZE_T macro was already updated to be always defined as "z": commitd765d81.

This issue is a follow-up of the previous issue#81962.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp