[Python-Dev] Re: Building Standalone Python Applications with PyOxidizer

2019-07-01 Thread Chris Barker via Python-Dev
Congrats on this new tool -- I'll be checking it out. With a quick glance at the docs, I see this: """ PyOxidizer loads everything from memory and there is no explicit I/O being performed. When you import a Python module, the bytecode for that module is being loaded from a memory address in the e

[Python-Dev] Re: Building Standalone Python Applications with PyOxidizer

2019-06-25 Thread Brett Cannon
Day-to-day packaging stuff seems to have migrated from distutils-sig maililng list to https://discuss.python.org/c/packaging. And congrats on the release! ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le