Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:released': 0.07; 'experimental': 0.09; 'notes:': 0.09; 'url:blog': 0.10; 'api': 0.11; 'python': 0.11; 'alpha,': 0.16; 'fancy': 0.16; 'libraries.': 0.16; 'to:addr:python-announce-list': 0.16; 'language': 0.16; 'all,': 0.19; 'announcement': 0.30; 'message-id:@mail.gmail.com': 0.30; 'existence': 0.31; "we're": 0.32; 'run': 0.32; 'announce': 0.33; 'basic': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'url:org': 0.36; 'being': 0.38; 'support,': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'improved': 0.60; 'full': 0.61; 'excited': 0.61; 'new': 0.61; 'our': 0.64; 'url:11': 0.68; 'milestone': 0.84; 'url:2014': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dropbox.com; s=corp; h=mime-version:from:date:message-id:subject:to:content-type; bh=l0QGitn7DuB7jq1uoQKkMSRWZ9rFsGIqgE8qZASQPCk=; b=2qr8lOTitodTv51hH2OAvzBXl/r1rs/1SjZSg4zmoDZr3cVpVle/W+SBkDBbgwD8+3 TnbdzzSU8eNDLYcaE3aMOfZaBAknmkxd3XG7QdHGVYPqr58dMmElyl29QHv7KAYs3msl JM+eY82PXMqbd8BR0pbxChPBg/2VKce0G9VGw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=l0QGitn7DuB7jq1uoQKkMSRWZ9rFsGIqgE8qZASQPCk=; b=LG2yQFPPKj5n7ZOtcQ2wWyrqpnmJ29KUI0GP4xRwPMYgDs3sYWKLXToS+g+84CIdx9 ugYh44oy3cTSfbdTgAki2ygC1CdhoGau4mSFlSiiVY58jrD2imPLar3yymn7r6xKpPfL JG1F6pLMsbn9saNF3jRg0Zz/3wytm0vBBTpVETvCx7c5D6Wu7B/FGNSAId8k8Ci3U9Bu PzVWo7wlNMwPoIGPABOR+ejwPKScOZeeerphbQijipoWJ4VMPduzweCnyPTRb3BF/gKR DcJw5TvOTlE1ElyELQWXK9b+CtWFl82bEFmhqWyPgzpSFnb4pe4RZlVu6pUnuD1bdJ1G kTzw== X-Gm-Message-State: ALoCoQnztWYelmsVV4wRNkO9E524DNcqc/xSfUbRtc6kMPXQO0eAF7iNVJF5MscZ9pGg6LMpdfrU X-Received: by 10.194.172.137 with SMTP id bc9mr4728158wjc.72.1410465155591; Thu, 11 Sep 2014 12:52:35 -0700 (PDT) MIME-Version: 1.0 From: Kevin Modzelewski Date: Thu, 11 Sep 2014 12:52:15 -0700 Subject: Pyston 0.2 released To: python-announce-list@python.org X-Mailman-Approved-At: Fri, 12 Sep 2014 09:16:58 +0200 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410506219 news.xs4all.nl 2956 [2001:888:2000:d::a6]:52128 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1397 Hi all, we're excited to announce the existence of Pyston 0.2, a much-improved version of our new Python JIT. The new version features greatly improved language support, basic native C API support, and an experimental GIL-free mode. Pyston is now in alpha, and is still not ready for general use, but we have hit a significant milestone of being able to run a number of existing benchmarks and standard libraries. Check out our fancy new blog for the full announcement and release notes: http://blog.pyston.org/2014/09/11/9/ kmod