Core and Builtins
-----------------
+ - Issue #16722: In the bytes() constructor, try to call __bytes__ on the
+ argument before __index__.
+
+- Issue #16421: loading multiple modules from one shared object is now
+ handled correctly (previously, the first module loaded from that file
+ was silently returned). Patch by Václav Šmilauer.
+
- Issue #16602: When a weakref's target was part of a long deallocation
chain, the object could remain reachable through its weakref even though
its refcount had dropped to zero.