STINNER Victor <vstin...@python.org> added the comment:

> While the issues definitely need to be resolved in the C extensions, where to 
> start is not completely clear. I had to put `printfs` in PyCFunction_NewEx 
> and PyDescr_NewMethod to track down the issues, e.g., (...)

I agree, I had the same issue :-) I fixed the issue in 3.7, 3.8 and master 
branches.

In 3.7, the modified functions are different and the error message was 
different but similar.

Thanks for your bug report ;-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39884>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to