Ned Deily <n...@python.org> added the comment:

> Is it possible to update bz2 to 1.0.8 on macOS distribution?

Thanks for looking into this. As I commented on PR 27241, this change is not 
needed because current macOS python.org installers dynamically link to the 
system-provided copies of Bzip2; the code to build a private copy of BZip2 in 
build-installer.py was only used when building on very old versions of macOS, 
10.4 and earlier, versions for which we no longer support building installers. 
I've submitted another PR to remove that unused code to avoid future confusion.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to