[issue16867] setup.py fails if there are no extensions

2013-01-04 Thread Ned Deily
Ned Deily added the comment: This has already been reported in Issue16537. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Python’s setup.py raises a ValueError when self.extensions is empty

[issue16867] setup.py fails if there are no extensions

2013-01-04 Thread Benno Leslie
New submission from Benno Leslie: When building if there are zero extensions setup.py fails (max of a zero length list is undefined.) Although not a very common case, there are potential speciality cases where there will be zero extensions. -- components: Build files: zero_length_exte