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.

classification
Title: 23 tests failed for 3.9.0b2-64 installed on Windows 10
Type: behavior Stage:
Components: Installation, Windows Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: lukasz.langa, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2020-09-17 10:48 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg377052 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-09-17 10:48
Win10, master repository 32-debug build: test_locale and test__locale fail as they have for a year.  test_compileall test_asyncio failed as they have before, but not a few weels ago.

*** PermissionError: [WinError 5] Access is denied: 'f:\\dev\\3x\\\\lib\\__pycache__\\quopri.cpython-310.pyc.39387352' -> 'f:\\dev\\3x\\\\lib\\__pycache__\\quopri.cpython-310.pyc'

test test_asyncio failed -- Traceback (most recent call last):
  File "f:\dev\3x\lib\test\test_asyncio\test_sendfile.py", line 464, in test_sendfile_close_peer_in_the_middle_of_receiving
    self.assertTrue(1024 <= self.file.tell() < len(self.DATA),
AssertionError: False is not true : 131088
 

Installed 64-bit  3.9.0b2 has 19 more (same after 'repair'):

12 failed with 
ModuleNotFoundError: No module named '_testinternalcapi'

test_buffer test_capi test_deque test_fstring test_grammar
test_keyword test_memoryio test_parser test_string_literals
test_struct test_syntax test_traceback

7 failed otherwise, usually with multiple errors

test_array test_exceptions test_flufl test_itertools 
test_ordered_dict test_pickle test_sys test_xml_etree_c
History
Date User Action Args
2022-04-11 14:59:35adminsetgithub: 85967
2020-09-17 10:48:28terry.reedycreate