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 shihai1991
Recipients shihai1991
Date 2019-10-28.14:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572273667.46.0.78113656156.issue38616@roundup.psfhosted.org>
In-reply-to
Content
`if (c.c_normalize) {
     Py_DECREF(c.c_normalize);
}` 
--> 
`Py_XDECREF(c.c_normalize);`
History
Date User Action Args
2019-10-28 14:41:07shihai1991setrecipients: + shihai1991
2019-10-28 14:41:07shihai1991setmessageid: <1572273667.46.0.78113656156.issue38616@roundup.psfhosted.org>
2019-10-28 14:41:07shihai1991linkissue38616 messages
2019-10-28 14:41:07shihai1991create