[New-bugs-announce] [issue27581] Fix overflow check in PySequence_Tuple

Xiang Zhang report at bugs.python.org
Thu Jul 21 01:36:48 EDT 2016


New submission from Xiang Zhang:

Overflow check in PySequence_Tuple relies on undefined behaviour, fix it.

----------
components: Interpreter Core
files: overflow_check_in_PySequence_Tuple.patch
keywords: patch
messages: 270909
nosy: martin.panter, serhiy.storchaka, xiang.zhang
priority: normal
severity: normal
status: open
title: Fix overflow check in PySequence_Tuple
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43806/overflow_check_in_PySequence_Tuple.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27581>
_______________________________________


More information about the New-bugs-announce mailing list