Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; '(although': 0.09; 'sep': 0.09; 'bug': 0.10; 'cc:addr:python-list': 0.10; 'vista': 0.13; '2.7.3': 0.16; 'bugs.': 0.16; 'hacked': 0.16; 'wrote:': 0.17; 'intel': 0.17; '>>>': 0.18; 'windows': 0.19; 'all,': 0.21; 'bit': 0.21; '2000,': 0.22; '4.0': 0.22; 'cc:2**0': 0.23; 'programming': 0.23; 'cc:no real name:2**0': 0.24; 'device': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'leave': 0.26; 'core': 0.27; 'then.': 0.27; 'all.': 0.28; 'cpu': 0.29; 'trigger': 0.29; "i'm": 0.29; 'knows': 0.30; 'fri,': 0.30; 'true.': 0.33; "can't": 0.34; 'screen': 0.34; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'compare': 0.36; 'too': 0.36; 'operating': 0.36; 'bad': 0.37; 'does': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'door': 0.63; 'different': 0.63; 'video': 0.65; 'header:Reply- To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'gain': 0.79; "driver's": 0.84; 'received:74.208.4.194': 0.84; 'to:addr:ntlworld.com': 0.84; 'edwards': 0.91 Date: Fri, 21 Sep 2012 18:47:57 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Alister Subject: Re: Blue Screen Python References: <7c8701cc-1bc5-46ee-a83a-3e9a038ceada@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:7BcZL4Xv8O1m9q6MM4kafNeFwekqqkcZVqqDimXL8Z8 9NDp4GVHotxrxtuiTxoYOlecnN4BKmwEpAvF9h7pfRO/TeRg4j wsrL4qeUodgt0ersJgLDstjDvu9j10KU6zqMoyvyClLwvBi74d 9AmzP9UBZON8e1N8jRJ+1Wh/q+emSWgWoKtxQd4Uen59qsNu6q 2cR/GpGbe4bbjyVklLtE6ARISPKKalnDYNat6iWXret9wE8jwc oxywR0UXeOPbtZDGc991cWm/3u3nmEylD1WRZb0B9gsZjejOpb gkOAthCiGBOcgRTzX91mn3wjOoN1zIW6Y4ZFGSnHTUZ1XCQdQ= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: d@davea.name List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348267711 news.xs4all.nl 6932 [2001:888:2000:d::a6]:52167 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29696 On 09/21/2012 12:01 PM, Alister wrote: > On Fri, 21 Sep 2012 15:14:53 +0000, Grant Edwards wrote: > >> On 2012-09-21, mikcec82 wrote: >>> Hallo to all, >>> >>> I'm using Python 2.7.3 with Windows 7 @ 64 bit and an Intel Core i3 >>> -2350M CPU @2.30GHz 2.3GHz. >>> >>> Sometimes, when I'm programming in Python on my screen compare this >> Python is a user-space application. User-space applications can't cause >> blue-screens unless they manage to trigger a bug in hardware, OS kernel, >> or device driver. True. Too bad there are so many of those bugs. > But Windows does not have any true concept of user-space (although it > does make an almost convincing pretence) it has been hacked up from an > operating system that's original security model was "Lock the door when > you leave the office" > That's not true at all. You're thinking of Windows 3, Windows 95, 98, and ME, which were hacked on top of MSDOS. But Windows NT3.5, 4, 2000, XP, Vista and Windows 7 have an entirely different bloodline. NT 3.51 was actually very robust, but in 4.0 to gain better performance, they apparently did some compromising in the video driver's isolation. And who knows what's happened since then. -- DaveA