Re: [Python-Dev] [Python-checkins] cpython (3.3): Process DEFAULT values in mock side_effect that returns iterator.

2013-04-09 Thread Andrew Svetlov
My bad, sorry On Mon, Apr 8, 2013 at 8:03 PM, Antoine Pitrou wrote: > On Mon, 8 Apr 2013 10:52:30 +0100 > Michael Foord wrote: >> On 7 April 2013 14:44, andrew.svetlov wrote: >> >> > http://hg.python.org/cpython/rev/18fd64f1de2d >> > changeset: 83179:18fd64f1de2d >> > branch: 3.3 >> > us

[Python-Dev] Accelerating extension module compilation [distutils]

2013-04-09 Thread Alex Leach
Hi, Apologies if this is the wrong place to ask, but thought this question would be relevant to Python core and extension module devs.. This the right place? I've been using distutils to compile C++ extensions / bindings written with Boost.Python, and have been implementing some (often fr

Re: [Python-Dev] The end of 2.7

2013-04-09 Thread a . cavallo
;) there's the missing bit. btw apologies if that looked offensive: it wasn't intended. I disagree on "bilingual extension modules are easier". While #ifdef can sort some issues (compiling ones mostly) it won't be much of a help if a module crash (and not much help from testing either). In