[issue31047] Windows: os.path.isabs(os.path.abspath(" ")) == False

2018-07-29 Thread Wöllert

Change by Wöllert :


--
keywords: +patch
pull_requests: +8061
stage:  -> patch review

___
Python tracker 
<https://bugs.python.org/issue31047>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34262] Asyncio test fails under Win 7

2018-07-28 Thread Wöllert

Wöllert  added the comment:

Regarding the MVSC runtime message, there is an issue already here:

https://bugs.python.org/issue23919

--

___
Python tracker 
<https://bugs.python.org/issue34262>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34262] Asyncio test fails under Win 7

2018-07-28 Thread Wöllert

New submission from Wöllert :

When running tests I encounter the following error for the test:

test_sock_sendfile_not_regular_file 
(test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests)

---
Microsoft Visual C++ Runtime Library
---
Debug Assertion Failed!

Program: ...\EP2018\cpython\PCbuild\win32\python_d.exe
File: minkernel\crts\ucrt\src\appcrt\lowio\osfinfo.cpp
Line: 257

Expression: fh >= 0 && (unsigned)fh < (unsigned)_nhandle


---

However, when ignoring the MSCR error, the tests succeed without failing.

In addition the following failed (but not consistently):

==
FAIL: test_sendfile_close_peer_in_the_middle_of_receiving 
(test.test_asyncio.test_events.ProactorEventLoopTests)
--
Traceback (most recent call last):
  File 
"C:\Users\woellert\Desktop\EP2018\cpython\lib\test\test_asyncio\test_events.py",
 line 2510, in test_sendfile_close_peer_in_the_middle_of_receiving
self.file.tell())
AssertionError: False is not true : 131072

--


Specs: Windows 7 SP1 64bit, 

Process:
- Cloned master from github
- Installed Visual Studio 2017 Community
- Compiled with `PCbuild\build.bat -e -d` (also used 64bit via -p x64)
- Ran tests with `python.bat -m test.test_asyncio -v`

--
components: Build, Windows, asyncio
messages: 322558
nosy: asvetlov, pansen, paul.moore, steve.dower, tim.golden, yselivanov, 
zach.ware
priority: normal
severity: normal
status: open
title: Asyncio test fails under Win 7
type: crash
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue34262>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com