summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-09-09-15-08-37.gh-issue-50644.JUAZOh.rst
blob: a7a442e35289d3b26c01907f1579d7a0e59ef2a3 (plain)
1
2
3
4
Attempts to pickle or create a shallow or deep copy of :mod:`codecs` streams
now raise a TypeError. Previously, copying failed with a RecursionError,
while pickling produced wrong results that eventually caused unpickling
to fail with a RecursionError.