Re: python-cython C++ support patch

2021-01-31 Thread Masamichi Hosoda
>> python38-cython-0.29.21-3 works fine with following test code. >> >> ```hello.pyx >> print('Hello World!') >> ``` >> >> ```setup.py >> from distutils.core import setup >> from Cython.Build import cythonize >> >> setup( >> ext_modules=cythonize( >> "hello.pyx", >> langua

Re: Latest update seems to have broken Mercurial

2021-01-31 Thread David Monksfield
On Sat, 30 Jan 2021 14:09:20 +0100, Marco Atzeri via Cygwin wrote: > On 30.01.2021 10:41, David Monksfield wrote: > > Mercurial was working fine for me until my last Cywin update (yesterday). > > [...] > > Hi David, > yes I am aware, current mercurial package still requires python 2.7. > > You

[ANNOUNCEMENT] Updated: TeXmacs-1.99.18-1

2021-01-31 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 1.99.18-1 of TeXmacs has been uploaded for cygwin CHANGES This is a latest upstream bug fix release http://www.texmacs.org/tmweb/about/changes.en.html All python plugins are Python 3 one NOTE The usage of cygserver is recommended for the usage of shared memory. DESCRIPTION GNU TeXm

[ANNOUNCEMENT] Updated: binutils-2.35.2-1, mingw64-{i686, x86_64}-binutils-2.35.2-1

2021-01-31 Thread Achim Gratz
The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the upstream bugfix release 2.35.2. Since no new features have been added and the update contains security fixes, no test period is applied. The GNU Binutils are a collection of binary tools. Most of

Re: python doesn't work with asyncio library

2021-01-31 Thread Marco Atzeri via Cygwin
On 23.01.2021 23:13, Marco Atzeri wrote: 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

Re: Problems with native Unix domain sockets on Win 10/2019

2021-01-31 Thread Michael McMahon via Cygwin
On 30/01/2021 16:00, Ken Brown wrote: On 9/28/2020 7:03 AM, Michael McMahon wrote: On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/202

Re: python doesn't work with asyncio library

2021-01-31 Thread ggl329 via Cygwin
On 2021/02/01 5:19, Marco Atzeri via Cygwin wrote: On 23.01.2021 23:13, Marco Atzeri wrote: 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

Re: python doesn't work with asyncio library

2021-01-31 Thread Marco Atzeri via Cygwin
On 01.02.2021 04:19, ggl329 via Cygwin wrote: On 2021/02/01 5:19, Marco Atzeri via Cygwin wrote: On 23.01.2021 23:13, Marco Atzeri wrote: On 23.01.2021 22:09, ggl329 via Cygwin wrote: can you try the attached patch and see if it solve this problem ? Regards Marco The sample script runs su