Recode.c (recode-3.7.4) | : | Recode.c (recode-3.7.5) | ||
---|---|---|---|---|
skipping to change at line 468 | skipping to change at line 468 | |||
#define __PYX_ERR(f_index, lineno, Ln_error) \ | #define __PYX_ERR(f_index, lineno, Ln_error) \ | |||
{ \ | { \ | |||
__pyx_filename = __pyx_f[f_index]; __pyx_lineno = lineno; __pyx_clineno = __LI NE__; goto Ln_error; \ | __pyx_filename = __pyx_f[f_index]; __pyx_lineno = lineno; __pyx_clineno = __LI NE__; goto Ln_error; \ | |||
} | } | |||
#if PY_MAJOR_VERSION >= 3 | #if PY_MAJOR_VERSION >= 3 | |||
#define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) | #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) | |||
#define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) | #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) | |||
#else | #else | |||
#define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) | #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) | |||
#define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) | #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) | |||
#endif | #endif | |||
#ifndef __PYX_EXTERN_C | #ifndef __PYX_EXTERN_C | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
#define __PYX_EXTERN_C extern "C" | #define __PYX_EXTERN_C extern "C" | |||
#else | #else | |||
#define __PYX_EXTERN_C extern | #define __PYX_EXTERN_C extern | |||
#endif | #endif | |||
#endif | #endif | |||
skipping to change at line 4937 | skipping to change at line 4937 | |||
*/ | */ | |||
__pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 446, __pyx_ L1_error) | __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 446, __pyx_ L1_error) | |||
__Pyx_GOTREF(__pyx_t_1); | __Pyx_GOTREF(__pyx_t_1); | |||
__Pyx_INCREF(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); | __Pyx_INCREF(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); | |||
__Pyx_GIVEREF(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); | __Pyx_GIVEREF(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); | |||
PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)(&((PyTypeObject*)PyExc_Exception) [0]))); | PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)(&((PyTypeObject*)PyExc_Exception) [0]))); | |||
__pyx_t_2 = __Pyx_CalculateMetaclass(NULL, __pyx_t_1); if (unlikely(!__pyx_t_2 )) __PYX_ERR(1, 446, __pyx_L1_error) | __pyx_t_2 = __Pyx_CalculateMetaclass(NULL, __pyx_t_1); if (unlikely(!__pyx_t_2 )) __PYX_ERR(1, 446, __pyx_L1_error) | |||
__Pyx_GOTREF(__pyx_t_2); | __Pyx_GOTREF(__pyx_t_2); | |||
__pyx_t_3 = __Pyx_Py3MetaclassPrepare(__pyx_t_2, __pyx_t_1, __pyx_n_s_error, _ _pyx_n_s_error, (PyObject *) NULL, __pyx_n_s_Recode, (PyObject *) NULL); if (unl ikely(!__pyx_t_3)) __PYX_ERR(1, 446, __pyx_L1_error) | __pyx_t_3 = __Pyx_Py3MetaclassPrepare(__pyx_t_2, __pyx_t_1, __pyx_n_s_error, _ _pyx_n_s_error, (PyObject *) NULL, __pyx_n_s_Recode, (PyObject *) NULL); if (unl ikely(!__pyx_t_3)) __PYX_ERR(1, 446, __pyx_L1_error) | |||
__Pyx_GOTREF(__pyx_t_3); | __Pyx_GOTREF(__pyx_t_3); | |||
__pyx_t_4 = __Pyx_Py3ClassCreate(__pyx_t_2, __pyx_n_s_error, __pyx_t_1, __pyx_ t_3, NULL, 0, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 446, __pyx_L1_error) | __pyx_t_4 = __Pyx_Py3ClassCreate(__pyx_t_2, __pyx_n_s_error, __pyx_t_1, __pyx_ t_3, NULL, 0, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 446, __pyx_L1_error) | |||
__Pyx_GOTREF(__pyx_t_4); | __Pyx_GOTREF(__pyx_t_4); | |||
if (PyDict_SetItem(__pyx_d, __pyx_n_s_error, __pyx_t_4) < 0) __PYX_ERR(1, 446, __pyx_L1_error) | if (PyDict_SetItem(__pyx_d, __pyx_n_s_error, __pyx_t_4) < 0) __PYX_ERR(1, 446, __pyx_L1_error) | |||
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; | __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; | |||
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; | __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; | |||
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; | __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; | |||
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; | |||
/* "Recode.pyx":451 | /* "Recode.pyx":451 | |||
* ## Enums repeated for Python. | * ## Enums repeated for Python. | |||
* | * | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |