[issue33009] Assertion failure in inspect.signature on unbound partialmethods

Serhiy Storchaka report at bugs.python.org
Tue Mar 6 03:05:04 EST 2018


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

This is not a crash, but an assertion failure.

The assertion was added in issue30149.

----------
nosy: +serhiy.storchaka, yselivanov
stage:  -> needs patch
title: inspect.signature crashes on unbound partialmethods -> Assertion failure in inspect.signature on unbound partialmethods
type:  -> behavior
versions: +Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list