Re: [Freeipa-devel] [PATCH] 76 Refactor exc_callback invocation

2012-04-26 Thread Martin Kosek
On Wed, 2012-04-25 at 10:41 +0200, Petr Viktorin wrote: On 04/24/2012 05:38 PM, Jan Cholasta wrote: On 23.4.2012 18:47, Petr Viktorin wrote: On 04/23/2012 04:33 PM, Jan Cholasta wrote: Hi, this patch replaces _call_exc_callbacks with a function wrapper, which will automatically call

Re: [Freeipa-devel] [PATCH] 76 Refactor exc_callback invocation

2012-04-25 Thread Petr Viktorin
On 04/24/2012 05:38 PM, Jan Cholasta wrote: On 23.4.2012 18:47, Petr Viktorin wrote: On 04/23/2012 04:33 PM, Jan Cholasta wrote: Hi, this patch replaces _call_exc_callbacks with a function wrapper, which will automatically call exception callbacks when an exception is raised from the

Re: [Freeipa-devel] [PATCH] 76 Refactor exc_callback invocation

2012-04-24 Thread Jan Cholasta
On 23.4.2012 18:47, Petr Viktorin wrote: On 04/23/2012 04:33 PM, Jan Cholasta wrote: Hi, this patch replaces _call_exc_callbacks with a function wrapper, which will automatically call exception callbacks when an exception is raised from the function. This removes the need to specify the

[Freeipa-devel] [PATCH] 76 Refactor exc_callback invocation

2012-04-23 Thread Jan Cholasta
Hi, this patch replaces _call_exc_callbacks with a function wrapper, which will automatically call exception callbacks when an exception is raised from the function. This removes the need to specify the function and its arguments twice (once in the function call itself and once in

Re: [Freeipa-devel] [PATCH] 76 Refactor exc_callback invocation

2012-04-23 Thread Petr Viktorin
On 04/23/2012 04:33 PM, Jan Cholasta wrote: Hi, this patch replaces _call_exc_callbacks with a function wrapper, which will automatically call exception callbacks when an exception is raised from the function. This removes the need to specify the function and its arguments twice (once in the