Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96983
| Path | csiph.com!news.swapon.de!newsreader4.netcologne.de!news.netcologne.de!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'memory.': 0.05; 'linker': 0.07; 'x86': 0.07; 'broken.': 0.09; 'closed.': 0.09; 'extension.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; '<>.': 0.11; 'subject:python': 0.14; '4gb': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'timed': 0.16; 'wrote:': 0.16; 'pointer': 0.18; 'changes': 0.20; 'cc:2**0': 0.20; 'extension': 0.20; 'arrays': 0.22; 'subject:problem': 0.22; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'minutes.': 0.23; 'cc:addr:gmail.com': 0.24; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'points': 0.27; 'code': 0.30; 'certainly': 0.30; 'seconds': 0.31; 'core': 0.32; 'run': 0.33; 'url:python': 0.33; 'builds': 0.33; 'but': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'stuff': 0.38; 'test': 0.39; "didn't": 0.39; 'takes': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'email addr:gmail.com': 0.62; 'minutes': 0.64; 'forward': 0.66; 'hour': 0.69; 'received:109': 0.75; '3.4': 0.84; 'becker': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Robin Becker <robin@reportlab.com> |
| Subject | Re: problem building python 3.5 extensions for windows |
| Date | Tue, 22 Sep 2015 14:35:00 +0100 |
| References | <55FFFE50.8090703@chamonix.reportlab.co.uk> <CAKJDb-NK=5NFAJp1jyRs=Hwhvo0xhbp4K7m7jarTwT7YP6JESg@mail.gmail.com> <mailman.44.1442854462.28679.python-list@python.org> <7f633007-1391-4172-a022-262899537981@googlegroups.com> <56012A0C.5040805@chamonix.reportlab.co.uk> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Cc | cjgohlke@gmail.com |
| X-Gmane-NNTP-Posting-Host | 109.174.168.73 |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| In-Reply-To | <56012A0C.5040805@chamonix.reportlab.co.uk> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.65.1442928907.28679.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1442928907 news.xs4all.nl 23815 [2001:888:2000:d::a6]:60451 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96983 |
Show key headers only | View raw
On 22/09/2015 11:14, Robin Becker wrote: > On 22/09/2015 01:36, cjgohlke@gmail.com wrote: .........t >> <http://bugs.python.org/issue24872#msg249589>. >> > Thanks for the pointer Christoph. > > I certainly didn't let it run for 30 minutes. When I build with 2.7, 3.3 or 3.4 > the whole build including reportlab stuff is over in a couple of minutes. I will > try again, but a linker that takes 30 minutes to create an extension that ends > up 204Kb long has to be seriously broken. Is it trying to hard? Most of the code > size is in arrays for code points etc etc. I timed my builds of pyRXPU for x86 + amd64; these are on a core i5-3470 @ 3.20Ghz with 4Gb memory. python 3.4 1 minute 14 seconds python 3.5 52 minutes 50 seconds so with VS2015 it will now take me an hour to make and test any changes to this extension. I don't see how the issue can be considered closed. VS2015 is clearly not the way forward for any reasonable development process. -- Robin Becker
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-21 17:54 +0100
Re: problem building python 3.5 extensions for windows cjgohlke@gmail.com - 2015-09-21 17:36 -0700
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-22 11:14 +0100
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-22 14:35 +0100
Re: problem building python 3.5 extensions for windows Terry Reedy <tjreedy@udel.edu> - 2015-09-22 16:48 -0400
Re: problem building python 3.5 extensions for windows cjgohlke@gmail.com - 2015-09-22 14:37 -0700
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-23 11:20 +0100
csiph-web