summaryrefslogtreecommitdiff
path: root/Tools/scripts/diff.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-27 22:35:44 +0000
committerTim Peters <tim.peters@gmail.com>2004-08-27 22:35:44 +0000
commit91879ab8ea3ccb611a2b46b81a9984f451cb0669 (patch)
tree66096168141e90580a019ea884398f84ae4b14da /Tools/scripts/diff.py
parent05eba1fdc80efe145bac39d9d84cb1cc439f303c (diff)
downloadcpython-git-91879ab8ea3ccb611a2b46b81a9984f451cb0669.tar.gz
PyUnicode_Join(): Bozo Alert. While this is chugging along, it may
need to convert str objects from the iterable to unicode. So, if someone set the system default encoding to something nasty enough, the conversion process could mutate the input iterable as a side effect, and PySequence_Fast doesn't hide that from us if the input was a list. IOW, can't assume the size of PySequence_Fast's result is invariant across PyUnicode_FromObject() calls.
Diffstat (limited to 'Tools/scripts/diff.py')
0 files changed, 0 insertions, 0 deletions