forked from pool/python-simplejson
- update to 3.17.5:
* Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=88
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 06:55:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.17.5:
|
||||
* Fix the C extension module to harden is_namedtuple against looks-a-likes such
|
||||
as Mocks. Also prevent dict encoding from causing an unraised SystemError when
|
||||
encountering a non-Dict. Noticed by running user tests against a CPython
|
||||
interpreter with C asserts enabled (COPTS += -UNDEBUG).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 16 19:39:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user