This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner, zach.ware
Date 2017-04-26.13:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493214031.23.0.962961382321.issue30170@psf.upfronthosting.co.za>
In-reply-to
Content
I also see this warning on AppVeyor:

0:01:42 [170/404] test_fcntl skipped -- running: test_concurrent_futures (76 sec)
C:\projects\cpython\lib\test\support\__init__.py:1012: RuntimeWarning: tests may fail, unable to create temporary directory 'C:\\projects\\cpython\\build\\test_python_1080': [WinError 183] Cannot create a file when that file already exists: 'C:\\projects\\cpython\\build\\test_python_1080'
  with temp_dir(path=name, quiet=quiet) as temp_path:
test_fcntl skipped -- No module named 'fcntl'
0:01:42 [171/404] test_eintr passed -- running: test_concurrent_futures (76 sec)

https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.1476
History
Date User Action Args
2017-04-26 13:40:31vstinnersetrecipients: + vstinner, zach.ware, serhiy.storchaka
2017-04-26 13:40:31vstinnersetmessageid: <1493214031.23.0.962961382321.issue30170@psf.upfronthosting.co.za>
2017-04-26 13:40:31vstinnerlinkissue30170 messages
2017-04-26 13:40:31vstinnercreate