From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by sourceware.org (Postfix) with ESMTPS id 6D20C3851C33 for ; Mon, 7 Dec 2020 18:01:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6D20C3851C33 Received: by mail-ed1-x532.google.com with SMTP id b73so14660583edf.13 for ; Mon, 07 Dec 2020 10:01:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ORFmOgo+qINfBaxBgnzmMTS9baJ3F7YxGwN5v13jMeE=; b=OYM2WxAZl37OLouih846o3OJaxty8ThyXF9eImLyr1oUkLkFWMcI1ebR3/AxHi+hnX PcbfAErynVUF3E4qdqhPs+qj8G05+w6XbQnCPMT8qyMKkKzHI6WBO8oOBonImWoFFvae irY9z2YsrGWiVZCkwsrQV3GNfDW2WdDv6O63IDcoMNRsy1nOzavUxUhnndSwzatgOJjX ZrzH9Af3zCdoGHQ+LooJ56To2qqbNhZ2NwdpO8l3s+5oRKvC9Xl0lldxf+wcoq5B/36j VfUaYUg8/dxZyQybCfAbILqh3IJVhFEOCGx9iqEcO5WbbdkSQ92bdkjJ9KzJRgVyYK75 hJnw== X-Gm-Message-State: AOAM5303VJn/ucc+Wbr0BjUsn3+Stlw3RMkGmR04Lhbl3M5EQe991Kti iGSK8i6P15Y4HD5C+rBojMh5F5rwUYSnNw== X-Google-Smtp-Source: ABdhPJxsBIml0X8j+yzAWR9LlkybyM4qVyYModWBUm8Q62LP95H4gsC9ub53668yjlnyR/nCqW5y8g== X-Received: by 2002:aa7:dbca:: with SMTP id v10mr21214069edt.219.1607364065290; Mon, 07 Dec 2020 10:01:05 -0800 (PST) Received: from ?IPv6:2003:cc:9f29:e63c:c0c4:c371:113e:b569? (p200300cc9f29e63cc0c4c371113eb569.dip0.t-ipconnect.de. [2003:cc:9f29:e63c:c0c4:c371:113e:b569]) by smtp.gmail.com with ESMTPSA id t19sm13308444eje.86.2020.12.07.10.01.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Dec 2020 10:01:04 -0800 (PST) Subject: Re: python fails asyncio tests (py 3.7 & 3.8) To: cygwin@cygwin.com References: <5233b4bb-8e9e-b6bd-0a56-c6ce5aa43f42@JC-Bell.com> From: Marco Atzeri Message-ID: Date: Mon, 7 Dec 2020 19:01:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2020 18:01:08 -0000 On 07.12.2020 08:58, Mark Geisert wrote: > [Replying to myself...] > > Mark Geisert wrote: >> Jim Bell wrote: >>> On 2020-11-21 5:59 AM, Jim Bell wrote: >>>> The standard python asyncio tests hang. >>>> >>>>         cd /usr/lib/python3.8/test >>>> >>>>         python3.8 test_asyncore.py -v >>>> > As for the test script errors you reported, I can submit a workaround > patch that would make its way into the Python3.8 tests.  I am unsure at > the moment which Cygwin package contains those tests but I can figure > that out.  Otherwise, I could tell you what needs to be patched in > test_asyncore.py and you could edit the script yourself to fix this > locally for yourself. > > Let me know how you'd like to proceed, when you have a chance. test_asyncore.py is part of the test suite of python itself. I doubt patching the test will change the functionality of the program itself > ..mark Regards Marco