Re: posix threads and cpython master branch

2018-03-09 Thread Bram Moolenaar
Micah Bucy wrote: > So I've been debugging a build issue against python3. Specifically changes > made by https://www.python.org/dev/peps/pep-0539/ > > https://github.com/vim/vim/blob/master/src/if_python3.c lines 38-40 appear to > be the culprit. > > It's weird but it appears as if once _POSI

posix threads and cpython master branch

2018-03-08 Thread Micah Bucy
So I've been debugging a build issue against python3. Specifically changes made by https://www.python.org/dev/peps/pep-0539/ https://github.com/vim/vim/blob/master/src/if_python3.c lines 38-40 appear to be the culprit. It's weird but it appears as if once _POSIX_THREADS has been undefined, it c