Re: Re: stty -cooked not usable since cygwin-3.1.1-1

2020-07-30 Thread Rabbe Fogelholm
On 2020-07-29 22:03, Rabbe Fogelholm wrote: On 2020-07-29 01:30, Thomas Wolff wrote: Am 28.07.2020 um 21:51 schrieb Rabbe Fogelholm: On 2020-07-28 18:56, Thomas Wolff wrote: Am 28.07.2020 um 18:38 schrieb Takashi Yano via Cygwin: On Tue, 28 Jul 2020 15:56:54 +0200 Rabbe Fogelholm wrote:

Re: Synchronization problem with posix_spawn

2020-07-30 Thread Ken Brown via Cygwin
Hi Corinna, On 7/30/2020 1:17 PM, Corinna Vinschen wrote: Hi Ken, On Jul 30 13:59, Corinna Vinschen wrote: On Jul 29 19:12, Ken Brown via Cygwin wrote: On 7/29/2020 4:17 PM, Ken Brown via Cygwin wrote: posix_spawn(p) returns before the spawned process is fully up and running.  [...] I just

Re: Synchronization problem with posix_spawn

2020-07-30 Thread Corinna Vinschen
Hi Ken, On Jul 30 13:59, Corinna Vinschen wrote: > On Jul 29 19:12, Ken Brown via Cygwin wrote: > > On 7/29/2020 4:17 PM, Ken Brown via Cygwin wrote: > > > posix_spawn(p) returns before the spawned process is fully up and > > > running.  [...] > > I just took a look at the source, and I see that p

Re: Python Packages

2020-07-30 Thread Marco Atzeri via Cygwin
On 30.07.2020 09:25, Allen Hewes via Cygwin wrote: I have a few Python packages built (and very minor change) for Python 3.8, but before I follow the directions for package contributions, I have a few questions: I think there's a few which have C interfaces. I didn't check nor am I familia

Re: Synchronization problem with posix_spawn

2020-07-30 Thread Corinna Vinschen
On Jul 29 19:12, Ken Brown via Cygwin wrote: > On 7/29/2020 4:17 PM, Ken Brown via Cygwin wrote: > > posix_spawn(p) returns before the spawned process is fully up and > > running.  [...] > I just took a look at the source, and I see that posix_spawn was taken from > FreeBSD. Does FreeBSD have the

RE: Python Packages

2020-07-30 Thread Allen Hewes via Cygwin
> > I have a few Python packages built (and very minor change) for Python 3.8, > but before I follow the directions for package contributions, I have a few > questions: > > > > 1. I am only running cygport --64 .cygport all-test, is > there anything else I should do? I have a local "test" repo I us