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 petr.viktorin, shihai1991, vstinner
Date 2020-06-06.18:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591468044.26.0.252061125305.issue40891@roundup.psfhosted.org>
In-reply-to
Content
petr have write a PR(adding a method: _PyType_GetModuleByDef) to supply pep573 in https://github.com/encukou/cpython/pull/4/commits/98dd889575cf7d1688495983ba791e14894a0bb8

So I try to use pep573 in functools again in: https://github.com/shihai1991/cpython/pull/5

From the CI gate result, the only one question is a resource leak in functools(I am not find the leak reason now): https://github.com/shihai1991/cpython/pull/5/checks?check_run_id=743098116

some other discuss info in issue40137.
History
Date User Action Args
2020-06-06 18:27:24shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2020-06-06 18:27:24shihai1991setmessageid: <1591468044.26.0.252061125305.issue40891@roundup.psfhosted.org>
2020-06-06 18:27:24shihai1991linkissue40891 messages
2020-06-06 18:27:24shihai1991create