Gregory Szorc

Results 51 issues of Gregory Szorc

With Apple introducing a new machine architecture for macOS, universal binaries on macOS became relevant again. This issue tracks supporting emitting universal binaries directly from PyOxidizer.

enhancement

I'm filing this issue as a placeholder to track implementing `OxidizedPkgResourcesProvider.get_resource_filename()` so `pkg_resources.resource_filename()` works. If you would like this feature implemented, please leave a comment below. If possible, include the...

enhancement

Thank you for this terrific library! I had a need to use this library from my Rust project PyOxidizer (indygreg/PyOxidizer). I hope you don't mind, but I took the liberty...

As part of investigating https://github.com/indygreg/PyOxidizer/issues/482 I was looking at what other ASN.1 implementations do for `GeneralizedTime`. This project's implementation - like mine - assumes the *no fractional seconds allowed* definition...

I ran into "dependency hell" related to rpm-rs using old crate versions when trying to upgrade dependencies in https://github.com/indygreg/PyOxidizer/. It's unfortunate that this happens in the first place. But it...

This project's release artifacts are continuing to gain popularity. I initially only published the zstd compressed _full_ archives for use with PyOxidizer. Then when people discovered the utility of the...

performance

I just published an LLVM 20.1.0 toolchain with some computed gotos patches to hopefully improve performance of CPython. https://github.com/indygreg/toolchain-tools/releases/tag/toolchain-bootstrap%2F20250308 One of the patches changes codegen to fix a regression in...

We build and distribute our own zlib library. We're currently using the canonical zlib library available from zlib.net. zlib-ng (https://github.com/zlib-ng/zlib-ng) has various optimizations for zlib that can realize >10% perf...

performance

This is an attempt to support building multiple Python versions at the same time. The impetus for this is reducing the amount of work that CI does by amortizing the...

A dependency to libatomic was added in #400. The libatomic inclusion might be concerning because it isn't listed in the LSB at https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Common/LSB-Common/requirements.html. While the LSB may not be the...

needs-decision