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 <rep...@bugs.python.org> <http://bugs.python.org/issue29434> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com