Re: Odd message while building Python from tip

2017-01-19 Thread Chris Angelico
On Fri, Jan 20, 2017 at 10:09 AM, INADA Naoki wrote: > Hi, Chris. > > They are "builtin" module. > python executable contains the modules already. > > But I don't know it's safe to remove them from setup.py. > There are so many platforms and special build of Python. I haven't changed the code in

Re: Odd message while building Python from tip

2017-01-19 Thread INADA Naoki
Hi, Chris. They are "builtin" module. python executable contains the modules already. But I don't know it's safe to remove them from setup.py. There are so many platforms and special build of Python. $ ./python Python 3.7.0a0 (default:9f7d16266928, Jan 18 2017, 23:59:22) [GCC 6.2.0 20161005] on

Odd message while building Python from tip

2017-01-19 Thread Chris Angelico
I don't think I've ever seen this message before. This is just after 'hg pull -u' to get to the latest CPython (my previous build was about a month ago). 'make' succeeded, but concluded with this message: running build_ext The following modules found by detect_modules() in setup.py, have been buil