mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
a1b9663c41
gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first value (GH-127219)
(cherry picked from commit a2ee899682)
Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Victor Stinner <vstinner@python.org>