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
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
;) 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