Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.072 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; '9:13': 0.16; 'doing,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pythonistas': 0.16; 'skip:~ 20': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'directory.': 0.17; 'feb': 0.19; 'trying': 0.21; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'maybe': 0.29; 'file': 0.32; 'johnson': 0.32; 'could': 0.32; 'anywhere': 0.33; 'symbol': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'explain': 0.36; 'modules': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'where': 0.40; 'skip:" 10': 0.40; 'here:': 0.62; 'is.': 0.62; '2013': 0.84; 'huh?': 0.84; 'jimmy': 0.84; 'rick': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=1Yq/PxVXtqm6LAycEUk0Av/Y2CDxeIcx3AVI5677z30=; b=p2aUPblKI988+79WgjHcouA+v3JbJ3Bq5GhMdIMr8J1NlZOfnv95/66F0VzeYdp+lF RaMIsIBXEPWLxMkiVgTKVdZfY9SENDbtdjogwn8OWPczVtJWJjleIRiKgReJftrn4Ysb 5XodO6iaB0fX7oyUURS1s6zYvpREDdWmjPAgwYpBQcezXgLoYiyXY68Cb0GolTb/FMyz 06d6ArH71TlkaG2YRW4f5csbVoegFLHdbTkocGVHuWd4wYe5cGK+46Rch0dOnapY4mi7 bIeS2I8TsaXbe+dPph5LheFrQLk/uQHyzpzTW0FYHJzSgGj8NxEQvJnTFreetM2LDrYe L92w== MIME-Version: 1.0 X-Received: by 10.52.37.109 with SMTP id x13mr12664008vdj.10.1361170225149; Sun, 17 Feb 2013 22:50:25 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Feb 2013 17:50:25 +1100 Subject: Re: Comparing types 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361170233 news.xs4all.nl 6852 [2001:888:2000:d::a6]:32983 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39074 On Mon, Feb 18, 2013 at 9:13 AM, Rick Johnson wrote: > And if you look in the modules "_sre.py", "sre_parse.py", and "sre_constants.py you cannot find the symbol "SRE_Pattern" anywhere -- almost seems like magic huh? Heck the only "_sre.py" file i could find was waaaay down here: > > ...\Lib\site-packages\isapi\test\build\bdist.win32\winexe\temp\_sre.py > > What were they doing, trying to bury it deeper than Jimmy Hoffa? Maybe one of my fellow Pythonistas would like to explain that mess? I have ~/cpython/Modules/_src.c and .o in my build directory. I suspect that that might be where it is. ChrisA