https://bugs.winehq.org/show_bug.cgi?id=46788
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Steps to reproduce:
1. Download and run the Python 3.7.4 Windows x86-64 executable installer from https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe
2. Run `wine "C:\users\$USER\Local Settings\Application Data\Programs\Python\Python37\Scripts\pip.exe" install psutil`
2. Run `wine "C:\users\$USER\Local Settings\Application Data\Programs\Python\Python37\python.exe" -c "import psutil; print('\n'.join(map(str, psutil.net_connections())))" | grep AF_INET6`