diff options
author | Jörg Behrmann <behrmann@physik.fu-berlin.de> | 2022-03-21 13:18:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 13:18:52 +0100 |
commit | 8fdc2ff462c1983c73418e2659192a3348961d3f (patch) | |
tree | 60eda98f588035b0d6d3761deb1b6033b8f3af26 /var | |
parent | cf3cfab86c00cba0f25d661796bb16bb65311f5a (diff) | |
download | spack-8fdc2ff462c1983c73418e2659192a3348961d3f.tar.gz spack-8fdc2ff462c1983c73418e2659192a3348961d3f.tar.bz2 spack-8fdc2ff462c1983c73418e2659192a3348961d3f.tar.xz spack-8fdc2ff462c1983c73418e2659192a3348961d3f.zip |
python: add v3.10.3 (#29640)
From the release announcement: "This is a special bugfix release ahead of
schedule to address a memory leak that was happening on certain function calls
when using Cython. The memory leak consisted of a small constant amount of bytes
in certain function calls from Cython code. Although in most cases this was not
very noticeable, it was very impactful for long-running applications and certain
usage patterns. Check bpo-46347 for more information."
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/python/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/python/package.py b/var/spack/repos/builtin/packages/python/package.py index 85e9d8ec44..be21af5e16 100644 --- a/var/spack/repos/builtin/packages/python/package.py +++ b/var/spack/repos/builtin/packages/python/package.py @@ -40,6 +40,7 @@ class Python(Package): install_targets = ['install'] build_targets = [] + version('3.10.3', sha256='5a3b029bad70ba2a019ebff08a65060a8b9b542ffc1a83c697f1449ecca9813b') version('3.10.2', sha256='3c0ede893011319f9b0a56b44953a3d52c7abf9657c23fb4bc9ced93b86e9c97') version('3.10.1', sha256='b76117670e7c5064344b9c138e141a377e686b9063f3a8a620ff674fa8ec90d3') version('3.10.0', sha256='c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758') |