gc: fix arg name, mark positional-only args (#3760)

This commit is contained in:
Shantanu
2020-02-21 20:38:59 -08:00
committed by GitHub
parent 158bfc02d2
commit 82d7638018
3 changed files with 3 additions and 7 deletions

View File

@@ -45,7 +45,6 @@ email.message.MIMEPart.as_string
email.mime.message.MIMEMessage.__init__
email.mime.text.MIMEText.__init__
enum.Enum._generate_next_value_
gc.collect
gettext.NullTranslations.npgettext
gettext.NullTranslations.pgettext
gettext.dnpgettext

View File

@@ -114,9 +114,6 @@ fcntl.flock
fcntl.ioctl
fcntl.lockf
functools.partialmethod.__get__
gc.collect
gc.is_tracked
gc.set_debug
gettext.install
gettext.translation
hmac.compare_digest