Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'configure': 0.04; 'debug': 0.04; 'properly.': 0.07; 'subject: + ': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'extensions': 0.13; 'crashes': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'tests': 0.18; 'extension': 0.20; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'away.': 0.29; "i'm": 0.30; 'creating': 0.30; 'guess': 0.31; 'anyone': 0.32; 'skip:. 10': 0.32; 'run': 0.33; 'builds': 0.33; 'date.': 0.33; 'flags': 0.33; 'ubuntu': 0.33; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'setting': 0.37; 'received:org': 0.37; 'version': 0.38; 'someone': 0.38; 'does': 0.39; 'skip:e 20': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'him': 0.60; 'more': 0.63; 'latest': 0.64; 'respect': 0.65; 'received:109': 0.75; 'saw': 0.77; 'becker': 0.84; 'extensions.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robin Becker Subject: Re: python3.5 + reportlab + windows again Date: Tue, 6 Oct 2015 16:31:30 +0100 References: <5613E55E.9000203@chamonix.reportlab.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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.3.0 In-Reply-To: <5613E55E.9000203@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1444145500 news.xs4all.nl 23810 [2001:888:2000:d::a6]:48161 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97451 On 06/10/2015 16:14, Robin Becker wrote: > I can run all of the reportlab tests OK under ubuntu 14.04 amd65 with the latest > python 3.5 (built using configure make dance). ............ > > I guess I have to think about creating a debug build of python 3.5 and or one or > more extensions. > > Does anyone know which flags I should be setting in the PCBUILD? I vaguely > remember /Od /Zi, but this is a new version of VS so perhaps I'm out of date. well it seems someone can build these extensions properly. I used Christoph Gohlke's reportlab build and although there are 3 failures in the latest tests I don't see any crashes etc etc and all the failures are explainable. Last thing I saw from him in respect of pyRXPU was to use extra_compile_args=['/Od']. I will try that in the reportlab extension builds and see if the problems go away. -- Robin Becker