Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'sys': 0.07; 'oh,': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'subject: [': 0.09; 'python': 0.11; 'def': 0.12; '(via': 0.16; 'adept': 0.16; 'foo()': 0.16; 'foo():': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'segfault': 0.16; 'subject:"]': 0.16; 'wrote:': 0.18; 'import': 0.22; 'subject:problem': 0.24; 'switched': 0.24; '(or': 0.24; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'breaking': 0.31; 'received:209.85.220.174': 0.31; 'probably': 0.32; 'fri,': 0.33; 'could': 0.34; 'subject:with': 0.35; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'skip:s 30': 0.35; 'no,': 0.35; 'received:google.com': 0.35; 'scheme': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'company': 0.60; 'august': 0.61; 'subject:The': 0.64; 'dont': 0.67; 'rusi': 0.91; '2013': 0.98 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:to :content-type; bh=qtGYRPyb4h6lYkbWN0ZNPYXrprn9P9kUD0Fv607M71o=; b=h4r4sA8c4G2O0uhOdbyOFdUMvE9dIcUh/CmrQGrz8srhCHgezvFViz6XWe6WZLQlJD MiJ/qazQZCimMd4QB3IIDAqaAgfJ5npQqUW6tUr2xajf3O4rkucdNgxaPV1rZeCrHqbc uIhY/YVepxT3i6MOJQt1SHsvA4Q1pUp0v/tyCuhRahFyVbrGYxSDj3qeUlV4A5yEzY8C dbSR6Z6MAe9hcegwJmieFBC23+P0L5FgXtbJCKc9FHZ/x+svG6bqjBdTlP/eQPhSJK9u upTsuV7GDHVR3FfAotj1kRAOdI5d3b/LACs8ldjPPKy/L0ePGT/nvgIR5FhHt6xUftgT RqIw== MIME-Version: 1.0 X-Received: by 10.52.117.16 with SMTP id ka16mr18480071vdb.43.1370533591271; Thu, 06 Jun 2013 08:46:31 -0700 (PDT) In-Reply-To: <3df52c82-da50-4770-8646-97de65196ecd@v5g2000pbv.googlegroups.com> References: <687dea63-84da-4c45-9366-cb5a10665d1f@googlegroups.com> <51ab95d5$0$29966$c3e8da3$5496439d@news.astraweb.com> <51ad7daf$0$11118$c3e8da3@news.astraweb.com> <31ca14e1-973d-44e6-886c-011a55755d76@googlegroups.com> <51afe7cf$0$29966$c3e8da3$5496439d@news.astraweb.com> <3df52c82-da50-4770-8646-97de65196ecd@v5g2000pbv.googlegroups.com> Date: Fri, 7 Jun 2013 01:46:31 +1000 Subject: Re: Bools and explicitness [was Re: PyWart: The problem with "print"] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370533600 news.xs4all.nl 15887 [2001:888:2000:d::a6]:56021 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47234 On Fri, Jun 7, 2013 at 1:36 AM, rusi wrote: > On Jun 6, 8:26 pm, Chris Angelico wrote: >> On Fri, Jun 7, 2013 at 12:09 AM, rusi wrote: >> > When we switched from to python (via Scheme and a haskell- >> > predecessor), I dont remember ever getting a segmentation fault. >> >> Oh, it's easy to segfault Python. >> >> import sys >> sys.setrecursionlimit(999999999) >> def foo(): foo() >> foo() >> >> :) >> >> ChrisA > > And so you are hereby anointed into the august company of RR!! Eh? No, I'm just adept at breaking stuff... I could probably segfault a 100Mbit switch if I tried (or just got careless). ChrisA