diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,7 @@ Michael Abbott Rajiv Abraham David Abrahams Marc Abramowitz +Eldar Abusalimov Ron Adam Anton Afanasyev Ali Afshar @@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #22735: Fix many edge cases (including crashes) involving custom mro() + implementations. + - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and PyObject_AsWriteBuffer(). |