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 Wesley-Jzy
Recipients Wesley-Jzy, iritkatriel
Date 2021-07-09.08:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625819896.89.0.474328718399.issue44588@roundup.psfhosted.org>
In-reply-to
Content
I just take over a Python3.6 project from a friend, migrating it to the newest Python version. Then this problem happened. After debugging, I think it's a possible double Py_XDECREF if using C-API like this.
But I'm not familiar with Python C-API before so I'm not sure whether it's a problem or just a misuse about tp_flags.
History
Date User Action Args
2021-07-09 08:38:16Wesley-Jzysetrecipients: + Wesley-Jzy, iritkatriel
2021-07-09 08:38:16Wesley-Jzysetmessageid: <1625819896.89.0.474328718399.issue44588@roundup.psfhosted.org>
2021-07-09 08:38:16Wesley-Jzylinkissue44588 messages
2021-07-09 08:38:16Wesley-Jzycreate