[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ef4e3a125bf by Berker Peksag in branch '3.4': Issue #16537: Use the new *default* parameter of max(). https://hg.python.org/cpython/rev/1ef4e3a125bf New changeset 37d896c3604a by Berker Peksag in branch 'default': Issue #16537: Use the new *default

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: You can use the default parameter of max() in 3.4+. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: Committed. Thanks for the patch, Jonathan! -- assignee: -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.5 -Python 3.2, Python 3.3 ___

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6946036f21ef by Berker Peksag in branch '2.7': Issue #16537: Check whether self.extensions is empty in setup.py. https://hg.python.org/cpython/rev/6946036f21ef -- ___ Python tracker

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset a169ee4f254a by Berker Peksag in branch '3.4': Issue #16537: Check whether self.extensions is empty in setup.py. https://hg.python.org/cpython/rev/a169ee4f254a New changeset 491a4d3e2bdd by Berker Peksag in branch 'default': Issue #16537: Check whet

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-04-14 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch LGTM to me too; someone can probably just commit it. -- nosy: +akuchling stage: patch review -> commit review ___ Python tracker ___ __

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2013-01-06 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2012-11-23 Thread Éric Araujo
Éric Araujo added the comment: LGTM. -- nosy: +eric.araujo title: setup.py throws a ValueError when self.extensions is empty -> Python’s setup.py raises a ValueError when self.extensions is empty ___ Python tracker