Skip to content

v3.17.5

Compare
Choose a tag to compare
@etrepum etrepum released this 24 Aug 04:41
· 48 commits to master since this release
89041df

Version 3.17.5 released 2021-08-23

  • 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).
    #284