spawnl issues with Win 7 access rights
Tim Golden
mail at timgolden.me.uk
Mon Oct 24 10:18:48 EDT 2011
More information about the Python-list mailing list
Mon Oct 24 10:18:48 EDT 2011
- Previous message (by thread): spawnl issues with Win 7 access rights
- Next message (by thread): spawnl issues with Win 7 access rights
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 24/10/2011 14:18, Tim Golden wrote: I ran this (on Python 2.7 on Win7): > > <code> > import os > > os.spawnl (os.P_NOWAIT, r"c:\windows\notepad.exe") > > </code> > > and Python crashed hard! Long time since I've seen that happen. > > This may or may not be related to what you're seeing but it's > definitely a problem. I'll check the bugs database and/or > file a bug. > > I *can* reproduce your problem running Python22 on Win7. Now, > no-one's going to be applying patches to Python 2.2 at this > stage: in the 2.x series, only 2.7 is getting anything other > than urgent security fixes. And even 2.7's only getting clear > bugfixes. Just so you know. OK; the python 2.7 issues is http://bugs.python.org/issue8036 Let's see if I can get a fix in before the next release! Not quite sure whether the 2.2 issue is the same but it's looking like being a W7 / CRT-related issue. I'll keep looking TJG
- Previous message (by thread): spawnl issues with Win 7 access rights
- Next message (by thread): spawnl issues with Win 7 access rights
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list