[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4609e31092b2 by Antoine Pitrou in branch 'default': Fix compilation failure (followup to #21803) http://hg.python.org/cpython/rev/4609e31092b2 -- ___ Python tracker __

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ha, I hadn't noticed the compilation failures when rebuilding... -- ___ Python tracker ___ ___ Pytho

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread STINNER Victor
STINNER Victor added the comment: Failure on buildbot. http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/4599/steps/test/logs/stdio running build_ext building 'cmath' extension gcc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstri

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, pushed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f75a29c9577 by Antoine Pitrou in branch 'default': Issue #21803: remove macro indirections in complexobject.h http://hg.python.org/cpython/rev/9f75a29c9577 -- nosy: +python-dev ___ Python tracker

[issue21803] Remove macro indirections in complexobject

2014-07-07 Thread Mark Dickinson
Mark Dickinson added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue21803] Remove macro indirections in complexobject

2014-06-18 Thread Antoine Pitrou
New submission from Antoine Pitrou: I thought this would make things less confusing to read. -- components: Interpreter Core files: complex_macros.patch keywords: patch messages: 220947 nosy: mark.dickinson, pitrou priority: low severity: normal stage: patch review status: open title: Re