[Python-bugs-list] [ python-Bugs-623464 ] tempfile crashes

noreply@sourceforge.net noreply@sourceforge.net
Thu, 17 Oct 2002 14:30:21 -0700


Bugs item #623464, was opened at 2002-10-15 05:54
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=623464&group_id=5470

>Category: Windows
>Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Nobody/Anonymous (nobody)
Summary: tempfile crashes

Initial Comment:
tempfile.NamedTemporaryFile(".zip") crashes with an 
access violation. Win2k, SP2.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-10-17 17:30

Message:
Logged In: YES 
user_id=33168

Note:  You probably want:
  tempfile.NamedTemporaryFile(suffix=".zip")

I tried this under Linux and get: OSError: [Errno 22]
Invalid argument

So this appears to be windows specific.  Exactly which line
is causing the crash? os.fdopen?

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

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