Gregory Szorc

Results 226 comments of Gregory Szorc
trafficstars

Python 3.13 support is on the `main` branch with commit f90e2bbcb800047cc971864162998a99d4c2673f.

Maintainer of apple-codesign here. I guess my biggest question is what are the requirements/restrictions around concurrent access? It certainly looks like concurrent processes using this crate race to perform an...

FYI I have a pure Rust `pkg` file format implementation at https://crates.io/crates/apple-flat-package. Unfortunately, it doesn't currently support writing because my `Bom` file implementation (https://github.com/indygreg/apple-platform-rs/tree/main/apple-bom) doesn't yet support writing. It's an...

I wonder if the debug symbols size has something to do with BOLT, which is 3.12+ only. Maybe BOLT is producing sub-optimal DWARF records, not preserving compression in symbols, or...

This appears to be a build-time error. I suspect it has more to do with PyOxidizer disabling the use of binary wheels and forcing your machine to build `pygame` from...

It appears this was an issue with gentoo's build of this package and how the zstd library was loaded. So closing.

Interesting. Thanks for submitting this change. So you are saying that `codesign` doesn't include this directory in its rules? If true, then that seemingly points to a bug in our...

My initial thinking was it wouldn't make sense to sign because the distributions would be redistributed as part of a larger application and would be signed as part of that...

The exclusion of Bluetooth support is a side-effect of the build environment lacking appropriate dependencies, not an explicit decision on my part.

I've gone to great lengths to not have the CPython distributions of this project tainted by GPL because this would in turn taint projects embedding these distributions. So understanding the...