summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/cpython/3.9
AgeCommit message (Collapse)Author
2024-07-20python{39,310,311,312,313}: Allow using cc to resolve dynamic librariesAudrey Dutcher
This patch hasn't been complete since an alternate case was added to cpython which allows using ld(1) to resolve libraries. In addition to this, the stated reason for the patch, to improve startup times by preventing cpython from invoking gcc to resolve libuuid, has not been an issue since that logic was removed in cpython 3.9. Finally, this patch creates a disparity between Linux and other operating systems (I am working on FreeBSD right now) since the ld(1) case is system gated. Since it no longer accomplishes its stated purpose, is no longer needed, and creates platform disparities, we should remove it. I've left the half of this patch which prevents /sbin/ldconfig from being invoked, since no nix-compiled program should ever be invoking absolute paths like this.
2021-12-03cpython: remove upstreamed patchRyan Burns
This patch has been merged in python 3.9.7. https://github.com/python/cpython/commit/4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a
2021-12-02python39: backport patch to accomodate system library changes in Big SurMartin Weinelt
(cherry picked from commit 9738723b2486cfe9988abbff0c873cce5cba1849)
2021-08-14python39: fix tkinter and decimal on aarch64-darwinAngus Trau
2020-12-12python: 3.9.0 -> 3.9.1Greg Roodt
2019-11-20python39: init at 3.9.0a1Frederik Rietdijk
It's a year until the final release but this will give a chance to test out certain features and how it integrates with other packages. https://www.python.org/dev/peps/pep-0596/