Matthieu Darbois
Matthieu Darbois
CentOS 5 support - which is used as the base image for `manylinux1` - has been EOL for almost 4 years. There's now very little need for `manylinux1` compatible wheels...
As mentioned in https://github.com/pypa/manylinux/pull/1135#issuecomment-922366826 & https://github.com/pypa/manylinux/pull/1135#issuecomment-922725120, musllinux should be documented in the README file.
When trying to run `mips`/`mipsel` images, docker can't start the container. ```console Matt$ docker run -it --rm multiarch/debian-debootstrap:mipsel-jessie /bin/uname -a panic: standard_init_linux.go:175: exec user process caused "no such file or...
This commit allows different branches of WebRTC to be built. Main differences with implementation in 730b7fd55f0cd255b177d3c20045fe021474a636: - `WEBRTC_BRANCH_HEAD` now only require the branch number e.g. `58` - WebRTC is now...
Current C implementation falls back to `pybase64._fallback.b64decode` in this case (after alphabet translation, if any)
Per discussion in #1332 (& #1012), we will drop manylinux_2_24 images support on January 1st, 2023
The check for OS support has not been updated & still only checks for AVX support. AVX512 added masks, 512-bit register size & 16 new registers. There are 3 corresponding...
This is a new issue to discuss whitespace character filtering as mentioned in #15 and #27 The implementation will probably depend on density of whitespace characters. 1. few occurrences, not...
I'm not sure how "invalid" input data shall be processed. Could this be clarified ? A few samples using `base64_decode`, what's the expected output for those ? - "Zm9vYg=" decodes...
## Summary * OS: macOS * Bug fix: no * Type: wheels * Fixes: ## Description macos-14 runners are running on arm64 processors. This allows to test macOS arm64 wheels.