Issue 16732: setup.py support for xxmodule without tkinker (original ) (raw ) Issue16732
Created on 2012-12-19 20:01 by danielsh , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (2)
msg177775 - (view)
Author: Daniel Shahaf (danielsh)
Date: 2012-12-19 20:01
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 without.
msg199811 - (view)
Author: Roundup Robot (python-dev)
Date: 2013-10-13 21:38
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
History
Date
User
Action
Args
2022-04-11 14:57:39
admin
set
github: 60936
2013-10-13 21:38:17
python-dev
set
status: open -> closednosy: + python-dev messages: + resolution: fixedstage: resolved
2012-12-19 20:01:23
danielsh
create