diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 16:28:26 +0000 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 16:28:26 +0000 |
commit | 0a0a1a842c02c87fcb052dec226f591cfe6f988f (patch) | |
tree | 9b656f294913ab834fed62433fbc0b4dadcb42c7 /Python/modsupport.c | |
parent | 96228739c5a66cb7c5ab82e1e1d179b642e405cb (diff) | |
download | cpython-git-0a0a1a842c02c87fcb052dec226f591cfe6f988f.tar.gz |
Issue #1680159: unicode coercion during an 'in' operation was masking
any errors that might occur during coercion of the left operand and
turning them into a TypeError with a message text that was confusing in
the given context. This patch lets any errors through, as was already
done during coercion of the right hand side.
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions