[New-bugs-announce] [issue34910] PyObject_Print() doesn't always return -1 on error

Zackery Spytz report at bugs.python.org
Fri Oct 5 19:05:07 EDT 2018


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

PyObject_Print() returns 0 if PyUnicode_AsEncodedString() fails.

----------
components: Interpreter Core
messages: 327197
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: PyObject_Print() doesn't always return -1 on error
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list