[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2010-07-07 Thread Stefan Krah
Stefan Krah added the comment: I can reproduce this on Ubuntu with Python 2.7 and 3.2. -- nosy: +skrah ___ Python tracker ___ ___ Pyth

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2010-07-07 Thread Mark Lawrence
Mark Lawrence added the comment: Shouldn't this get looked at as it's high priority, albeit over a year old? -- nosy: +BreamoreBoy versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker __

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2009-03-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Martin, do you have time to confirm this problem? Failure of (Named)TemporaryFile to remove the file on shutdown should be considered a serious issue. -- nosy: +loewis, pitrou ___ Python tracker

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2009-01-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- priority: -> high stage: -> test needed versions: +Python 2.6, Python 2.7 -Python 2.5 ___ Python tracker ___ _

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2009-01-13 Thread Richard Philips
Richard Philips added the comment: [Replaces msg 79727] On Solaris 10 (Solaris 10 5/08 s10x_u5wos_10 X86), with python 2.5 (Python 2.5.2 (r252:60911, Sep 8 2008, 16:53:36) [C] on sunos5), tempfile.NamedTemporaryFile creates - as advertised - a temporary file. After closing this file object

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2009-01-13 Thread Richard Philips
New submission from Richard Philips : On Solaris 10 (Solaris 10 5/08 s10x_u5wos_10 X86), with python 2.5 (Python 2.5.2 (r252:60911, Sep 8 2008, 16:53:36) [C] on sunos5), tempfile.NamedTemporaryFile creates - as advertised - a temporary file. After closing this file object (e.g. by exiting the