* Update str related tests from 3.13.5 * Apply RustPython patches * Mark new failing tests
Clean implementation of changes in PR #3371 based on feedback. Copies from [CPython tag `v3.9.7` and adds back custom RustPython changes where needed for: - `Lib/collections/__init__.py` - `Lib/test/test_collections.py` Closes: #3371