Roundup Robot added the comment:
New changeset c167ab1c49c9 by Georg Brandl in branch '2.7':
Closes #16732: move "xxmodule" comment block to detect_modules(). (Already
done in 3.x)
http://hg.python.org/cpython/rev/c167ab1c49c9
--
nosy: +python-dev
resolution: -> fixed
stage: -> commi
New submission from Daniel Shahaf:
In setup.py, the logic or enabling xxmodule/xxlimited is currently in
detect_tkinker(), so it's not run when one of the 'return' statements in the
latter is executed. On a box without tk installed, xxmodule.o gets built with
the attached patch but not withou