[New-bugs-announce] [issue29434] tuple.__repr__ may segv when it contains NULL

INADA Naoki report at bugs.python.org
Fri Feb 3 07:16:12 EST 2017


New submission from INADA Naoki:

sys.getobjects() contains tuples including NULLs.
Even without pydebug, tuple under construction can be exposed accidentally.

Allowing repr() for such tuples ease investigating what is the tuple.

----------
components: Interpreter Core
files: tuple-repr-NULL.patch
keywords: patch
messages: 286861
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: tuple.__repr__ may segv when it contains NULL
versions: Python 3.7
Added file: http://bugs.python.org/file46501/tuple-repr-NULL.patch

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


More information about the New-bugs-announce mailing list