[New-bugs-announce] [issue40891] Use pep573 in functools

hai shi report at bugs.python.org
Sat Jun 6 14:27:24 EDT 2020


New submission from hai shi <shihai1991 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40891>
_______________________________________


More information about the New-bugs-announce mailing list