New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33644>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to