Remove useless overloads from `sys.getsizeof` by sobolevn · Pull Request #9987 · python/typeshed
There's no need to use @overload, because signature is simple enough.
Btw, I am preparing a PR to CPython to convert this function to AC, so __text_signature__ will be available :)