Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1358259797; bh=EZpsD5AlmBBWxGaJGHGz+7j2d0qACbKdAnEHPBuBUN4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=o8q+H5JNAkkJvrT675mWS0baNg4M7RLRXlga5KPZJhDc06apRja1owUD3Nc40Z3U8 xdj+sKvuKFv2izhOe1nXEjxmovDUmIePOpNTX/v7+KWl7eCZ81cPBSMOOHyLlkQdFT RQdNtXKfhppkTJdHu23KbjquN2HE57geiUIvdnJA= Date: Tue, 15 Jan 2013 15:23:16 +0100 From: Christian Heimes User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Alec Taylor Subject: Re: Compiling native extensions with Visual Studio 2012? References: <50F1745A.8030808@python.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: python list 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358259799 news.xs4all.nl 6953 [2001:888:2000:d::a6]:54624 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36854 Am 12.01.2013 17:06, schrieb Alec Taylor: > Would be awesome to get these built into stdlib. > > Compiling my own versions mostly for virtualenv purposes; though > sometimes I can't find the binary on: > http://www.lfd.uci.edu/~gohlke/pythonlibs/ Let's see. I've 10 months to work on the PEP + implementation until the feature freeze of Python 3.4. It's feasible. Yeah, Christoph Gohlke's work is a time saver! Some people provide official Windows binaries for their Python packages. I'm in the lucky position to own a free MSDN subscription from Microsoft for my work on Python's Core.