forked from kiss-community/repo
d5265cfbac
It breaks the inspect.signature function for classes that don't explicitly set a constructor, because the `__text_signature__` attribute is empty ``` from inspect import signature class Test: pass print(signature(Test.__init__)) ``` This is used in some python modules like telethon |
||
---|---|---|
core | ||
extra | ||
testing/firefox | ||
wayland | ||
.allowed_signers | ||
.woodpecker.yml | ||
LICENSE | ||
MOTD | ||
README |
|/ |\ISS LINUX https://kisslinux.org ________________________________________________________________________________ Unofficial Main Repository ________________________________________________________________________________ The officially unofficial repository for KISS Linux maintained by kiss-community More information: - https://kisslinux.org - https://kisslinux.org/package-system Enabling SSH signature verification (recommended): ________________________________________________________________________________ $ cd /path/to/repo $ git config gpg.ssh.allowedSignersFile .allowed_signers $ git config merge.verifySignatures true