[ python-Bugs-1709284 ] test_1686475 fails because pagefile.sys does not exist

SourceForge.net noreply at sourceforge.net
Tue May 1 17:04:05 CEST 2007


Bugs item #1709284, was opened at 2007-04-28 16:54
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1709284&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Calvin Spealman (ironfroggy)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_1686475 fails because pagefile.sys does not exist

Initial Comment:
The file pagefile.sys is used as a test on stat'ing an open file, because previously we could rely on windows using it. It does not exist in newer versions, so the test fails. The attached patch uses a temporary file instead.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2007-05-01 17:04

Message:
Logged In: YES 
user_id=21627
Originator: NO

As discussed on python-dev: this patch is incorrect.

----------------------------------------------------------------------

Comment By: Calvin Spealman (ironfroggy)
Date: 2007-04-28 20:32

Message:
Logged In: YES 
user_id=112166
Originator: YES

File Added: os_open_stat.patch

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1709284&group_id=5470


More information about the Python-bugs-list mailing list