Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: (Execution) Termination bit, Alternation bit. Date: Wed, 30 Dec 2015 11:00:03 +1100 Lines: 7 Message-ID: References: <9Bldy.3723$Bz5.1578@fx04.iad> <864af$56760c5f$d47876e2$48630@news.ziggo.nl> <6f90e$56826d92$d47876e2$48098@news.ziggo.nl> <5682892c$0$1587$c3e8da3$5496439d@news.astraweb.com> <45686$5682fe60$d47876e2$14175@news.ziggo.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de BDbPCA0vHFhlw4iBOgkbAQEoSU9w/eC2mm/+pRYqt61g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'assembler': 0.09; 'statements': 0.09; 'python': 0.10; 'python.': 0.11; 'wed,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:209.85.223.173': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:bit': 0.16; 'wrote:': 0.16; 'all,': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'so.': 0.22; 'occurs': 0.22; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'message- id:@mail.gmail.com': 0.27; 'flying': 0.29; 'subject:) ': 0.32; 'problem': 0.33; 'received:google.com': 0.35; 'replaced': 0.35; 'received:209.85': 0.36; 'received:209': 0.38; 'where': 0.40; '30,': 0.63; 'chrisa': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=UYrQ2LtG+iEsux4NnaBMi7AT/gBxIH6QmNQeh1KI5P0=; b=dUfJzGXwtJMUrrnebOHHR9xqxEff33SERvVJINqOBbU0lFMhfwCurs5kZMvyKIxFrr nW7F64O3T103xLlOcnmvvse/hQ+JfLF6ACaQdx33OV6vgxmCCvPCZW39lexYgbqtT7em XAELczycfM9BPSY6oeI+B1P5kaczx8avm3BkGOqaZ+y9+YHHQgpTtSIsPD5iBKQJJbA3 6Z4z/pzkv+TURzdfQu1gcazooY5QG4ZgX8iiLHYrIKUBPuUr0sQdEOid5fo5+bbt67/e V2QeFYT7nU7unk/RU4KkAWnZfG4a/z+0JPU8ntBj5GJljvnfpE4pOIyXV+vxWFhdw/5S Ar6A== X-Received: by 10.107.14.73 with SMTP id 70mr29169008ioo.31.1451433603285; Tue, 29 Dec 2015 16:00:03 -0800 (PST) In-Reply-To: <45686$5682fe60$d47876e2$14175@news.ziggo.nl> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100977 On Wed, Dec 30, 2015 at 8:43 AM, Skybuck Flying wrote: > Not at all, these assembler statements can be replaced with python > statements and then you have the exact same problem ! ;) Then do so. Give us an example where this problem occurs in pure Python. ChrisA