-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
First seen on https://buildbot.python.org/#/builders/1228/builds/423/. The failure looks like its coming from:
In file included from extension.cpp:9:
In file included from /buildbot/buildarea/pull_request.ware-freebsd/build/Include/Python.h:74:
/buildbot/buildarea/pull_request.ware-freebsd/build/Include/refcount.h:380:53: error: use of undeclared identifier 'UINT32_MAX'
380 | if (op->ob_refcnt_full <= 0 || op->ob_refcnt > (UINT32_MAX - (1<<20))) {
| ^
1 error generated.
error: command '/usr/bin/cc' failed with exit code 1
error: subprocess-exited-with-error
The use of UINT32_MAX
here was introduced in #127797.
cc @markshannon
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error