[issue36920] inspect.getcallargs sees optional arg to builtin as required

Brett Cannon report at bugs.python.org
Wed May 15 12:52:29 EDT 2019


Brett Cannon <brett at python.org> added the comment:

Also note that inspect.getcallargs() has been deprecated since Python 3.5: https://docs.python.org/3/library/inspect.html#inspect.getcallargs.

Since the function is deprecated I'm closing as "won't fix".

----------
nosy: +brett.cannon
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list