Re: [Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-15 Thread Victor Stinner
I didn't look at your PRs yet, but PR commits are squashed into a single commit. So it's better to have multiple PRs for different changes. Victor ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsub

Re: [Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-15 Thread Eitan Adler
On 15 May 2018 at 05:54, Ned Deily wrote: > On May 15, 2018, at 01:58, Eitan Adler wrote: >> On Monday, 14 May 2018, Victor Stinner wrote: >> Hi Eitan, >> >> 2018-05-15 0:01 GMT-04:00 Eitan Adler : >> > I am working on updating, fixing, or otherwise changing python's >> > configure.ac. This work

Re: [Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-15 Thread Ned Deily
On May 15, 2018, at 01:58, Eitan Adler wrote: > On Monday, 14 May 2018, Victor Stinner wrote: > Hi Eitan, > > 2018-05-15 0:01 GMT-04:00 Eitan Adler : > > I am working on updating, fixing, or otherwise changing python's > > configure.ac. This work is complex, (...) > > Is your work public? Is th

Re: [Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-14 Thread Eitan Adler
On Monday, 14 May 2018, Victor Stinner wrote: > Hi Eitan, > > 2018-05-15 0:01 GMT-04:00 Eitan Adler : > > I am working on updating, fixing, or otherwise changing python's > > configure.ac. This work is complex, (...) > > Is your work public? Is there an open issue on bugs.python.org or an > open

Re: [Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-14 Thread Victor Stinner
Hi Eitan, 2018-05-15 0:01 GMT-04:00 Eitan Adler : > I am working on updating, fixing, or otherwise changing python's > configure.ac. This work is complex, (...) Is your work public? Is there an open issue on bugs.python.org or an open pull request? If not, would you mind to at least describe the

[Python-Dev] Changes to configure.ac, auto-detection and related build issues

2018-05-14 Thread Eitan Adler
Hi all, Hope this is an appropriate list to send this message to; if not, please redirect me. I am working on updating, fixing, or otherwise changing python's configure.ac. This work is complex, lacks dedicated unit tests, and is easy to miss corner cases. As these changes make it into master I'l