There was an error while loading. Please reload this page.
1 parent 2cda4e6 commit 9e53a71Copy full SHA for 9e53a71
1 file changed
docs/changes.rst
@@ -11,6 +11,10 @@ Version 2.2.0
11
* Building of Python wheels for riscv64 Linux platform had been accidentally
12
removed from the build configuration. This has now been added back in.
13
14
+* When a weak function proxy was created for a bound method and the instance
15
+ it was bound to was garbage collected, calling the proxy would silently
16
+ call the function as unbound instead of raising a ``ReferenceError``.
17
+
18
Version 2.1.1
19
-------------
20
0 commit comments