Add select.epoll.register to stubtest whitelist (#4376)

Python 3.8.5 changed the docstring slightly, possibly
a problem in stubtest.
This commit is contained in:
Sebastian Rittau
2020-07-30 19:29:34 +02:00
committed by GitHub
parent 36356b3368
commit 7ed8c5f1da

View File

@@ -70,6 +70,7 @@ pickle.Pickler.reducer_override
platform.DEV_NULL
queue.SimpleQueue.__init__
secrets.SystemRandom.getstate
select.epoll.register
smtplib.SMTP.sendmail
sre_constants.RANGE_IGNORE
ssl.PROTOCOL_SSLv3