mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #3452 from moreal/bugfix/correct-whats-left
Remove staled comments
This commit is contained in:
@@ -72,8 +72,6 @@ def attr_is_not_inherited(type_, attr):
|
||||
|
||||
|
||||
def extra_info(obj):
|
||||
# RustPython doesn't support __text_signature__ for getting signatures of builtins
|
||||
# https://github.com/RustPython/RustPython/issues/2410
|
||||
if callable(obj) and not inspect._signature_is_builtin(obj):
|
||||
try:
|
||||
sig = str(inspect.signature(obj))
|
||||
|
||||
Reference in New Issue
Block a user