Gregory P. Smith
Gregory P. Smith
To compile with clang on Linux a few small changes are necessary. 1) Add the following to the `make_devel.sh` or similar build script before `cmake` for compilers like clang to...
Closes #99238. * Issue: gh-99238
This adds authentication. In the past only filesystem permissions protected this socket from code injection into the forkserver process by limiting access to the same UID, which didn't exist when...
https://dubinko.info/blog/2021/09/raspberry-pi-neopixel-code-wrong/ summarizes it nicely. Your timings appear skewed. They may work in practice but appear to be awkward. Confirming with a scope seems worthwhile. It's worth updating the PIO code...
# Feature or enhancement We currently use OpenSSL 1.1.1 series in our Windows and macOS binary builds. Per https://www.openssl.org/source/, that is only supported through September of 2023. Thus we need...
BPO | [46508](https://bugs.python.org/issue46508) --- | :--- Nosy | @gpshead *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...
`urllib.unquote_to_bytes` and `urllib.unquote` could both potentially generate `O(len(string))` intermediate `bytes` or `str` objects while computing the unquoted final result depending on the input provided. As Python objects are relatively large,...
Please consider adopting https://github.com/ossf/scorecard in your project CI. TL;DR - It scans CI configs for token permission overreach security issues and looks at transitive deps with issues to surface potential...
https://developer.apple.com/documentation/network seems to be the supported API set these days. The older https://developer.apple.com/documentation/security/secure_transport APIs are marked legacy / deprecated. What does the future for macOS support look like if secure...
If we don't do this now, people will still be using Python releases that don't guide code away from the bug by the time the next leap year rolls around....