[Python-Dev] Summary of Python tracker Issues

2020-07-24 Thread Python tracker
ACTIVITY SUMMARY (2020-07-17 - 2020-07-24) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7569 (+19) closed 45560 (+43) total 53129 (+62) Open issues wi

[Python-Dev] Re: How to customize CPython to a minimal set

2020-07-24 Thread Barry Scott
There are tools in the python ecosystem that know how to build stand alone apps for python. These tools can figure out the minimum set of python and .so/.dylib/.dll that are needed. I use these tools when building apps for Windows and macOS where I do not require that python is pre-installed. Y