Path: csiph.com!usenet.pasdenom.info!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '16,': 0.03; 'subject:Python': 0.06; 'responding': 0.07; 'wednesday,': 0.07; 'brett': 0.09; 'url:archive': 0.09; 'cc:addr:python-list': 0.11; 'contribute': 0.11; 'archive': 0.14; '(author': 0.16; '1:13': 0.16; 'defended': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'luis': 0.16; 'python",': 0.16; 'tracing': 0.16; 'appropriate': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'developer,': 0.19; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'visible': 0.24; "haven't": 0.24; 'cc:2**0': 0.24; '2005': 0.26; 'this:': 0.26; 'post': 0.26; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; '(maybe': 0.31; '25,': 0.31; 'releasing': 0.31; 'file': 0.32; 'everyone': 0.33; 'approval': 0.33; 'there,': 0.34; 'core': 0.34; 'but': 0.35; 'received:google.com': 0.35; "he's": 0.36; 'university,': 0.36; 'useful': 0.36; 'possible': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'anything': 0.39; 'san': 0.39; 'does': 0.39; 'heard': 0.39; 'realize': 0.39; 'world.': 0.61; "you're": 0.61; 'today': 0.64; 'skip:n 10': 0.64; 'grab': 0.64; 'url:http': 0.64; 'url:p': 0.64; 'url:pdf': 0.68; 'reads': 0.68; 'internet': 0.71; 'atomic': 0.84; 'polytechnic': 0.91; 'stamp': 0.91; 'to:none': 0.92 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=njDcYITFZxIHHcfwgUHbXuxFMaiTO43asHECXv1oC0A=; b=HhUUF/ELDs8FucaBln91FHuE9xj9OhbcXfuwGejo6AivRgH8S7fqiGkv7BjJBZefiw QHY4nyDVHgrbjSoJ9zj/Sc+XV5IcWxNz3amavRieI4388D2iolu+WQfXtLPL0X6oh8LB fg80bGLztAdPhavHYkh2WAyvZ06iy7VwXkxsX6fd26QBxeadWDV716S6tBqt3YnYl6O5 oouE/Y3YVOsaxubkacFKXS3QUUXyWGwA9ypYbwYihMFPrQqa8JEO3lvlEEaGwmzAStGf 4QRTgMBe4pzZFSLtGj6gMJXkkCR0Jlj+TXJ9NW0b1BlebArLJQvvKBkhWlE7U7Ms8a3z /8Ng== MIME-Version: 1.0 X-Received: by 10.66.164.229 with SMTP id yt5mr15721726pab.67.1392474295944; Sat, 15 Feb 2014 06:24:55 -0800 (PST) In-Reply-To: References: Date: Sun, 16 Feb 2014 01:24:55 +1100 Subject: Re: Localized Type Inference of Atomic Types in Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392474305 news.xs4all.nl 2854 [2001:888:2000:d::a6]:52387 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66441 On Sun, Feb 16, 2014 at 1:13 AM, wrote: > On Wednesday, May 25, 2005 4:41:34 AM UTC+5:30, Brett C. wrote: >> My thesis, "Localized Type Inference of Atomic Types in Python", was >> successfully defended today for my MS in Computer Science at the California >> Polytechnic State University, San Luis Obispo. With that stamp of approval I >> am releasing it to the world. You can grab a copy at >> http://www.drifty.org/thesis.pdf . > > > Hi, > This link seems to be down. Can you point us to some current link? Am trying to contribute to https://code.google.com/p/py2c/ and reading up on type inference for python. I think you realize that you're responding to a nine-year-old post here, but it's possible not everyone does :) Anyway... Tracing the file through the Internet Archive comes up with this: https://web.archive.org/web/20061223193827/http://www.ocf.berkeley.edu/~bac/thesis.pdf I don't know if Brett Cannon (author of the post and thesis) reads python-list/c.l.p, but as a core developer, he's visible on python-dev. Depending on what you're trying to do, it may be appropriate to post there, if after a while (maybe a week) you haven't heard anything useful from here. ChrisA