[issue23233] TypeError in ./setup.py

Ned Deily report at bugs.python.org
Tue Jan 13 23:10:19 CET 2015


Ned Deily added the comment:

The patch LGTM (it doesn't hurt) but I'm not sure under what circumstances anyone would run into this problem.  The only scenario I can think of is where somehow ./configure, Makefile, and setup.py are out-of-sync (not all at the same rev) and the Makefile should minimize the chances of that happening (for example, by automatically re-running configure).  Do you know of a way to reproduce it?

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23233>
_______________________________________


More information about the Python-bugs-list mailing list