Gregory Szorc

Results 277 comments of Gregory Szorc

Another option here is rewriting the ELF binary so the `DT_NEEDED` entry for libpython is correctly referenced from the virtualenv. This entails rewriting ELF binaries at venv creation time. This...

I'm very sympathetic to the startup time and sh only dependency arguments. I've seen that ''' trick before and it is very effective.

@zanieb is the state of the main branch with the initial shebang change safe to release? Or should we revert to get back to a known good state?

I was more concerned with the portability concerns that were raised. But I guess we relied on dirname before and introduced realpath. So the dependency on non shell builtins was...

Python's startup time is horrible and it inflicts real pain on the ecosystem. However in this case we're talking about supplementary tools like `pip`, not `python`. `pip` is already super...

We currently don't use a modern LLVM toolchain for Linux aarch64. As a result we won't get the same optimizations from PGO or LTO. It may just work though since...

I guess we build patchelf with the old GCC toolchain in the container image. We should be able to build against our modern LLVM as a workaround. But if there...

Upgrading the libX11 dependencies isn't the highest priority. If it doesn't just work, I'd ignore it for now.

Thank you, everyone, for the kind offers of support. @davidhewitt's offer to host this project under the PyO3 organization is attractive to me because it is an established organization with...

Let's limit this conversation to PyOxidizer. Open an issue against the python-zstandard project to discuss its future.