From 10a93edf936e294c44290437ac3c26282f8a7d53 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 15 Aug 2022 14:38:36 -0400 Subject: [PATCH] remove annotated Cython file --- _child.html | 312 ---------------------------------------------------- 1 file changed, 312 deletions(-) delete mode 100644 _child.html diff --git a/_child.html b/_child.html deleted file mode 100644 index e91e3c6..0000000 --- a/_child.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - Cython: _child.pyx - - - -

Generated by Cython 0.29.32

-

- Yellow lines hint at Python interaction.
- Click on a line that starts with a "+" to see the C code that Cython generated for it. -

-

Raw output: _child.c

-
+1: from setuptools_repro.shadow import VAR
-
  __pyx_t_1 = PyList_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
-  __Pyx_GOTREF(__pyx_t_1);
-  __Pyx_INCREF(__pyx_n_s_VAR);
-  __Pyx_GIVEREF(__pyx_n_s_VAR);
-  PyList_SET_ITEM(__pyx_t_1, 0, __pyx_n_s_VAR);
-  __pyx_t_2 = __Pyx_Import(__pyx_n_s_setuptools_repro_shadow, __pyx_t_1, -1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
-  __Pyx_GOTREF(__pyx_t_2);
-  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
-  __pyx_t_1 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_VAR); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
-  __Pyx_GOTREF(__pyx_t_1);
-  if (PyDict_SetItem(__pyx_d, __pyx_n_s_VAR, __pyx_t_1) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
-  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
-  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
-