Hirokazu Yamamoto added the comment:
I cannot test this because I don't have recent VC, but last week change
to _fileio.c is this.
http://svn.python.org/view/python/branches/py3k/Modules/_fileio.c?r1=70187&r2=70352
On windows, lseek was used before, but _lseeki64 in portable_lseek is
used now.
Antoine Pitrou added the comment:
Can you find out in which test case the assertion is triggered?
Also, is there more information in the error message itself?
--
components: +Library (Lib)
priority: -> critical
type: -> behavior
___
Python tracker
New submission from Andreas Schawo :
test_fileio fails on windows with MSVC "Debug Assertion failed" message
since last week.
--
components: Tests
messages: 84015
nosy: andreas.schawo, pitrou
severity: normal
status: open
title: test_fileio fials on windows MSVC Assertion
versions: Pytho