[issue40891] Use pep573 in functools

2020-06-09 Thread Petr Viktorin


Petr Viktorin  added the comment:

I wrote about the _PyType_GetModuleByDef idea on the capi-sig mailing list: 
https://mail.python.org/archives/list/capi-...@python.org/thread/T3P2QNLNLBRFHWSKYSTPMVEIL2EEKFJU/

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40891] Use pep573 in functools

2020-06-06 Thread hai shi


New submission from hai shi :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com