argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
Core and Builtins
-----------------
++- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
++ argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
++
+- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
+ argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
+
+- Issue #19369: Optimized the usage of __length_hint__().
+
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.