- Update to 3.10.2:

Bugfix only
  - bpo#46347 memory leak in PyEval_EvalCodeEx (especially
    visible with Cython code)
  - and many others

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=28
This commit is contained in:
2022-01-19 22:05:07 +00:00
committed by Git OBS Bridge
parent 83b3ac1d53
commit 45f43a9e30
6 changed files with 31 additions and 22 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 19 22:01:51 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 3.10.2:
Bugfix only
- bpo#46347 memory leak in PyEval_EvalCodeEx (especially
visible with Cython code)
- and many others
-------------------------------------------------------------------
Wed Dec 8 13:07:25 UTC 2021 - Matej Cepl <mcepl@suse.com>