Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add msilib and _msi to stubtest whitelist #3939

Merged
merged 3 commits into from
Apr 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions tests/stubtest_whitelists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ _types
_weakref.CallableProxyType.__getattr__
_weakref.ProxyType.__getattr__
_weakref.ReferenceType.__call__
_winapi
abc.abstractclassmethod
abc.abstractmethod
abc.abstractstaticmethod
Expand Down Expand Up @@ -349,7 +348,6 @@ mailbox._mboxMMDF.get_string
mailbox.mbox.__init__
mimetypes.read_mime_types
mmap.mmap.__iter__
msvcrt
multiprocessing.Array
multiprocessing.Event
multiprocessing.JoinableQueue
Expand Down Expand Up @@ -557,7 +555,6 @@ webbrowser.UnixBrowser.raise_opts
webbrowser.UnixBrowser.remote_action
webbrowser.UnixBrowser.remote_action_newtab
webbrowser.UnixBrowser.remote_action_newwin
winsound
wsgiref.types
wsgiref.util.FileWrapper.__init__
wsgiref.util.FileWrapper.close
Expand Down Expand Up @@ -617,3 +614,10 @@ os.SCHED_[A-Z_]+
socket.AF_DECnet
socket.[A-Z0-9_]+
(termios.[A-Z0-9_]+)?

# Modules that do not exist on Linux systems and cannot be checked by our CI process.
(_msi)?
(_winapi)?
(msilib(.[a-z]+)?)?
(msvcrt)?
(winsound)?