bpo-32217: Fixed freeze.py for Windows. by AraHaan · Pull Request #4719 · python/cpython
On Windows freeze was never going to work because of this issue. This fix should hopefully make freeze work on Windows again for now.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Mar 23, 2019Check for sys.abiflags before using since not all platforms have it defined. (cherry picked from commit a7987e7) Co-authored-by: AraHaan <15173749+AraHaan@users.noreply.github.com>
miss-islington added a commit that referenced this pull request
Mar 23, 2019Check for sys.abiflags before using since not all platforms have it defined. (cherry picked from commit a7987e7) Co-authored-by: AraHaan <15173749+AraHaan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters