[issue43824] array.array.__deepcopy__() accepts a parameter of any type

Serhiy Storchaka report at bugs.python.org
Tue Apr 13 04:52:16 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I you declare a method as METH_NOARGS, you would not able to pass any argument to it.

I concur with Josh. There is nothing wrong here.

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43824>
_______________________________________


More information about the Python-bugs-list mailing list