From 60f41054f79859e4dacb796652da12f2c40ff15a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 16 May 2022 13:24:19 +0200 Subject: Update changelog. --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1110ab2e3..858002627 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,14 @@ Bugs fixed reversed special numeric methods of extension types. Patch by David Woods. (Github issue #4750) +* Calling unbound extension type methods without arguments could raise an + ``IndexError`` instead of a ``TypeError``. + Patch by David Woods. (Github issue #4779) + +* Calling unbound ``.__contains__()`` super class methods on some builtin base + types could trigger an infinite recusion. + Patch by David Woods. (Github issue #4785) + * The C union type in pure Python mode mishandled some field names. Patch by Jordan Brière. (Github issue #4727) -- cgit v1.2.1