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