]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
promote some shifts to unsigned, so as not to invoke undefined behavior
authorBenjamin Peterson <benjamin@python.org>
Wed, 7 Sep 2016 03:40:04 +0000 (20:40 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 7 Sep 2016 03:40:04 +0000 (20:40 -0700)
commit89f676f30c63f1805bc3a9e9aff4fc6f0419f959
tree2e86aa714c35817b72151ec7426f42231fa98629
parent93d1a7051f8c97151a17fe50eb6e5beea91b790f
promote some shifts to unsigned, so as not to invoke undefined behavior
Objects/unicodeobject.c