X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF9033858006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1611440041; bh=Z8wA4DVpfRt2ocRaOjJ+jow+eWvWApyL5PLcxSC8k80=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JxzbS96/phsWhTwh1gQo4LfPDhtsLaeB6BfzR2Lz04rmC2VfJerVFA430ibn/L2CF PpopH9ckukWNW3zHkc2E5xmoMvumvRdBlAspDXQ8aBbvgV7SXUH7zhbTFZiIhiMIvy AHzYWobDiERu7PnQhapI8FfBMFaxgUUHibErjBsw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6334B3858006 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=dD7WCCGKIvLQm+cLKcMRDeq0YicnE6bjHNbUisqS/EA=; b=N+cG2MuCfs86fHBdSVHnkgrlnFIbEFOEp0VqEWqvgo5cxERBacgeo7k3Ioif51fksI 752SaekEqvOlgvxG0ipaPSV46S+BAl1Pn2nm/tf5q164X4S6BViCSfjBq4+HaggBAAkY pfZ+iypzNQTA1Uiu4tnyQBIqb1IJlqJ1LLks2Qazdj73lsx6pCy8av0D9kpCjW5rd0TY RK7y6+sarIdFN/wH+p/lg2zRBC1kg7bkjLccsRD152hIILaQsQp8Bb09iTaHqG5saXti Xg+ELcslNQMzV9uLfQPl441WXZQQk20HTI6Ua2RHUH9U877hAF0IGZkUrywf1pilLcsS UaPQ== X-Gm-Message-State: AOAM532s+W2JEYNg5okn08po7X/veFCS0NHWG+uJSfktP76QczZ4EUfN 4lg8Y4sO8w0T6J8Ym5oxOvgwbeVaDtU= X-Google-Smtp-Source: ABdhPJwST4jkIApcu2Uc/YmE6Ntj1NbPFO5HM+zhfIvNzBGd1SalkbVHuY7PicTiqZkNEaP1BgERIA== X-Received: by 2002:a17:906:b106:: with SMTP id u6mr2742671ejy.313.1611440032469; Sat, 23 Jan 2021 14:13:52 -0800 (PST) Subject: Re: python doesn't work with asyncio library To: cygwin AT cygwin DOT com References: <5ce60195-9b4f-a54d-491d-fb0c361586d4 AT gmail DOT com> Message-ID: Date: Sat, 23 Jan 2021 23:13:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <5ce60195-9b4f-a54d-491d-fb0c361586d4@gmail.com> Content-Language: it X-Spam-Status: No, score=-1.6 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10NMETTQ025424 On 23.01.2021 22:09, ggl329 via Cygwin wrote: > Hi Marco, > > Thank you for maintaining python related packages. > > I found that the updated python38 (3.8.6-2, 3.8.7-1) and python36 > (3.6.12-2) don't > work with asyncio library. The "Hello World!" sample in python > documentation fails. > Using python38 (3.8.3-1) or python36 (3.6.10-1), it succeeds. > This issue prevents ipython from starting up. > Could you check if this issue is reproducible on your environment? > > ===== > $ cat hello38.py > # hello38.py (https://docs.python.org/3.8/library/asyncio.html) > import asyncio > async def main(): >     print('Hello ...') >     await asyncio.sleep(1) >     print('... World!') > asyncio.run(main()) > confirmed. It looks similar to another one that I thought to have solved. Let me work on it Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple