[New-bugs-announce] [issue33644] Fix signatures of tp_finalize handlers in testing code.

Serhiy Storchaka report at bugs.python.org
Fri May 25 04:49:30 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

tp_finalize handlers in Modules/_testmultiphase.c and Modules/_testmultiphase.c return int. This signature is incompatible with the signature of the tp_finalize slot. They should not return any value.

----------
components: Tests
messages: 317662
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix signatures of tp_finalize handlers in testing code.
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list