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 vstinner
Recipients Mark.Shannon, christian.heimes, jdemeyer, lukasz.langa, methane, miss-islington, pablogsal, petr.viktorin, pitrou, vstinner
Date 2019-09-10.14:32:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568125977.57.0.321107970589.issue38006@roundup.psfhosted.org>
In-reply-to
Content
I reverted the change which added func_clear() to get more time to investigate this bug:

New changeset ccaea525885e41c5f1e566bb68698847faaa82ca by T. Wouters (Victor Stinner) in branch '3.8':
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
https://github.com/python/cpython/commit/ccaea525885e41c5f1e566bb68698847faaa82ca

This issue looks quite complex, and I prefer to wait Python 3.9 to fix it. We are stabilizing Python 3.8 to prepare 3.8.0 final release.
History
Date User Action Args
2019-09-10 14:32:57vstinnersetrecipients: + vstinner, pitrou, christian.heimes, petr.viktorin, methane, lukasz.langa, Mark.Shannon, jdemeyer, pablogsal, miss-islington
2019-09-10 14:32:57vstinnersetmessageid: <1568125977.57.0.321107970589.issue38006@roundup.psfhosted.org>
2019-09-10 14:32:57vstinnerlinkissue38006 messages
2019-09-10 14:32:57vstinnercreate