Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bug.': 0.07; 'versions.': 0.07; 'behavior,': 0.09; 'subject:using': 0.09; 'undocumented': 0.09; 'bug': 0.10; 'subject:not': 0.11; 'question.': 0.13; 'received:192.168.11': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'helper': 0.18; 'tests': 0.18; 'runs': 0.18; 'thanks.': 0.18; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'subject: ?': 0.27; 'function': 0.28; 'posting': 0.32; 'message- id:@gmail.com': 0.34; 'received:google.com': 0.35; 'should': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'expect': 0.37; 'difference': 0.38; 'names': 0.38; 'test': 0.39; "didn't": 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'different': 0.63; 'times': 0.63; 'here': 0.66; 'repeat.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dAeRNwvt68kmAJYIzrLXTxQPBRSTvVd3jX9C/WI5HsA=; b=kS+3ns0Vlsq3O/BnwhM6fdWTSR4Q4ewcJR5KXxm/iFmFAkpkPBlSw/9Ax+pTPKmZJU K1Twm6HHo+QXdYtY21sxh9kQLUwX1ZSScD3U7PTrpY6Z87kc2EfVDjm5n1sXCk+AA3CP JQ98uFH2axof2ubE0Pp1gVu04hfoZ7hOqfCaGlUtTDPCcIYzf1R4NlVGNZkseMxFf1Bh g8shkPOVc4XkSoGZfIZzgmhRqLhCHtyXY9rIxZa2TFbUVDn+XcA/Ucis3TXqIXD0hxWz ofbvnd992E3rR4XqMsVo5NAa9fz5O7lNVxVIws8AQCTF0N20AXndvLnHMTcqKBRMe8jL Szsg== X-Received: by 10.66.250.226 with SMTP id zf2mr8054326pac.20.1438695707913; Tue, 04 Aug 2015 06:41:47 -0700 (PDT) Date: Tue, 04 Aug 2015 22:41:44 +0900 From: umedoblock User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: how to determine for using c extension or not ? References: <55BF67CB.5030604@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438695710 news.xs4all.nl 2922 [2001:888:2000:d::a6]:39188 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94964 On 2015年08月04日 03:11, Terry Reedy wrote: > Posting three times under two different names is not polite. Please to > not repeat. sorry... > You should not care. If you think there is an undocumented difference > in behavior, ask here if it is a bug. I don't think a bug in this question. > I expect that that test/test_bisect.py runs the same tests on both > versions. We have a test helper function for such situations. I didn't know test/support.py and support.import_fresh_module() function. I will use this function if I write some C accelerator. thanks.