summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-04-19-17-31-29.bpo-40330.DGjoIS.rst
blob: 98cb62f1b115e3664a4b28183ffa659cb88911e0 (plain)
1
2
In :meth:`ShareableList.__setitem__`, check the size of a new string item
after encoding it to utf-8, not before.