You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./python -E ./Tools/build/generate-build-details.py `cat pybuilddir.txt`/build-details.json
In file included from ./Include/Python.h:19,
from ./Modules/_zstd/compressor.c:15:
./Modules/_zstd/compressor.c: In function ‘compress_mt_continue_lock_held’:
./Modules/_zstd/compressor.c:570:20: error: implicit declaration of function ‘mt_continue_should_break’ [-Wimplicit-function-declaration]
570 | assert(mt_continue_should_break(&in, &out));
| ^~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:3579: Modules/_zstd/compressor.o] Error 1
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: