dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.42k stars 59 forks source link

Add basic AppVeyor config and fix Windows bugs in tests #48

Closed gvanrossum closed 6 years ago

gvanrossum commented 6 years ago

All uses of NamedTemporaryFile were wrong; see https://bugs.python.org/issue14243 for details. Also I had misunderstood gettempdir -- replace that with mkdtemp.