From a41d7c5d29755edbea206e0bb520fda3c70bf3f5 Mon Sep 17 00:00:00 2001 From: Moreal Date: Sun, 21 Nov 2021 01:19:10 +0900 Subject: [PATCH] Remove staled comments --- extra_tests/not_impl_gen.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/extra_tests/not_impl_gen.py b/extra_tests/not_impl_gen.py index 21d8c9158..3162bc0ec 100644 --- a/extra_tests/not_impl_gen.py +++ b/extra_tests/not_impl_gen.py @@ -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))