Robert Bradshaw, 29.06.2012 11:08:
> On Thu, Jun 28, 2012 at 10:45 PM, Stefan Behnel wrote:
>> Robert Bradshaw, 28.06.2012 21:46:
>>> On Thu, Jun 28, 2012 at 11:38 AM, Stefan Behnel wrote:
currently, when I write "new CppClass()" in Cython, it generates a straight
call to the "new" operat
On 3 July 2012 05:58, Stefan Behnel wrote:
> Hi,
>
> the discussion on allowing for automatic user provided ways to coerce
> between Python types and C++ types got me thinking that this might hide a
> rather interesting general feature: methods for low-level types. I faintly
> remember that this i
On 3 July 2012 05:58, Stefan Behnel wrote:
> Hi,
>
> the discussion on allowing for automatic user provided ways to coerce
> between Python types and C++ types got me thinking that this might hide a
> rather interesting general feature: methods for low-level types. I faintly
> remember that this i
On 3 July 2012 00:04, Yaroslav Halchenko wrote:
> please pardon my sloppy cut/paste which ruined the subject line in the
> original post ;) So the topic is:
>
> On Mon, 02 Jul 2012, Yaroslav Halchenko wrote:
>> I was thinking about updating Debian package for cython 0.16 but ran into
>> the faili
mark florisson, 03.07.2012 12:15:
> On 3 July 2012 05:58, Stefan Behnel wrote:
>> the discussion on allowing for automatic user provided ways to coerce
>> between Python types and C++ types got me thinking that this might hide a
>> rather interesting general feature: methods for low-level types. I
On 07/03/2012 09:14 AM, Stefan Behnel wrote:
Robert Bradshaw, 29.06.2012 11:08:
On Thu, Jun 28, 2012 at 10:45 PM, Stefan Behnel wrote:
Robert Bradshaw, 28.06.2012 21:46:
On Thu, Jun 28, 2012 at 11:38 AM, Stefan Behnel wrote:
currently, when I write "new CppClass()" in Cython, it generates a s
Dag Sverre Seljebotn, 03.07.2012 18:11:
> On 07/03/2012 09:14 AM, Stefan Behnel wrote:
>> I don't know what happens if a C++ exception is not being caught, but I
>> guess it would simply crash the application. That's a bit more visible than
>
> Yep.
>
>> just printing a warning when a Python exce
On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
> Dag Sverre Seljebotn, 03.07.2012 18:11:
>> On 07/03/2012 09:14 AM, Stefan Behnel wrote:
>>> I don't know what happens if a C++ exception is not being caught, but I
>>> guess it would simply crash the application. That's a bit more visible than
Robert Bradshaw, 03.07.2012 19:58:
> On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
>> Dag Sverre Seljebotn, 03.07.2012 18:11:
>>> On 07/03/2012 09:14 AM, Stefan Behnel wrote:
I don't know what happens if a C++ exception is not being caught, but I
guess it would simply crash the app
On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel wrote:
> Robert Bradshaw, 03.07.2012 19:58:
>> On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
>>> Dag Sverre Seljebotn, 03.07.2012 18:11:
On 07/03/2012 09:14 AM, Stefan Behnel wrote:
> I don't know what happens if a C++ exception is not
On 07/03/2012 08:23 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel wrote:
Robert Bradshaw, 03.07.2012 19:58:
On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
Dag Sverre Seljebotn, 03.07.2012 18:11:
On 07/03/2012 09:14 AM, Stefan Behnel wrote:
I don't know what
On 07/03/2012 08:23 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel wrote:
Robert Bradshaw, 03.07.2012 19:58:
On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
Dag Sverre Seljebotn, 03.07.2012 18:11:
On 07/03/2012 09:14 AM, Stefan Behnel wrote:
I don't know what
On Tue, Jul 3, 2012 at 11:43 AM, Dag Sverre Seljebotn
wrote:
> On 07/03/2012 08:23 PM, Robert Bradshaw wrote:
>>
>> On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel
>> wrote:
>>>
>>> Robert Bradshaw, 03.07.2012 19:58:
On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behnel wrote:
>
> Dag Sve
On 07/03/2012 09:15 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:43 AM, Dag Sverre Seljebotn
wrote:
On 07/03/2012 08:23 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel
wrote:
Robert Bradshaw, 03.07.2012 19:58:
On Tue, Jul 3, 2012 at 9:38 AM, Stefan Behne
On 07/03/2012 10:39 PM, Dag Sverre Seljebotn wrote:
On 07/03/2012 09:15 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:43 AM, Dag Sverre Seljebotn
wrote:
On 07/03/2012 08:23 PM, Robert Bradshaw wrote:
On Tue, Jul 3, 2012 at 11:11 AM, Stefan Behnel
wrote:
Robert Bradshaw, 03.07.2012 1
Den 03.07.2012 20:43, skrev Dag Sverre Seljebotn:
Except for the fact that any code touching "new" could be raising
exceptions? That propagates.
There is a lot of C++ code out there using exceptions. I'd guess that
both mathematical code and Google-written code is unlike most C++ code
out t
Sturla Molden, 04.07.2012 02:58:
> Den 03.07.2012 20:43, skrev Dag Sverre Seljebotn:
>> Except for the fact that any code touching "new" could be raising
>> exceptions? That propagates.
>>
>> There is a lot of C++ code out there using exceptions. I'd guess that
>> both mathematical code and Google-
17 matches
Mail list logo