From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by sourceware.org (Postfix) with ESMTPS id 2465D3857C66 for ; Tue, 29 Dec 2020 13:13:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2465D3857C66 Received: by mail-ed1-x533.google.com with SMTP id g24so12512596edw.9 for ; Tue, 29 Dec 2020 05:13:46 -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=YfESj2PY+QewatiYQrKFWb3Yl4ol96I9IihFK1tBolo=; b=r9M+whmM20PF6h67YqSV8yd6sNBLUdk9v6ZpXcG2DB1ZQ4TlxCT/AtjuNWaUPBE8o7 jtg20vkFFP2NR6jAImm5GsOguIimnwrBxMit4OGdqYzTeBHzUZqt4a4gZZNv2U+0+Ulk PDjJNWGmr8b5ZthYUN/NFUl2NWMoSWsw4HOTIP3zzJoPWrAPSbIHivCi8nUD5SG7R6mc XRYKesFmP9Ca+B16+pBNqKICW/nbukPCcLNw0pf4eb30wCi+wbug8WtoDDsoZQo+1SVn L13/dMk0+GVvIeyr5s9vD4r8rj8QA4J2F7ojBcpS2bU6hUs2xdmthPdEmTzxWhf+5HN5 hFTw== X-Gm-Message-State: AOAM533wNDtaRyH/M32FPxlf0xGlhb3nnbJDkC3FO0aikh35M7yBlgZd AYmlB71Lp5GPhL9lpLdKBDGc82j82x0rtQ== X-Google-Smtp-Source: ABdhPJynpi29hDRJo6r6Zw9J7N8hVQ4A0O5dawemNlAG3uhcPi4rZL9PLu8B8D5HQbMLAgi1UxPGqQ== X-Received: by 2002:a05:6402:22e1:: with SMTP id dn1mr47104011edb.347.1609247625138; Tue, 29 Dec 2020 05:13:45 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id t15sm13512035eds.38.2020.12.29.05.13.44 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Dec 2020 05:13:44 -0800 (PST) Subject: Re: Moving from python2 to python3 To: cygwin-apps@cygwin.com References: <878s9gom2e.fsf@Rainer.invalid> From: Marco Atzeri Message-ID: Date: Tue, 29 Dec 2020 14:13:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <878s9gom2e.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2020 13:13:49 -0000 On 29.12.2020 13:04, Achim Gratz wrote: > Marco Atzeri via Cygwin-apps writes: >> all python packages have been updated. >> >> /usr/bin/python >> /usr/bin/python3 >> >> both point now to python3.8 as default using alternatives. > > You broke the CI: > > self.connect() > File "/usr/lib/python3.8/http/client.py", line 923, in connect > self.sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) > AttributeError: module 'socket' has no attribute 'TCP_NODELAY' > In reality I have not changed anything, except Mark's patch, that seems not the cause of it, so this problem is caused by something sneaking. >> I will send a separate announcement shortly > > You'd better fix that error first. I can agree > Regards, > Achim. Thanks Marco