This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients corona10, malin, ned.deily, paul.moore, ronaldoussoren, s.s.mahato, steve.dower, tim.golden, zach.ware
Date 2021-07-20.06:31:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626762669.76.0.160441399789.issue44549@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-07-20 06:31:09ned.deilysetrecipients: + ned.deily, paul.moore, ronaldoussoren, tim.golden, zach.ware, steve.dower, malin, corona10, s.s.mahato
2021-07-20 06:31:09ned.deilysetmessageid: <1626762669.76.0.160441399789.issue44549@roundup.psfhosted.org>
2021-07-20 06:31:09ned.deilylinkissue44549 messages
2021-07-20 06:31:09ned.deilycreate