[New-bugs-announce] [issue34940] Possible assertion failure due to _check_for_legacy_statements()

Zackery Spytz report at bugs.python.org
Mon Oct 8 22:23:39 EDT 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

The PyUnicode_Tailmatch() and PyUnicode_FromString() calls in _check_for_legacy_statements() are not properly checked for failure.

----------
components: Interpreter Core
messages: 327379
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Possible assertion failure due to _check_for_legacy_statements()
type: crash
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34940>
_______________________________________


More information about the New-bugs-announce mailing list