gh-144774: Fix data race in BaseException.__setstate__ in free-thread… #182851
Annotations
4 errors and 1 warning
|
Build CPython out-of-tree (for compiler warning check)
Process completed with exit code 2.
|
|
Build CPython out-of-tree (for compiler warning check):
Objects/exceptions.c#L255
implicit declaration of function ‘_PyCriticalSection_End’; did you mean ‘PyCriticalSection_End’? [-Werror=implicit-function-declaration]
|
|
Build CPython out-of-tree (for compiler warning check):
Objects/exceptions.c#L247
implicit declaration of function ‘_PyCriticalSection_Begin’; did you mean ‘PyCriticalSection_Begin’? [-Werror=implicit-function-declaration]
|
|
Build CPython out-of-tree (for compiler warning check):
Objects/exceptions.c#L245
storage size of ‘cs’ isn’t known
|
|
Build CPython out-of-tree (for compiler warning check):
Objects/exceptions.c#L245
unused variable ‘cs’ [-Wunused-variable]
|
Loading