Skip to content

speedups.c is missing from the 11.0 source distribution #1329

@bdraco

Description

@bdraco

Thanks for releasing 11.0. It looks like there is a small issue with building wheels.

https://pypi.org/project/websockets/#files https://files.pythonhosted.org/packages/06/e7/de79d7cdde692dedb0944c42a03c358118f13cdff79d016a0504dbca35e4/websockets-11.0.tar.gz

https://github.com/aaugustin/websockets/actions/runs/4587678554/jobs/8101352087 seems to have missed it somehow

% tar ztvf websockets-11.0.tar.gz | grep speedup
%

Building wheels fails

    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.10 -c src/websockets/speedups.c -o build/temp.linux-x86_64-cpython-310/src/websockets/speedups.o
      cc1: fatal error: src/websockets/speedups.c: No such file or directory
      compilation terminated.
      error: command '/usr/bin/gcc' failed with exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions