Jens Reidel <[email protected]> added the comment:
Just to show the types are inequal:
Without patch file:
>>> inspect.signature(lambda x: None).parameters
mappingproxy({'x': <Parameter "x">})
With patch file:
>>> inspect.signature(lambda x: None).parameters
mappingproxy(OrderedDict([('x', <Parameter "x">)]))
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39957>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com