This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-05-25.08:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527238170.64.0.682650639539.issue33644@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-25 08:49:30serhiy.storchakasetrecipients: + serhiy.storchaka
2018-05-25 08:49:30serhiy.storchakasetmessageid: <1527238170.64.0.682650639539.issue33644@psf.upfronthosting.co.za>
2018-05-25 08:49:30serhiy.storchakalinkissue33644 messages
2018-05-25 08:49:30serhiy.storchakacreate