public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Running mypy on .py file with known problems in Cygwin term produces no output. Running same command on same file in DOS window produces expected output.
@ 2022-02-06 20:04 Brendan Keefe
  0 siblings, 0 replies; only message in thread
From: Brendan Keefe @ 2022-02-06 20:04 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]

I have attached cygcheck.out.  Following are some details, to
elaborate upon the subject line.

Contents of the file junk_ano.py:

# begin code listing

def greeting(name: str) -> str:
    return 'Hello ' + name

if __name__ == "__main__":
    greeting('Bob', 'Eve')
    greeting(3)
    greeting(b'Alice')

# end code listing

Output when running in a DOS (cmd) window is what I expected:

C:\bjk\tmp>mypy junk_ano.py
junk_ano.py:5: error: Too many arguments for "greeting"
junk_ano.py:6: error: Argument 1 to "greeting" has incompatible type
"int"; expected "str"
junk_ano.py:7: error: Argument 1 to "greeting" has incompatible type
"bytes"; expected "str"
Found 3 errors in 1 file (checked 1 source file)

When I run the same command on the same file in a Cygwin terminal
window, there is no output. (Same lack of results if I use the -v or
--strict flags.) There is a noticeable span of time (~0.5 sec) before
the next command prompt appears, so it seems to me like something is
being run in response to the command.

On a probably related note, running in DOS window causes creation of a
directory named .mypy_cache. No such directory is created when running
in a Cygwin terminal.

Anyone got any ideas? Thanks in advance.

P.S. Running on Win10, Python 3.9.6 as downloaded from python.org (for
Windows). Version of mypy: 0.931, obtained via python -m pip install
mypy.

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 17736 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Sun Feb 06 19:55:53 2022

Windows 10 Professional Ver 10.0 Build 19044 

Path:	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
	C:\Program Files\Intel\WiFi\bin
	C:\Program Files\Common Files\Intel\WirelessCommon
	C:\WINDOWS\System32\OpenSSH
	C:\Program Files\Calibre2
	C:\Program Files\Git\cmd
	C:\Users\brendan\AppData\Local\Programs\Python\Python39\Scripts
	C:\Users\brendan\AppData\Local\Programs\Python\Python39
	C:\Users\brendan\AppData\Local\Programs\Python\Python38\Scripts
	C:\Users\brendan\AppData\Local\Programs\Python\Python38
	C:\Program Files\Intel\WiFi\bin
	C:\Program Files\Common Files\Intel\WirelessCommon
	C:\Users\brendan\AppData\Local\Microsoft\WindowsApps

Output from C:\cygwin64\bin\id.exe
UID: 197609(brendan)
GID: 197609(brendan)
197609(brendan)
401408(Medium Mandatory Level)
197608(HomeUsers)
545(Users)
4(INTERACTIVE)
66049(CONSOLE LOGON)
11(Authenticated Users)
15(This Organization)
68601(MicrosoftAccount+razorcat531@hotmail.com)
113(Local account)
4095(CurrentSession)
66048(LOCAL)
262180(Cloud Account Authentication)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'brendan'
PWD = '/cygdrive/c/bjk/tmp'
HOME = '/home/brendan'

USERDOMAIN = 'DEVELOPING'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
PROCESSOR_LEVEL = '21'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
FP_NO_HOST_CHECK = 'NO'
TZ = 'America/New_York'
platformcode = '6J'
HOSTNAME = 'developing'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/bjk/tmp/.mypy_cache'
OnlineServices = 'Online Services'
USERNAME = 'brendan'
LOGONSERVER = '\\DEVELOPING'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\brendan\AppData\Local'
COMPUTERNAME = 'DEVELOPING'
!:: = '::\'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\brendan'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\WINDOWS'
USERDOMAIN_ROAMINGPROFILE = 'DEVELOPING'
PROCESSOR_IDENTIFIER = 'AMD64 Family 21 Model 48 Stepping 1, AuthenticAMD'
TMP = '/tmp'
LC_CTYPE = 'en_US.UTF-8'
TERM_PROGRAM = 'mintty'
Platform = 'HPD'
TERM_PROGRAM_VERSION = '3.5.0'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
OneDrive = 'C:\Users\brendan\OneDrive'
PROCESSOR_REVISION = '3001'
PROFILEREAD = 'true'
FPPUILang = 'en-US'
OOBEUILang = 'en-US'
NUMBER_OF_PROCESSORS = '4'
ProgramW6432 = 'C:\Program Files'
windows_tracing_flags = '3'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
APPDATA = 'C:\Users\brendan\AppData\Roaming'
SHELL = '/bin/bash'
TERM = 'xterm'
WINDIR = 'C:\WINDOWS'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
MINTTY_SHORTCUT = '/cygdrive/c/ProgramData/Microsoft/Windows/Start Menu/Programs/Cygwin/Cygwin64 Terminal.lnk'
PYTHONPATH = 'C:\bjk\Dropbox\notes\python\bjk_utils'
PRINTER = 'CutePDF Writer'
PROGRAMFILES = 'C:\Program Files'
TBDS_DIRECTORY_WINPATH = 'c:/bjk/Dropbox/notes/tbds/'
CURWIP = '/cygdrive/c/bjk/Dropbox/notes/python/reuven/WPE-A2/'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
TBDS_DIRECTORY = '/cygdrive/c/bjk/Dropbox/notes/tbds/'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
SESSIONNAME = 'Console'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
HOMEPATH = '\Users\brendan'
ORIGINAL_PATH = '/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/Program Files/Calibre2:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Users/brendan/AppData/Local/Programs/Python/Python39/Scripts:/cygdrive/c/Users/brendan/AppData/Local/Programs/Python/Python39:/cygdrive/c/Users/brendan/AppData/Local/Programs/Python/Python38/Scripts:/cygdrive/c/Users/brendan/AppData/Local/Programs/Python/Python38:/cygdrive/c/Program Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/WirelessCommon:/cygdrive/c/Users/brendan/AppData/Local/Microsoft/WindowsApps'
desktop = '/cygdrive/c/Users/brendan/Desktop'
EXECIGNORE = '*.dll'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\SOFTWARE\Cygwin
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: e022582115c10879 Path: C:\cygwin64

c:  hd  NTFS    935064Mb  12% CP CS UN PA FC    QU  OS
d:  hd  NTFS     18010Mb  88% CP CS UN PA FC    QU  HP_RECOVERY
e:  cd             N/A    N/A                       

C:\cygwin64      /          system  binary,auto
C:\cygwin64\bin  /usr/bin   system  binary,auto
C:\cygwin64\lib  /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,posix=0,auto

Found: C:\cygwin64\bin\awk
 -> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\WINDOWS\system32\certutil.exe
Found: C:\WINDOWS\system32\clinfo.exe
Found: C:\WINDOWS\system32\comp.exe
Found: C:\WINDOWS\system32\convert.exe
Found: C:\cygwin64\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\WINDOWS\system32\curl.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\WINDOWS\system32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\WINDOWS\system32\expand.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\WINDOWS\system32\ftp.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\WINDOWS\system32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\WINDOWS\system32\hostname.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\WINDOWS\system32\klist.exe
Not Found: ld
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\WINDOWS\system32\nslookup.exe
Not Found: patch
Not Found: perl
Found: C:\WINDOWS\system32\replace.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\WINDOWS\system32\shutdown.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\WINDOWS\system32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\WINDOWS\system32\sort.exe
Found: C:\WINDOWS\System32\OpenSSH\ssh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\WINDOWS\system32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\WINDOWS\system32\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\WINDOWS\system32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\WINDOWS\system32\timeout.exe
Found: C:\cygwin64\bin\vi.exe
Not Found: vim
Found: C:\cygwin64\bin\whoami.exe
Found: C:\WINDOWS\system32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\WINDOWS\system32\whoami.exe

   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
  254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2020-03-28 06:22
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
  193k 2021/05/20 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2021-05-20 09:38
 2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11
  353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
  137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2019-03-29 22:16
   72k 2020/09/12 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2020-09-12 14:20
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
   49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
  580k 2020/11/16 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2020-11-16 18:53
 1070k 2020/03/13 C:\cygwin64\bin\cygguile-2.2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.2-1.dll" v0.0 ts=2020-03-08 21:47
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
 1007k 2020/07/13 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2020-07-13 13:57
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
   35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
   73k 2017/06/19 C:\cygwin64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglz4-1.dll" v0.0 ts=2017-06-19 15:40
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  153k 2020/10/29 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2020-10-29 21:32
  212k 2021/02/16 C:\cygwin64\bin\cygman-2-9-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-9-4.dll" v0.0 ts=2021-02-16 17:36
   24k 2021/02/16 C:\cygwin64\bin\cygmandb-2-9-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-9-4.dll" v0.0 ts=2021-02-16 17:36
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
 2664k 2020/07/11 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2020-07-11 14:36
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
 1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  497k 2021/06/20 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2021-06-20 12:53
  603k 2021/05/28 C:\cygwin64\bin\cygpcre2-8-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre2-8-0.dll" v0.0 ts=2021-05-28 21:11
   42k 2020/12/27 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2020-12-27 14:15
   42k 2020/12/31 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2020-12-31 12:16
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
  156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22
  506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12
 1676k 2020/09/12 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2020-09-12 14:26
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
 1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
   27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2020-03-28 06:22
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
 3533k 2021/03/29 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2021-03-29 09:42
    Cygwin DLL version info:
        DLL version: 3.2.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\Users\brendan\Desktop
Last downloaded files from: http://cygwin.mirror.constant.com/

Package              Version            Status
_autorebase          001007-1           OK
alternatives         1.3.30c-10         OK
base-cygwin          3.8-1              OK
base-files           4.3-3              OK
bash                 4.4.12-3           OK
bzip2                1.0.8-1            OK
ca-certificates      2.40-1             OK
coreutils            8.26-2             OK
crypto-policies      20190218-1         OK
cygutils             1.4.16-2           OK
cygwin               3.2.0-1            OK
dash                 0.5.9.1-1          OK
diffutils            3.5-2              OK
dos2unix             7.4.2-1            OK
editrights           1.03-1             OK
file                 5.39-1             OK
findutils            4.6.0-1            OK
gawk                 5.1.0-1            OK
getent               2.18.90-4          OK
grep                 3.0-2              OK
groff                1.22.4-1           OK
gzip                 1.8-1              OK
hostname             3.13-1             OK
info                 6.8-2              OK
ipc-utils            1.0-2              OK
less                 581.2-1            OK
libargp              20110921-3         OK
libattr1             2.4.48-2           OK
libblkid1            2.33.1-2           OK
libbz2_1             1.0.8-1            OK
libcrypt2            4.4.20-1           OK
libfdisk1            2.33.1-2           OK
libffi6              3.2.1-2            OK
libgc1               8.0.4-1            OK
libgcc1              10.2.0-1           OK
libgdbm4             1.13-1             OK
libgdbm6             1.18.1-1           OK
libgmp10             6.2.1-1            OK
libguile2.2_1        2.2.7-1            OK
libiconv             1.16-2             OK
libiconv2            1.16-2             OK
libintl8             0.19.8.1-2         OK
libltdl7             2.4.6-7            OK
liblz4_1             1.7.5-1            OK
liblzma5             5.2.4-1            OK
libmpfr6             4.1.0-1            OK
libncursesw10        6.1-1.20190727     OK
libp11-kit0          0.23.20-1          OK
libpcre1             8.45-1             OK
libpcre2_8_0         10.37-1            OK
libpipeline1         1.5.3-1            OK
libpopt-common       1.18-1             OK
libpopt0             1.18-1             OK
libreadline7         7.0.3-3            OK
libsigsegv2          2.10-2             OK
libsmartcols1        2.33.1-2           OK
libssl1.1            1.1.1f-1           OK
libstdc++6           10.2.0-1           OK
libtasn1_6           4.14-1             OK
libunistring2        0.9.10-1           OK
libuuid1             2.33.1-2           OK
login                1.13-1             OK
make                 4.3-1              OK
man-db               2.9.4-1            OK
mintty               3.5.0-1            OK
ncurses              6.1-1.20190727     OK
openssl              1.1.1f-1           OK
p11-kit              0.23.20-1          OK
p11-kit-trust        0.23.20-1          OK
rebase               4.5.0-1            OK
run                  1.3.4-2            OK
sed                  4.4-1              OK
tar                  1.34-1             OK
terminfo             6.1-1.20190727     OK
terminfo-extra       6.1-1.20190727     OK
tree                 1.7.0-1            OK
tzcode               2021a-1            OK
tzdata               2021a-1            OK
util-linux           2.33.1-2           OK
vim-minimal          8.2.0486-1         OK
which                2.20-2             OK
xz                   5.2.4-1            OK
zlib0                1.2.11-1           OK
zstd                 1.5.0-1            OK
Use -h to see help about each section

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-06 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 20:04 Running mypy on .py file with known problems in Cygwin term produces no output. Running same command on same file in DOS window produces expected output Brendan Keefe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).