New submission from hai shi <shihai1...@126.com>:
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. ---------- components: Extension Modules messages: 370843 nosy: petr.viktorin, shihai1991, vstinner priority: normal severity: normal status: open title: Use pep573 in functools versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40891> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com