Marcel Telka
2023-10-06 7c669dcc05be8d4acc75f06a23c588d13df1e5bf
python/Cython: update to 3.0.3

6 files modified
2181 ■■■■ changed files
components/python/Cython/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/02-test_int_pow.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/03-gmake.patch 8 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/04-test-no-time.patch 8 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/05-test_beta.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/test/results-all.master 2151 ●●●● patch | view | raw | blame | history
components/python/Cython/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        Cython
HUMAN_VERSION =            3.0.2
HUMAN_VERSION =            3.0.3
COMPONENT_SUMMARY =        Cython - The Cython compiler for writing C extensions in the Python language.
COMPONENT_PROJECT_URL =        https://cython.org/
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/2f/81/c9fb4b69823f674e1e2acc484eac93a47a1e3a59d4d051c76259dadd6984/Cython-3.0.2.tar.gz
    https://files.pythonhosted.org/packages/1a/1d/c79482ecb7217fc5840eceb724f7ebb4d3a70c5bf46309add0c0cd299891/Cython-3.0.3.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:9594818dca8bb22ae6580c5222da2bc5cc32334350bd2d294a00d8669bcc61b5
    sha256:327309301b01f729f173a94511cb2280c87ba03c89ed428e88f913f778245030
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/Cython/patches/02-test_int_pow.patch
@@ -1,7 +1,7 @@
https://www.illumos.org/issues/15015
--- Cython-3.0.0/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.0/tests/run/complex_numbers_T305.pyx
--- Cython-3.0.3/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.3/tests/run/complex_numbers_T305.pyx
@@ -93,8 +93,6 @@
     """
     >>> [test_int_pow(complex(0, 1), k, 1e-15) for k in range(-4, 5)]
components/python/Cython/patches/03-gmake.patch
@@ -1,6 +1,6 @@
--- Cython-3.0.0/runtests.py.orig
+++ Cython-3.0.0/runtests.py
@@ -2054,12 +2054,12 @@
--- Cython-3.0.3/runtests.py.orig
+++ Cython-3.0.3/runtests.py
@@ -2088,12 +2088,12 @@
         self.old_dir = os.getcwd()
         os.chdir(self.working_dir)
         os.system(
@@ -15,7 +15,7 @@
         except:
             pass
         os.chdir(self.old_dir)
@@ -2078,7 +2078,7 @@
@@ -2112,7 +2112,7 @@
 
         try:
             subprocess.check_output([
components/python/Cython/patches/04-test-no-time.patch
@@ -1,8 +1,8 @@
Remove timing from test output
--- Cython-3.0.0/runtests.py.orig
+++ Cython-3.0.0/runtests.py
@@ -706,7 +706,6 @@
--- Cython-3.0.3/runtests.py.orig
+++ Cython-3.0.3/runtests.py
@@ -711,7 +711,6 @@
             lines.append("%-12s: %8.2f sec  (%4d, %6.3f / run) - slowest: %s\n" % (
                 metric, t, count, t / count,
                 ', '.join("'{2}:{1}' ({0:.2f}s)".format(*item) for item in heapq.nlargest(self.top_n, top))))
@@ -10,7 +10,7 @@
 
 
 class TestBuilder(object):
@@ -2588,7 +2587,6 @@
@@ -2621,7 +2620,6 @@
                 if stop:
                     return
                 sleep(1./4)
components/python/Cython/patches/05-test_beta.patch
@@ -1,7 +1,7 @@
https://github.com/cython/cython/issues/5599
--- Cython-3.0.0/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.0/tests/run/cpp_stl_cmath_cpp17.pyx
--- Cython-3.0.3/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.3/tests/run/cpp_stl_cmath_cpp17.pyx
@@ -8,8 +8,6 @@
     Test C++17 std::beta function
     >>> test_beta(1.0, 1.0)
components/python/Cython/test/results-all.master
@@ -1,23 +1,29 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> $(PYTHON) runtests.py -vv
Python 3.9.16 (main, Feb 19 2023, 15:42:40) 
[GCC 10.4.0]
Running tests against Cython 3.0.2
Running tests against Cython 3.0.3
Using Cython language level 2.
Backends: c,cpp
test_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Test dependency not found: 'numpy'
test_all (Cython.Debugger.Tests.TestLibCython.TestAll) ... warning: could not convert 'PyModuleObject' from the host encoding (ISO-8859-1) to UTF-32.
This normally should not happen, please file a bug report.
$(PYTHON) was not compiled with debug symbols (or it was stripped). Some functionality may not work (properly).
warning: .cygdbinitpython: No such file or directory
/tmp/tmpfk9prqbp:58: Error in sourced command file:
Undefined command: "from".  Try "help".
ok
test_cython (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... Test dependency not found: 'numpy'
Test dependency not found: 'pythran'
Test dependency found: 'setuptools.sandbox' version 68.1.2
Test dependency found: 'setuptools.sandbox' version 68.2.2
Test dependency found: 'asyncio' version 3.9.16
Test dependency found: 'pstats' version 3.9.16
Test dependency found: 'posix' version 3.9.16
Test dependency found: 'array' version 3.9.16
Test dependency found: 'Cython.Coverage' version 3.0.2
Test dependency found: 'Cython.Coverage' version 3.0.2
Test dependency found: 'IPython.testing.globalipapp' version 8.14.0
Test dependency found: 'Cython.Coverage' version 3.0.3
Test dependency found: 'Cython.Coverage' version 3.0.3
Test dependency found: 'IPython.testing.globalipapp' version 8.15.0
Test dependency not found: 'jedi_BROKEN_AND_DISABLED'
Test dependency found: 'test.support' version 3.9.16
Excluding build.setuptools_reimport because it's listed in tests/bugs.txt
@@ -32,62 +38,37 @@
Excluding run.mod__spec__ because it's listed in tests/bugs.txt
Excluding run.temp_sideeffects_T654 because it's listed in tests/bugs.txt
Excluding run.unsignedbehaviour_T184 because it's listed in tests/bugs.txt
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3e22256920bee77f9b7ce327fdfa40ecdb0f4390.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3e22256920bee77f9b7ce327fdfa40ecdb0f4390.pyx
ok
test_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_b8673e2f7ad5519ea340bf16232ee24f4b489d0e.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b8673e2f7ad5519ea340bf16232ee24f4b489d0e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b8673e2f7ad5519ea340bf16232ee24f4b489d0e.pyx
ok
test_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_0a5bc3fd335c261e308f2ce3c97cbce09a3cb641.pyx:6:4: Unreachable code
ok
test_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a16dd33a95decb7e6603c2a82920e85c19c3553b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a16dd33a95decb7e6603c2a82920e85c19c3553b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4a150bd9186a60ac67b02e48a5302ef133c66e3a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4a150bd9186a60ac67b02e48a5302ef133c66e3a.pyx
ok
test_locals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_4d5ddaaad020ffffe0b295fcecbd96c574667510.pyx:6:4: Unreachable code
ok
test_no_return (Cython.Build.Tests.TestInline.TestInline) ... ok
test_numpy (Cython.Build.Tests.TestInline.TestInline) ... skipped 'NumPy is not available'
test_pure (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_6be5e9e989c91de4ab91e65c9176d63787ea9771.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_43e0a58113b5960565823a5afedcc2f3d62b5018.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_43e0a58113b5960565823a5afedcc2f3d62b5018.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_c22cba66097374cf126c7681c4d8e57d5b656f76.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_777c7b09c5f91a6523762a08df1dbabfc418226b.pyx:8:4: Unreachable code
ok
test_cython (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython2 (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython3 (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython3_pgo (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
Content of stderr:
/home/marcel/.cache/ipython/cython/_cython_magic_6947b588c015a5defa48d4e1b752aa7d2fab85c4.c: In function '__Pyx_PyBool_FromLong':
/home/marcel/.cache/ipython/cython/_cython_magic_6947b588c015a5defa48d4e1b752aa7d2fab85c4.c:6824:1: warning: '/home/marcel/.cache/ipython/cython//home/marcel/.cache/ipython/cython/home/marcel/.cache/ipython/cython/_cython_magic_6947b588c015a5defa48d4e1b752aa7d2fab85c4.gcda' profile count data file not found [-Wmissing-profile]
 6824 | }
/home/marcel/.cache/ipython/cython/_cython_magic_34703e2aa032b61ebc973c337301e73abe839087.c: In function '__Pyx_PyBool_FromLong':
/home/marcel/.cache/ipython/cython/_cython_magic_34703e2aa032b61ebc973c337301e73abe839087.c:6901:1: warning: '/home/marcel/.cache/ipython/cython//home/marcel/.cache/ipython/cython/home/marcel/.cache/ipython/cython/_cython_magic_34703e2aa032b61ebc973c337301e73abe839087.gcda' profile count data file not found [-Wmissing-profile]
 6901 | }
test_cython_annotate (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ...       | ^ok
test_cython_annotate_complete_c_code (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_annotate_default (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_compile_error_shown (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_inline (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_inline (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... warning: .cython-cache-dir/inline/_cython_inline_df8bece75f4a29155dea1c174ddccddb006c7d10.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_df8bece75f4a29155dea1c174ddccddb006c7d10.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_df8bece75f4a29155dea1c174ddccddb006c7d10.pyx
ok
test_cython_language_level (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_link_error_shown (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_name (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_no_annotate (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_pyximport (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/_test_cython_pyximport.pyx
test_cython_pyximport (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/_test_cython_pyximport.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
ok
[1/1] Cythonizing /home/marcel/.cache/ipython/cython/_cython_magic_6edf500f62292b7723014906284fe375f25e308c.pyx
[1/1] Cythonizing /home/marcel/.cache/ipython/cython/_cython_magic_0bb4cda1d2c6a481c7d11b174d6972b51566fe8c.pyx
test_cython_verbose (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_verbose_thresholds (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_cython_warning_shown (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_extlibs (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... ok
test_recythonize_py_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
test_recythonize_py_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
$(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/b.pxd
$(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/b.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.py because it changed.
@@ -98,16 +79,16 @@
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.py
ok
test_recythonize_py_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
test_recythonize_py_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.py because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
Compiling TEST_TMP/recythonize-test/src/a.py because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
ok
test_recythonize_pyx_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
test_recythonize_pyx_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
$(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/b.pyx
$(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/b.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.pyx because it changed.
@@ -118,7 +99,7 @@
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.pyx
ok
test_recythonize_pyx_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
test_recythonize_pyx_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
@@ -190,36 +171,63 @@
test_build_set_for_inplace (Cython.Build.Tests.TestCythonizeArgsParser.TestParseArgs) ... ok
test_lenient (Cython.Build.Tests.TestCythonizeArgsParser.TestParseArgs) ... ok
test_no_docstrings (Cython.Build.Tests.TestCythonizeArgsParser.TestParseArgs) ... ok
test_cycache_switch (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
test_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8ef1f88bf2074e24d84e9ceca1f6287f1afa8a92.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8ef1f88bf2074e24d84e9ceca1f6287f1afa8a92.pyx
ok
test_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_854b605af7d1deb9228ec7ae60f31ff2c973595a.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_854b605af7d1deb9228ec7ae60f31ff2c973595a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_854b605af7d1deb9228ec7ae60f31ff2c973595a.pyx
ok
test_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_ab28669b6b3cf854649a7b7d4900a15da0cb75de.pyx:6:4: Unreachable code
ok
test_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_26f65cc0b89d029e620cafe885f7d2b344a7e588.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_26f65cc0b89d029e620cafe885f7d2b344a7e588.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_af493f0155fad452b01653ad63eaca14265bf5f6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_af493f0155fad452b01653ad63eaca14265bf5f6.pyx
ok
test_locals (Cython.Build.Tests.TestInline.TestInline) ... ok
test_no_return (Cython.Build.Tests.TestInline.TestInline) ... ok
test_numpy (Cython.Build.Tests.TestInline.TestInline) ... skipped 'NumPy is not available'
test_pure (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_384b6c6bbb5f52737ca7410bd243a962dffd9480.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_226a866af6c1e79681be9423fbe365c32c964b5a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_226a866af6c1e79681be9423fbe365c32c964b5a.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_6d857ec1579a77f97f2f2f98bfc9ef225f86afaf.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_c187ce0e4f40d0289600249157774787384df23d.pyx:8:4: Unreachable code
ok
test_cycache_switch (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/a.pyx
$(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
$(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/a.pyx
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/a.pyx in cache
ok
test_cycache_uses_cache (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
test_cycache_uses_cache (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/a.pyx
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/a.pyx in cache
ok
test_multi_file_output (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
test_multi_file_output (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/a.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/a.pyx
Compiling TEST_TMP/cycache-test/src/a.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/a.pyx in cache
ok
test_options_invalidation (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/options.pyx
test_options_invalidation (Cython.Build.Tests.TestCyCache.TestCyCache) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/options.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/options.pyx
$(@D)/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/options.pyx
$(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/cycache-test/src/options.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Cythonizing TEST_TMP/cycache-test/src/options.pyx
@@ -244,18 +252,13 @@
test_extended_iglob_double_star (Cython.Build.Tests.TestDependencies.TestGlobbing) ... ok
test_extended_iglob_simple (Cython.Build.Tests.TestDependencies.TestGlobbing) ... ok
test_extended_iglob_simple_star (Cython.Build.Tests.TestDependencies.TestGlobbing) ... ok
test_write_file_bytes (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_file_dedent (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_file_text (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file_fresh (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file_same (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_build_hex_version (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_cache_method_name (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_cached_method (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_clear_method_caches (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_clear_method_caches_with_missing_method (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_find_cache_attributes (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_normalise_float_repr (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_print_version (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_print_version_stdouterr (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_requirements_for_Cached (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
@@ -275,23 +278,15 @@
test_signed_short (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_typed_args (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_while_loop (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_parse_pattern (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_file_bytes (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_file_dedent (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_file_text (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file_fresh (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_write_newer_file_same (Cython.Tests.TestTestUtils.TestTestUtils) ... ok
test_insertion (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_markers (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_all (Cython.Debugger.Tests.TestLibCython.TestAll) ... warning: could not convert 'PyModuleObject' from the host encoding (ISO-8859-1) to UTF-32.
This normally should not happen, please file a bug report.
$(PYTHON) was not compiled with debug symbols (or it was stripped). Some functionality may not work (properly).
warning: .cygdbinitpython: No such file or directory
/tmp/tmpwdx1l8bn:58: Error in sourced command file:
Undefined command: "from".  Try "help".
ok
test_basic (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_pos_after_key (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_keyword (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_pos (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_cpp_reference_cpp_class (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_cpp_class_and_int (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_single_arg (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_two_args (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_3str (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Werror (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Wextra (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
@@ -343,6 +338,59 @@
test_warning_errors (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_warning_extra (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_warning_extra_dont_overwrite (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_put_back_positions (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_tentatively_scan (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_basic (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_copy_is_taken (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_exprstat (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_pos_is_transferred (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitution (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitutions_are_copied (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_temps (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_invalid_ellipsis (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_invalid_number_literals (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_valid_number_literals (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load_tempita (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok
test_basic (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_pos_after_key (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_keyword (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_pos (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_deepcopy (Cython.Compiler.Tests.TestFlowControl.TestGraph) ... ok
test_calculate_pickle_checksums (Cython.Compiler.Tests.TestParseTreeTransforms.TestAnalyseDeclarationsTransform) ... ok
test_parallel_directives_cimports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok
test_parallel_directives_imports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok
test_parserbehaviour_is_what_we_coded_for (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_pass_eliminated (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_statinexpr (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_multistat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_offagain (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_singlestat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_widest_numeric_type (Cython.Compiler.Tests.TestTypes.TestMethodDispatcherTransform) ... ok
test_escape_special_type_characters (Cython.Compiler.Tests.TestTypes.TestTypeIdentifiers) ... ok
test_type_identifier_for_declaration (Cython.Compiler.Tests.TestTypes.TestTypeIdentifiers) ... ok
test_binop_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok
test_builtin_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok
test_basic (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_cdef_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_def_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_default_1dim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_default_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_general_slice (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_non_slice_memview (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_zero_offset (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_zero_offset_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_cpp_reference_cpp_class (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_cpp_class_and_int (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_single_arg (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_cpp_reference_two_args (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok
test_node_path (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_and (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
@@ -355,57 +403,10 @@
test_node_path_node_predicate_step (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_recursive_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_star (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_invalid_ellipsis (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_invalid_number_literals (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_valid_number_literals (Cython.Compiler.Tests.TestGrammar.TestGrammar) ... ok
test_calculate_pickle_checksums (Cython.Compiler.Tests.TestParseTreeTransforms.TestAnalyseDeclarationsTransform) ... ok
test_parallel_directives_cimports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok
test_parallel_directives_imports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok
test_parserbehaviour_is_what_we_coded_for (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_pass_eliminated (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_statinexpr (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_multistat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_offagain (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_singlestat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_put_back_positions (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_tentatively_scan (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load_tempita (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok
test_load (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok
test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok
test_basic (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_cdef_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_def_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_default_1dim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_default_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_general_slice (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_non_slice_memview (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_zero_offset (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_zero_offset_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok
test_binop_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok
test_builtin_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok
test_deepcopy (Cython.Compiler.Tests.TestFlowControl.TestGraph) ... ok
test_basic (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_copy_is_taken (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_exprstat (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_pos_is_transferred (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitution (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitutions_are_copied (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_temps (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_widest_numeric_type (Cython.Compiler.Tests.TestTypes.TestMethodDispatcherTransform) ... ok
test_escape_special_type_characters (Cython.Compiler.Tests.TestTypes.TestTypeIdentifiers) ... ok
test_type_identifier_for_declaration (Cython.Compiler.Tests.TestTypes.TestTypeIdentifiers) ... ok
StringIOTree (Cython)
Doctest: Cython.StringIOTree ... ok
parse_list (Cython.Build.Dependencies)
Doctest: Cython.Build.Dependencies.parse_list ... ok
TreeVisitor (Cython.Compiler.Visitor)
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
normalise_encoding_name (Cython.Compiler.Options)
Doctest: Cython.Compiler.Options.normalise_encoding_name ... ok
parse_compile_time_env (Cython.Compiler.Options)
@@ -416,6 +417,8 @@
Doctest: Cython.Compiler.Options.parse_directive_value ... ok
parse_variable_value (Cython.Compiler.Options)
Doctest: Cython.Compiler.Options.parse_variable_value ... ok
TreeVisitor (Cython.Compiler.Visitor)
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running bufaccess ... acquire_failure1 (bufaccess)
Doctest: bufaccess.acquire_failure1 ... ok
@@ -2283,73 +2286,73 @@
Doctest: cfunc_convert_with_memoryview.test_memview_wrapping ... ok
Compiler output for module cdef_syntax:
cdef_syntax.c: In function '__pyx_pf_11cdef_syntax_use_cdef':
cdef_syntax.c:2152:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2152 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1;
cdef_syntax.c:2192:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2192 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1;
      |                                                                                                                                                ^~~~~~~~~
Compiler output for module cdef_syntax:
cdef_syntax.cpp: In function 'PyObject* __pyx_pf_11cdef_syntax_use_cdef(PyObject*)':
cdef_syntax.cpp:2164:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2164 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1;
cdef_syntax.cpp:2204:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2204 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1;
      |                                                                                                                                                ^~~~~~~~~
Compiler output for module complex_annotations:
complex_annotations.c:1931:18: warning: '__pyx_f_19complex_annotations_f' defined but not used [-Wunused-function]
 1931 | static PyObject *__pyx_f_19complex_annotations_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
complex_annotations.c:1967:18: warning: '__pyx_f_19complex_annotations_f' defined but not used [-Wunused-function]
 1967 | static PyObject *__pyx_f_19complex_annotations_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module complex_annotations:
complex_annotations.cpp:1943:18: warning: 'PyObject* __pyx_f_19complex_annotations_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 1943 | static PyObject *__pyx_f_19complex_annotations_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
complex_annotations.cpp:1979:18: warning: 'PyObject* __pyx_f_19complex_annotations_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 1979 | static PyObject *__pyx_f_19complex_annotations_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module complex_decorators:
complex_decorators.c:1937:18: warning: '__pyx_f_18complex_decorators_f' defined but not used [-Wunused-function]
 1937 | static PyObject *__pyx_f_18complex_decorators_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
complex_decorators.c:1973:18: warning: '__pyx_f_18complex_decorators_f' defined but not used [-Wunused-function]
 1973 | static PyObject *__pyx_f_18complex_decorators_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module complex_decorators:
complex_decorators.cpp:1949:18: warning: 'PyObject* __pyx_f_18complex_decorators_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 1949 | static PyObject *__pyx_f_18complex_decorators_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
complex_decorators.cpp:1985:18: warning: 'PyObject* __pyx_f_18complex_decorators_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 1985 | static PyObject *__pyx_f_18complex_decorators_f(CYTHON_UNUSED __pyx_t_double_complex __pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cvardef:
cvardef.c: In function '__pyx_pf_7cvardef_f':
cvardef.c:2225:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2225 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
cvardef.c:2265:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2265 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2224:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2224 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
cvardef.c:2264:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2264 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2223:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2223 |   char __pyx_v_a_2d_char_array[10][20];
cvardef.c:2263:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2263 |   char __pyx_v_a_2d_char_array[10][20];
      |        ^~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2222:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2222 |   char __pyx_v_a_sized_char_array[10];
cvardef.c:2262:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2262 |   char __pyx_v_a_sized_char_array[10];
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cvardef:
cvardef.cpp: In function 'PyObject* __pyx_pf_7cvardef_f(PyObject*)':
cvardef.cpp:2234:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2234 |   char __pyx_v_a_sized_char_array[10];
cvardef.cpp:2274:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2274 |   char __pyx_v_a_sized_char_array[10];
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2235:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2235 |   char __pyx_v_a_2d_char_array[10][20];
cvardef.cpp:2275:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2275 |   char __pyx_v_a_2d_char_array[10][20];
      |        ^~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2236:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2236 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
cvardef.cpp:2276:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2276 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2237:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2237 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
cvardef.cpp:2277:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2277 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module e_switch_transform:
e_switch_transform.c: In function '__pyx_pf_18e_switch_transform_is_not_one':
e_switch_transform.c:2209:5: error: duplicate case value
 2209 |     case 1+0:
e_switch_transform.c:2249:5: error: duplicate case value
 2249 |     case 1+0:
      |     ^~~~
e_switch_transform.c:2208:5: note: previously used here
 2208 |     case 1:
e_switch_transform.c:2248:5: note: previously used here
 2248 |     case 1:
      |     ^~~~
runTest (__main__.CythonRunTestCase)
@@ -2890,8 +2893,8 @@
Doctest: memslice.writable ... ok
Compiler output for module memslice:
memslice.c: In function '__pyx_convert__to_py_struct____pyx_t_8memslice_PackedArrayStruct':
memslice.c:101304:38: warning: taking address of packed member of 'struct __pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101304 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
memslice.c:101152:38: warning: taking address of packed member of 'struct __pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101152 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
       |                                     ~^~~~~
acquired default
@@ -3111,8 +3114,8 @@
Doctest: memslice.writable ... ok
Compiler output for module memslice:
memslice.cpp: In function 'PyObject* __pyx_convert__to_py_struct____pyx_t_8memslice_PackedArrayStruct(__pyx_t_8memslice_PackedArrayStruct)':
memslice.cpp:101321:39: warning: taking address of packed member of '__pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101321 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
memslice.cpp:101169:39: warning: taking address of packed member of '__pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101169 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
       |                                     ~~^~~~
acquired default
@@ -3330,10 +3333,16 @@
Doctest: always_allow_keywords_T295.func0 ... ok
func1 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func1 ... ok
func1_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func1_unused ... ok
func2 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func2 ... ok
func2_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func2_unused ... ok
func3 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func3 ... ok
func3_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func3_unused ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running always_allow_keywords_T295 ... A (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.A ... ok
@@ -3363,10 +3372,16 @@
Doctest: always_allow_keywords_T295.func0 ... ok
func1 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func1 ... ok
func1_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func1_unused ... ok
func2 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func2 ... ok
func2_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func2_unused ... ok
func3 (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func3 ... ok
func3_unused (always_allow_keywords_T295)
Doctest: always_allow_keywords_T295.func3_unused ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running and ... and2 (and)
Doctest: and.and2 ... ok
@@ -4544,11 +4559,11 @@
Doctest: builtin_basestring.unicode_subtypes_basestring ... ok
Compiler output for module builtin_basestring:
builtin_basestring.c: In function '__pyx_pf_18builtin_basestring_2basestring_is_unicode_in_py3':
builtin_basestring.c:2576:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2576 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
builtin_basestring.c:2616:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2616 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
      |                                       ^~
builtin_basestring.c:2605:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2605 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
builtin_basestring.c:2645:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2645 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
      |                                       ^~
runTest (__main__.CythonRunTestCase)
@@ -4566,11 +4581,11 @@
Doctest: builtin_basestring.unicode_subtypes_basestring ... ok
Compiler output for module builtin_basestring:
builtin_basestring.cpp: In function 'PyObject* __pyx_pf_18builtin_basestring_2basestring_is_unicode_in_py3(PyObject*)':
builtin_basestring.cpp:2588:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2588 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
builtin_basestring.cpp:2628:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2628 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
      |                  ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~
builtin_basestring.cpp:2617:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2617 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
builtin_basestring.cpp:2657:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2657 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
      |                  ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -5742,16 +5757,30 @@
cy_call_twoargs (call_py_cy)
Doctest: call_py_cy.cy_call_twoargs ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running callargs ... c (callargs)
[-1] compiling (c/cy2) and running callargs ... args_kwargs_unused (callargs)
Doctest: callargs.args_kwargs_unused ... ok
args_kwargs_unused_args (callargs)
Doctest: callargs.args_kwargs_unused_args ... ok
args_kwargs_unused_kwargs (callargs)
Doctest: callargs.args_kwargs_unused_kwargs ... ok
c (callargs)
Doctest: callargs.c ... ok
d (callargs)
Doctest: callargs.d ... ok
e (callargs)
Doctest: callargs.e ... ok
f (callargs)
Doctest: callargs.f ... ok
func0 (callargs)
Doctest: callargs.func0 ... ok
g (callargs)
Doctest: callargs.g ... ok
h (callargs)
Doctest: callargs.h ... ok
onearg (callargs)
Doctest: callargs.onearg ... ok
onearg_unused (callargs)
Doctest: callargs.onearg_unused ... ok
test_int_kwargs (callargs)
Doctest: callargs.test_int_kwargs ... ok
test_kw (callargs)
@@ -5763,16 +5792,30 @@
test_pos_args (callargs)
Doctest: callargs.test_pos_args ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running callargs ... c (callargs)
[-1] compiling (cpp/cy2) and running callargs ... args_kwargs_unused (callargs)
Doctest: callargs.args_kwargs_unused ... ok
args_kwargs_unused_args (callargs)
Doctest: callargs.args_kwargs_unused_args ... ok
args_kwargs_unused_kwargs (callargs)
Doctest: callargs.args_kwargs_unused_kwargs ... ok
c (callargs)
Doctest: callargs.c ... ok
d (callargs)
Doctest: callargs.d ... ok
e (callargs)
Doctest: callargs.e ... ok
f (callargs)
Doctest: callargs.f ... ok
func0 (callargs)
Doctest: callargs.func0 ... ok
g (callargs)
Doctest: callargs.g ... ok
h (callargs)
Doctest: callargs.h ... ok
onearg (callargs)
Doctest: callargs.onearg ... ok
onearg_unused (callargs)
Doctest: callargs.onearg_unused ... ok
test_int_kwargs (callargs)
Doctest: callargs.test_int_kwargs ... ok
test_kw (callargs)
@@ -8045,6 +8088,20 @@
runTest (__main__.EndToEndTest)
[-1] End-to-end common_utility_types ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running compare_binary_pyversions ... test_compare_binary_versions_exact (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_compare_binary_versions_exact ... ok
test_compare_binary_versions_minimum (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_compare_binary_versions_minimum ... ok
test_get_runtime_version (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_get_runtime_version ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running compare_binary_pyversions ... test_compare_binary_versions_exact (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_compare_binary_versions_exact ... ok
test_compare_binary_versions_minimum (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_compare_binary_versions_minimum ... ok
test_get_runtime_version (compare_binary_pyversions)
Doctest: compare_binary_pyversions.test_get_runtime_version ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running compiledef ... compiledef ()
Doctest: compiledef ... ok
runTest (__main__.CythonRunTestCase)
@@ -8903,13 +8960,13 @@
Compiler output for module cpdef_extern_func:
cc1: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
cpdef_extern_func.c: In function '__pyx_pymod_exec_cpdef_extern_func':
cpdef_extern_func.c:3544:144: warning: passing argument 1 of '__Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle' from incompatible pointer type [-Wincompatible-pointer-types]
 3544 |     PyObject* wrapped = __Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle(strchr);
cpdef_extern_func.c:3584:144: warning: passing argument 1 of '__Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle' from incompatible pointer type [-Wincompatible-pointer-types]
 3584 |     PyObject* wrapped = __Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle(strchr);
      |                                                                                                                                                ^~~~~~
      |                                                                                                                                                |
      |                                                                                                                                                char * (*)(const char *, int)
cpdef_extern_func.c:2678:151: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)'
 2678 | static PyObject *__Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle(char const *(*__pyx_v_f)(char const *, int)) {
cpdef_extern_func.c:2718:151: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)'
 2718 | static PyObject *__Pyx_CFunc_4274a4____const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle(char const *(*__pyx_v_f)(char const *, int)) {
      |                                                                                                                                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -9408,14 +9465,14 @@
test_vector_iterator_subtraction (cpp_iterators)
Doctest: cpp_iterators.test_vector_iterator_subtraction ... ok
Compiler output for module cpp_iterators:
cpp_iterators.cpp:3959:18: warning: 'PyObject* __pyx_convert_set_to_py_int(const std::set<int>&)' defined but not used [-Wunused-function]
 3959 | static PyObject *__pyx_convert_set_to_py_int(std::set<int>  const &__pyx_v_s) {
cpp_iterators.cpp:4007:18: warning: 'PyObject* __pyx_convert_set_to_py_int(const std::set<int>&)' defined but not used [-Wunused-function]
 4007 | static PyObject *__pyx_convert_set_to_py_int(std::set<int>  const &__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp_iterators.cpp:3760:18: warning: 'PyObject* __pyx_convert_map_to_py_int____int(const std::map<int, int>&)' defined but not used [-Wunused-function]
 3760 | static PyObject *__pyx_convert_map_to_py_int____int(std::map<int,int>  const &__pyx_v_s) {
cpp_iterators.cpp:3808:18: warning: 'PyObject* __pyx_convert_map_to_py_int____int(const std::map<int, int>&)' defined but not used [-Wunused-function]
 3808 | static PyObject *__pyx_convert_map_to_py_int____int(std::map<int,int>  const &__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp_iterators.cpp:3579:18: warning: 'PyObject* __pyx_convert_list_to_py_int(const std::__cxx11::list<int>&)' defined but not used [-Wunused-function]
 3579 | static PyObject *__pyx_convert_list_to_py_int(std::list<int>  const &__pyx_v_v) {
cpp_iterators.cpp:3627:18: warning: 'PyObject* __pyx_convert_list_to_py_int(const std::__cxx11::list<int>&)' defined but not used [-Wunused-function]
 3627 | static PyObject *__pyx_convert_list_to_py_int(std::list<int>  const &__pyx_v_v) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -10123,6 +10180,8 @@
Doctest: cpp_stl_cpp11.test_priority_queue_functionality ... ok
test_queue_functionality (cpp_stl_cpp11)
Doctest: cpp_stl_cpp11.test_queue_functionality ... ok
test_reference_wrapper (cpp_stl_cpp11)
Doctest: cpp_stl_cpp11.test_reference_wrapper ... ok
test_set_functionality (cpp_stl_cpp11)
Doctest: cpp_stl_cpp11.test_set_functionality ... ok
test_unordered_map_functionality (cpp_stl_cpp11)
@@ -14342,8 +14401,8 @@
for_pyunicode_in_unicode (for_in_string)
Doctest: for_in_string.for_pyunicode_in_unicode ... ok
Compiler output for module for_in_string:
for_in_string.c:8043:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function]
 8043 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
for_in_string.c:8099:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function]
 8099 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -14366,8 +14425,8 @@
for_pyunicode_in_unicode (for_in_string)
Doctest: for_in_string.for_pyunicode_in_unicode ... ok
Compiler output for module for_in_string:
for_in_string.cpp:8055:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function]
 8055 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
for_in_string.cpp:8111:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function]
 8111 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -15518,6 +15577,16 @@
getattr3_literal_unicode (getattr3call)
Doctest: getattr3call.getattr3_literal_unicode ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running gil_in_var_initialization_tests ... test_method_with_error_return (gil_in_var_initialization_tests)
Doctest: gil_in_var_initialization_tests.test_method_with_error_return ... ok
test_method_with_memoryview_handling (gil_in_var_initialization_tests)
Doctest: gil_in_var_initialization_tests.test_method_with_memoryview_handling ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running gil_in_var_initialization_tests ... test_method_with_error_return (gil_in_var_initialization_tests)
Doctest: gil_in_var_initialization_tests.test_method_with_error_return ... ok
test_method_with_memoryview_handling (gil_in_var_initialization_tests)
Doctest: gil_in_var_initialization_tests.test_method_with_memoryview_handling ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running hasattr ... wrap_hasattr (hasattr)
Doctest: hasattr.wrap_hasattr ... ok
runTest (__main__.CythonRunTestCase)
@@ -15652,6 +15721,8 @@
Doctest: if_else_expr.test_charptr_coercion ... ok
test_cpp_pyobject_cast (if_else_expr)
Doctest: if_else_expr.test_cpp_pyobject_cast ... ok
test_mixed_int_bool_coercion (if_else_expr)
Doctest: if_else_expr.test_mixed_int_bool_coercion ... ok
test_syntax (if_else_expr)
Doctest: if_else_expr.test_syntax ... ok
test_type_cast (if_else_expr)
@@ -15665,6 +15736,8 @@
Doctest: if_else_expr.test_charptr_coercion ... ok
test_cpp_pyobject_cast (if_else_expr)
Doctest: if_else_expr.test_cpp_pyobject_cast ... ok
test_mixed_int_bool_coercion (if_else_expr)
Doctest: if_else_expr.test_mixed_int_bool_coercion ... ok
test_syntax (if_else_expr)
Doctest: if_else_expr.test_syntax ... ok
test_type_cast (if_else_expr)
@@ -17463,12 +17536,12 @@
Doctest: locals.set_comp_scope ... ok
Compiler output for module locals:
locals.c: In function '__pyx_pf_6locals_14locals_ctype':
locals.c:3933:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3933 |   int *__pyx_v_p;
locals.c:3973:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3973 |   int *__pyx_v_p;
      |        ^~~~~~~~~
locals.c: In function '__pyx_pf_6locals_16locals_ctype_inferred':
locals.c:4022:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4022 |   int *__pyx_v_b;
locals.c:4062:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4062 |   int *__pyx_v_b;
      |        ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -17496,12 +17569,12 @@
Doctest: locals.set_comp_scope ... ok
Compiler output for module locals:
locals.cpp: In function 'PyObject* __pyx_pf_6locals_14locals_ctype(PyObject*)':
locals.cpp:3945:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3945 |   int *__pyx_v_p;
locals.cpp:3985:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3985 |   int *__pyx_v_p;
      |        ^~~~~~~~~
locals.cpp: In function 'PyObject* __pyx_pf_6locals_16locals_ctype_inferred(PyObject*)':
locals.cpp:4034:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4034 |   int *__pyx_v_b;
locals.cpp:4074:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4074 |   int *__pyx_v_b;
      |        ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -17991,6 +18064,8 @@
Doctest: nogil.test_initalize_array ... ok
test_nogil_exception_propagation (nogil)
Doctest: nogil.test_nogil_exception_propagation ... ok
test_performance_hint_nogil (nogil)
Doctest: nogil.test_performance_hint_nogil ... ok
test_release_gil_in_nogil (nogil)
Doctest: nogil.test_release_gil_in_nogil ... ok
test_unraisable (nogil)
@@ -18014,6 +18089,8 @@
Doctest: nogil.test_initalize_array ... ok
test_nogil_exception_propagation (nogil)
Doctest: nogil.test_nogil_exception_propagation ... ok
test_performance_hint_nogil (nogil)
Doctest: nogil.test_performance_hint_nogil ... ok
test_release_gil_in_nogil (nogil)
Doctest: nogil.test_release_gil_in_nogil ... ok
test_unraisable (nogil)
@@ -19305,16 +19382,16 @@
Doctest: pointers.if_tests ... ok
Compiler output for module pointers:
pointers.c: In function '__pyx_pf_8pointers_compare':
pointers.c:2287:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2287 |   __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
pointers.c:2324:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2324 |   __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
      |                                                                 ^~
pointers.c: In function '__pyx_pf_8pointers_4bool_binop':
pointers.c:2594:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2594 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.c:2631:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2631 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                                           ^~
pointers.c: In function '__pyx_pf_8pointers_6bool_binop_truth':
pointers.c:2804:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2804 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.c:2841:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2841 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                                           ^~
runTest (__main__.CythonRunTestCase)
@@ -19332,16 +19409,16 @@
Doctest: pointers.if_tests ... ok
Compiler output for module pointers:
pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_compare(PyObject*)':
pointers.cpp:2299:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2299 |   __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
pointers.cpp:2336:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2336 |   __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_4bool_binop(PyObject*)':
pointers.cpp:2606:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2606 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.cpp:2643:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2643 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_6bool_binop_truth(PyObject*, int)':
pointers.cpp:2816:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2816 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.cpp:2853:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2853 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -19716,16 +19793,16 @@
[-1] compiling (c/cy2) and running pstats_profile_test_py ... pstats_profile_test_py ()
Doctest: pstats_profile_test_py ... ok
Compiler output for module pstats_profile_test_py:
pstats_profile_test_py.c:1916:14: warning: '__Pyx_call_line_trace_func' defined but not used [-Wunused-function]
 1916 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
pstats_profile_test_py.c:1946:14: warning: '__Pyx_call_line_trace_func' defined but not used [-Wunused-function]
 1946 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running pstats_profile_test_py ... pstats_profile_test_py ()
Doctest: pstats_profile_test_py ... ok
Compiler output for module pstats_profile_test_py:
pstats_profile_test_py.cpp:1928:14: warning: 'int __Pyx_call_line_trace_func(PyThreadState*, PyFrameObject*, int)' defined but not used [-Wunused-function]
 1928 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
pstats_profile_test_py.cpp:1958:14: warning: 'int __Pyx_call_line_trace_func(PyThreadState*, PyFrameObject*, int)' defined but not used [-Wunused-function]
 1958 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -20062,12 +20139,12 @@
Doctest: pure_py.test_wraparound ... ok
Compiler output for module pure_py:
pure_py.c: In function '__pyx_pf_7pure_py_42same_type_cast':
pure_py.c:11706:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11706 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.c:11699:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11699 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                          ^~
pure_py.c: In function '__pyx_pf_7pure_py_44multi_args_init_cast':
pure_py.c:11795:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11795 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.c:11788:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11788 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                          ^~
runTest (__main__.CythonRunTestCase)
@@ -20138,12 +20215,12 @@
Doctest: pure_py.test_wraparound ... ok
Compiler output for module pure_py:
pure_py.cpp: In function 'PyObject* __pyx_pf_7pure_py_42same_type_cast(PyObject*)':
pure_py.cpp:11718:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11718 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.cpp:11711:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11711 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
pure_py.cpp: In function 'PyObject* __pyx_pf_7pure_py_44multi_args_init_cast(PyObject*)':
pure_py.cpp:11807:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11807 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.cpp:11800:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11800 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -20219,8 +20296,8 @@
test_struct (pure_py3)
Doctest: pure_py3.test_struct ... ok
Compiler output for module pure_py3:
pure_py3.c:3683:18: warning: '__pyx_f_8pure_py3_test_cdef_return_object' defined but not used [-Wunused-function]
 3683 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
pure_py3.c:3720:18: warning: '__pyx_f_8pure_py3_test_cdef_return_object' defined but not used [-Wunused-function]
 3720 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -20235,8 +20312,8 @@
test_struct (pure_py3)
Doctest: pure_py3.test_struct ... ok
Compiler output for module pure_py3:
pure_py3.cpp:3695:18: warning: 'PyObject* __pyx_f_8pure_py3_test_cdef_return_object(PyObject*)' defined but not used [-Wunused-function]
 3695 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
pure_py3.cpp:3732:18: warning: 'PyObject* __pyx_f_8pure_py3_test_cdef_return_object(PyObject*)' defined but not used [-Wunused-function]
 3732 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -21179,10 +21256,14 @@
Doctest: r_lepage_3 ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running r_mang1 ... r_mang1 ()
Doctest: r_mang1 ... ok
Doctest: r_mang1 ... <doctest r_mang1[2]>:1: DeprecationWarning: invalid escape sequence \d
  t == re.search('(\d+)', '-2.80 98\n').groups()
ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running r_mang1 ... r_mang1 ()
Doctest: r_mang1 ... ok
Doctest: r_mang1 ... <doctest r_mang1[2]>:1: DeprecationWarning: invalid escape sequence \d
  t == re.search('(\d+)', '-2.80 98\n').groups()
ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running r_mcintyre1 ... r_mcintyre1 ()
Doctest: r_mcintyre1 ... ok
@@ -21437,7 +21518,8 @@
runTest (__main__.EndToEndTest)
[-1] End-to-end relativeimport_T542 ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running relativeimport_star_T542 ... cytest_relativeimport_T542 (distutils.core)
[-1] compiling (c/cy2) and running relativeimport_star_T542 ... <frozen importlib._bootstrap>:228: ImportWarning: __package__ != __spec__.parent
cytest_relativeimport_T542 (distutils.core)
Doctest: distutils.core.cytest_relativeimport_T542 ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running relativeimport_star_T542 ... cytest_relativeimport_T542 (distutils.core)
@@ -21566,16 +21648,16 @@
Doctest: reversed_iteration.reversed_unsigned_by_3 ... ok
Compiler output for module reversed_iteration:
reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_68reversed_unsigned':
reversed_iteration.c:14310:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14310 |   for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1;
reversed_iteration.c:14409:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14409 |   for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1;
      |                                               ^~
reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_70reversed_unsigned_by_3':
reversed_iteration.c:14497:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14497 |   for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3;
reversed_iteration.c:14596:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14596 |   for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                                                                                               ^~
reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_72range_unsigned_by_neg_3':
reversed_iteration.c:14682:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14682 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
reversed_iteration.c:14781:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14781 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                             ^
runTest (__main__.CythonRunTestCase)
@@ -21651,16 +21733,16 @@
Doctest: reversed_iteration.reversed_unsigned_by_3 ... ok
Compiler output for module reversed_iteration:
reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_68reversed_unsigned(PyObject*, int, int)':
reversed_iteration.cpp:14322:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14322 |   for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1;
reversed_iteration.cpp:14421:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14421 |   for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1;
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~
reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_70reversed_unsigned_by_3(PyObject*, int, int)':
reversed_iteration.cpp:14509:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14509 |   for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3;
reversed_iteration.cpp:14608:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14608 |   for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                                                                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~
reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_72range_unsigned_by_neg_3(PyObject*, int, int)':
reversed_iteration.cpp:14694:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14694 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
reversed_iteration.cpp:14793:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14793 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                   ~~~~~~~~~~^~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -21824,16 +21906,16 @@
Doctest: sequential_parallel.test_return ... ok
Compiler output for module sequential_parallel:
sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_58test_chunksize':
sequential_parallel.c:32694:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32694 |   int __pyx_t_3;
sequential_parallel.c:32674:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32674 |   int __pyx_t_3;
      |       ^~~~~~~~~
sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_68test_inner_private':
sequential_parallel.c:35094:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35094 |   int __pyx_t_5;
sequential_parallel.c:35060:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35060 |   int __pyx_t_5;
      |       ^~~~~~~~~
sequential_parallel.c: In function '__pyx_f_19sequential_parallel_prange_call_exception_checked_function_impl':
sequential_parallel.c:35607:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35607 |   int __pyx_t_4;
sequential_parallel.c:35573:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35573 |   int __pyx_t_4;
      |       ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -21901,16 +21983,16 @@
Doctest: sequential_parallel.test_return ... ok
Compiler output for module sequential_parallel:
sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_58test_chunksize(PyObject*)':
sequential_parallel.cpp:32709:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32709 |   int __pyx_t_3;
sequential_parallel.cpp:32689:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32689 |   int __pyx_t_3;
      |       ^~~~~~~~~
sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_68test_inner_private(PyObject*)':
sequential_parallel.cpp:35109:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35109 |   int __pyx_t_5;
sequential_parallel.cpp:35075:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35075 |   int __pyx_t_5;
      |       ^~~~~~~~~
sequential_parallel.cpp: In function 'void __pyx_f_19sequential_parallel_prange_call_exception_checked_function_impl(int*, int)':
sequential_parallel.cpp:35622:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35622 |   int __pyx_t_4;
sequential_parallel.cpp:35588:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35588 |   int __pyx_t_4;
      |       ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -21976,12 +22058,12 @@
Doctest: set.test_singleton_empty_frozenset ... ok
Compiler output for module set:
set.c: In function '__pyx_pf_3set_cython_set':
set.c:3067:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3067 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
set.c:3107:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3107 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
      |                                ^~
set.c: In function '__pyx_pf_3set_2cython_frozenset':
set.c:3152:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3152 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
set.c:3192:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3192 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
      |                                      ^~
runTest (__main__.CythonRunTestCase)
@@ -22047,12 +22129,12 @@
Doctest: set.test_singleton_empty_frozenset ... ok
Compiler output for module set:
set.cpp: In function 'PyObject* __pyx_pf_3set_cython_set(PyObject*)':
set.cpp:3079:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3079 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
set.cpp:3119:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3119 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
      |                  ~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~
set.cpp: In function 'PyObject* __pyx_pf_3set_2cython_frozenset(PyObject*)':
set.cpp:3164:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3164 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
set.cpp:3204:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3204 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
      |                  ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -22667,10 +22749,18 @@
Doctest: strconstinclass ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running strescapes ... strescapes ()
Doctest: strescapes ... ok
Doctest: strescapes ... <doctest strescapes[0]>:13: DeprecationWarning: invalid escape sequence \u
  b'\u1234',
<doctest strescapes[0]>:14: DeprecationWarning: invalid escape sequence \U
  b'\U00001234',
ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running strescapes ... strescapes ()
Doctest: strescapes ... ok
Doctest: strescapes ... <doctest strescapes[0]>:13: DeprecationWarning: invalid escape sequence \u
  b'\u1234',
<doctest strescapes[0]>:14: DeprecationWarning: invalid escape sequence \U
  b'\U00001234',
ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running strfunction ... strfunction ()
Doctest: strfunction ... ok
@@ -23229,106 +23319,106 @@
test_varargs2_kw (test_call.CFunctionCalls) ... ok
runTest (__main__.CythonUnitTestCase)
[-1] compiling (c) tests in and running test_coroutines_pep492 ... test_badsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b27799e2ac3023543d9b7639c052ca5ae7c4107f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b27799e2ac3023543d9b7639c052ca5ae7c4107f.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_d25b3ee0c1a97fd864aea06dafca0fd43a61b4d1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_d25b3ee0c1a97fd864aea06dafca0fd43a61b4d1.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_93f473d312777d3ac61538548cdf893ef548aef6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_93f473d312777d3ac61538548cdf893ef548aef6.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1bc58f770af48feef9b053f0cd9910059cc23dbb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1bc58f770af48feef9b053f0cd9910059cc23dbb.pyx
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5ca882eb8617004cebaf71f13ad817c291b92026.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5ca882eb8617004cebaf71f13ad817c291b92026.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_ed52b6cfe872bb1a7b2d0fbb717a2eae41b1b485.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_ed52b6cfe872bb1a7b2d0fbb717a2eae41b1b485.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_4ad0a9bc75934d2e9a4cbdbe872f5a30ba4574e8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_4ad0a9bc75934d2e9a4cbdbe872f5a30ba4574e8.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_2faff8f4b631a71f941092eebfc9425ad567f7e4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_2faff8f4b631a71f941092eebfc9425ad567f7e4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_a268df22246b53a8a78ff8f4e87280c45aca16b5.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_a268df22246b53a8a78ff8f4e87280c45aca16b5.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_7d51265c933ed6235d612d71fd47ad6a7e1dbcbf.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_7d51265c933ed6235d612d71fd47ad6a7e1dbcbf.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b27799e2ac3023543d9b7639c052ca5ae7c4107f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b27799e2ac3023543d9b7639c052ca5ae7c4107f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_d25b3ee0c1a97fd864aea06dafca0fd43a61b4d1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_d25b3ee0c1a97fd864aea06dafca0fd43a61b4d1.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_93f473d312777d3ac61538548cdf893ef548aef6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_93f473d312777d3ac61538548cdf893ef548aef6.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1bc58f770af48feef9b053f0cd9910059cc23dbb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1bc58f770af48feef9b053f0cd9910059cc23dbb.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5ca882eb8617004cebaf71f13ad817c291b92026.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5ca882eb8617004cebaf71f13ad817c291b92026.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_ed52b6cfe872bb1a7b2d0fbb717a2eae41b1b485.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_ed52b6cfe872bb1a7b2d0fbb717a2eae41b1b485.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_4ad0a9bc75934d2e9a4cbdbe872f5a30ba4574e8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_4ad0a9bc75934d2e9a4cbdbe872f5a30ba4574e8.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_41229e04645f0d88e37b9f78ffc1ac959f81837f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_41229e04645f0d88e37b9f78ffc1ac959f81837f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_2faff8f4b631a71f941092eebfc9425ad567f7e4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_2faff8f4b631a71f941092eebfc9425ad567f7e4.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_a268df22246b53a8a78ff8f4e87280c45aca16b5.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_a268df22246b53a8a78ff8f4e87280c45aca16b5.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_7d51265c933ed6235d612d71fd47ad6a7e1dbcbf.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_7d51265c933ed6235d612d71fd47ad6a7e1dbcbf.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_77320d72d8f2bfe256353978d33f7ddb1882ebce.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_77320d72d8f2bfe256353978d33f7ddb1882ebce.pyx
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6329cc15587b55afa84c6dd070c15bd62e706bd3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6329cc15587b55afa84c6dd070c15bd62e706bd3.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ab6c9e74c100ebfca30743cd796551dca4aad166.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ab6c9e74c100ebfca30743cd796551dca4aad166.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_30b2039aea14f4e7755b2e114f9d79ad5db5e377.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_30b2039aea14f4e7755b2e114f9d79ad5db5e377.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e586263ba9c9ee7664f7064a83cd69752a41f64e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e586263ba9c9ee7664f7064a83cd69752a41f64e.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8d643b87f430c16c9d1e4dd69035fab92a13eb45.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8d643b87f430c16c9d1e4dd69035fab92a13eb45.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e2421cdf52f8f6ed33b26206912e8186a2ebad9f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e2421cdf52f8f6ed33b26206912e8186a2ebad9f.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2a0b835c4c44d1e01fba4312507d447a8d071425.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2a0b835c4c44d1e01fba4312507d447a8d071425.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_4a930a034702f29feb8ef2ac2b0cd96e6609046e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_4a930a034702f29feb8ef2ac2b0cd96e6609046e.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1ea3ab03c6c865ce843b1fa26ae3dd13e43cde54.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1ea3ab03c6c865ce843b1fa26ae3dd13e43cde54.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_273ac7948a8c76e43d24899e99f54fcadf7ebfd6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_273ac7948a8c76e43d24899e99f54fcadf7ebfd6.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_378d51ac7b3f4d722bd8c81e8333c04bc476b91c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_378d51ac7b3f4d722bd8c81e8333c04bc476b91c.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ee839f5fbbd6a845998821d80aaf15dae5fb241d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ee839f5fbbd6a845998821d80aaf15dae5fb241d.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c5721e994c8a47dcefad336872a9726416c2f8a4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c5721e994c8a47dcefad336872a9726416c2f8a4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2de92304df95d384efb237dfb340359ee8b0add1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2de92304df95d384efb237dfb340359ee8b0add1.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f302e7040b17381ac5e601379d92a7d27009bcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f302e7040b17381ac5e601379d92a7d27009bcd.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0cf1611d0b6f48038d5c468f8fbee5d239ba1dbb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0cf1611d0b6f48038d5c468f8fbee5d239ba1dbb.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc48ec34b963ef7ad2217b07c22e61d7ce4ee3b6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc48ec34b963ef7ad2217b07c22e61d7ce4ee3b6.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e72f6b522bd60cece2cdff4f4ec28e59987e2809.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e72f6b522bd60cece2cdff4f4ec28e59987e2809.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_359d669950c1bc2417b647b316edb171adab30e3.pyx because it changed.
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cc57ac42f8fc01eb8e0719ffc506581f21965d2c.pyx because it changed.
ok
test_badsyntax_10 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok
test_badsyntax_2 (test_coroutines_pep492.AsyncBadSyntaxTest) ... [1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_359d669950c1bc2417b647b316edb171adab30e3.pyx
test_badsyntax_2 (test_coroutines_pep492.AsyncBadSyntaxTest) ... [1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cc57ac42f8fc01eb8e0719ffc506581f21965d2c.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d61abe338a076ae320cad3a3b19afa53dd905530.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d61abe338a076ae320cad3a3b19afa53dd905530.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f93f23cebadcee9690ef27426602a0de942d6d4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f93f23cebadcee9690ef27426602a0de942d6d4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b342f77594a6350b4778cfa4bb451d4c8737935b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b342f77594a6350b4778cfa4bb451d4c8737935b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1360c57baf7621d1dec55ac806643b1f1bd4e457.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1360c57baf7621d1dec55ac806643b1f1bd4e457.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fabc5e6780b14a4019302adf11dd2583e55b691e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fabc5e6780b14a4019302adf11dd2583e55b691e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_506b9afdd35a28be2e840655b4fed5cf19f79fed.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_506b9afdd35a28be2e840655b4fed5cf19f79fed.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_659574ca16226884ca94d5badc3cb8a4a14b9ef1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_659574ca16226884ca94d5badc3cb8a4a14b9ef1.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_096c7bb1be30259e0b53355a91556fe997d33941.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_096c7bb1be30259e0b53355a91556fe997d33941.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ea92f65e565c7112fcb0b588813eab6a865a6691.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ea92f65e565c7112fcb0b588813eab6a865a6691.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ce722766c784d1a111400cfb8bdcbdce0fe23826.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ce722766c784d1a111400cfb8bdcbdce0fe23826.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f9b7c7beb4090193aa58444db795ba86d004311.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8f9b7c7beb4090193aa58444db795ba86d004311.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ab177771feb8ea6ef4fb48ec6401d11d746088dc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ab177771feb8ea6ef4fb48ec6401d11d746088dc.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_77c34038cfc88d08a8b4c96c29ec810e7965072b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_77c34038cfc88d08a8b4c96c29ec810e7965072b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d7e320a8f240ab689fa4cc89960e735359bcb34f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d7e320a8f240ab689fa4cc89960e735359bcb34f.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8c71c3744951d94c11f14ceb71cfa9a1ced38634.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8c71c3744951d94c11f14ceb71cfa9a1ced38634.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ca11607812e1d54af79c052643aa4c7883af807c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ca11607812e1d54af79c052643aa4c7883af807c.pyx
ok
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_4c7f12cc7297e0e96fb37dec2f486597c52287c0.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_4c7f12cc7297e0e96fb37dec2f486597c52287c0.pyx
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_64191134920e5f14501e7f5cc5bfdfdf67981ef2.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_64191134920e5f14501e7f5cc5bfdfdf67981ef2.pyx
ok
test_goodsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok
test_asyncio_1 (test_coroutines_pep492.CoroAsyncIOCompatTest) ... ok
@@ -23410,10 +23500,10 @@
test_with_7 (test_coroutines_pep492.CoroutineTest) ... ok
test_with_8 (test_coroutines_pep492.CoroutineTest) ... ok
test_with_9 (test_coroutines_pep492.CoroutineTest) ... ok
test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_abb3effc9d8aa4cb0c1adb9fd17b2cdce27879a4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_abb3effc9d8aa4cb0c1adb9fd17b2cdce27879a4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f41adca41e2b5231f3cb4764a8fcbba85f1f0ce0.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f41adca41e2b5231f3cb4764a8fcbba85f1f0ce0.pyx
test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_76b8322aa6b359e5acfef8122f06dd22b2ffa1ce.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_76b8322aa6b359e5acfef8122f06dd22b2ffa1ce.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d7b4406e5ee91863a19b7d57439f2ac3d637653c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d7b4406e5ee91863a19b7d57439f2ac3d637653c.pyx
$(PYTHON_DIR)/unittest/case.py:550: RuntimeWarning: coroutine '__invoke.<locals>.foo' was never awaited
  method()
ok
@@ -23779,7 +23869,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_d0621441cf3534f9d2b245c029ebaa3bb524e570.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_9d35c2ecde2d7bfdaaffac30480eaf17888fbc52.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -23792,76 +23882,76 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_b9d3df86512e139be7a4638c6ec4add33e908fe1.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_928fdc7c1b2de8562f48bac2072cdfeada636c2d.pyx:5:8: Cannot assign to or delete this
ok
test_dict (test_fstring.TestCase) ... ok
test_docstring (test_fstring.TestCase) ... ok
test_double_braces (test_fstring.TestCase) ... Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_41229e04645f0d88e37b9f78ffc1ac959f81837f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_41229e04645f0d88e37b9f78ffc1ac959f81837f.pyx
test_double_braces (test_fstring.TestCase) ... Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_77320d72d8f2bfe256353978d33f7ddb1882ebce.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_77320d72d8f2bfe256353978d33f7ddb1882ebce.pyx
Couldn't find 'something'
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6329cc15587b55afa84c6dd070c15bd62e706bd3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6329cc15587b55afa84c6dd070c15bd62e706bd3.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ab6c9e74c100ebfca30743cd796551dca4aad166.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ab6c9e74c100ebfca30743cd796551dca4aad166.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_30b2039aea14f4e7755b2e114f9d79ad5db5e377.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_30b2039aea14f4e7755b2e114f9d79ad5db5e377.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e586263ba9c9ee7664f7064a83cd69752a41f64e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e586263ba9c9ee7664f7064a83cd69752a41f64e.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8d643b87f430c16c9d1e4dd69035fab92a13eb45.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8d643b87f430c16c9d1e4dd69035fab92a13eb45.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e2421cdf52f8f6ed33b26206912e8186a2ebad9f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e2421cdf52f8f6ed33b26206912e8186a2ebad9f.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2a0b835c4c44d1e01fba4312507d447a8d071425.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2a0b835c4c44d1e01fba4312507d447a8d071425.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_4a930a034702f29feb8ef2ac2b0cd96e6609046e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_4a930a034702f29feb8ef2ac2b0cd96e6609046e.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1ea3ab03c6c865ce843b1fa26ae3dd13e43cde54.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1ea3ab03c6c865ce843b1fa26ae3dd13e43cde54.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_273ac7948a8c76e43d24899e99f54fcadf7ebfd6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_273ac7948a8c76e43d24899e99f54fcadf7ebfd6.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_378d51ac7b3f4d722bd8c81e8333c04bc476b91c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_378d51ac7b3f4d722bd8c81e8333c04bc476b91c.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ee839f5fbbd6a845998821d80aaf15dae5fb241d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ee839f5fbbd6a845998821d80aaf15dae5fb241d.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c5721e994c8a47dcefad336872a9726416c2f8a4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c5721e994c8a47dcefad336872a9726416c2f8a4.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2de92304df95d384efb237dfb340359ee8b0add1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2de92304df95d384efb237dfb340359ee8b0add1.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8f302e7040b17381ac5e601379d92a7d27009bcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8f302e7040b17381ac5e601379d92a7d27009bcd.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0cf1611d0b6f48038d5c468f8fbee5d239ba1dbb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0cf1611d0b6f48038d5c468f8fbee5d239ba1dbb.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc48ec34b963ef7ad2217b07c22e61d7ce4ee3b6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc48ec34b963ef7ad2217b07c22e61d7ce4ee3b6.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e72f6b522bd60cece2cdff4f4ec28e59987e2809.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e72f6b522bd60cece2cdff4f4ec28e59987e2809.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_359d669950c1bc2417b647b316edb171adab30e3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_359d669950c1bc2417b647b316edb171adab30e3.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cc57ac42f8fc01eb8e0719ffc506581f21965d2c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cc57ac42f8fc01eb8e0719ffc506581f21965d2c.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_dcb069ce5dcfaf565d65fcd986b7275429974edb.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_880fe84a08dc0e71d2e5712d704b02bb28ce5499.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c58f31ee0b572fd3e3ed629ebf8eb7298fb6380e.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_5e6fa32b140a0d92df0a42752cd6d67742e6ebcd.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1586279df8bac85060abb60caf118b9c7d200a4d.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a540a702593ae857d5c1c10dd4248cadd3d2cfef.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c8b1bf70627943fb31ad9ace53dd5b161813db94.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2b81626d85eaba44ba8c45a4e5703d289f7d508d.pyx
ok
test_empty_format_specifier (test_fstring.TestCase) ... ok
test_equal_equal (test_fstring.TestCase) ... ok
@@ -23883,25 +23973,25 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_495659e9596074385f43d9c91a2bda0945111362.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_2b0abb26e61e49f7db284ee8ade01e3ebf59b9c0.pyx:5:12: Unrecognized character
ok
test_lambda (test_fstring.TestCase) ... ok
test_leading_trailing_spaces (test_fstring.TestCase) ... ok
test_literal (test_fstring.TestCase) ... ok
test_locals (test_fstring.TestCase) ... ok
test_loop (test_fstring.TestCase) ... ok
test_many_expressions (test_fstring.TestCase) ... warning: .cython-cache-dir/inline/_cython_inline_0f80c5479cfc6ee04e5cecd7ee44cbccce2e89c7.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0f80c5479cfc6ee04e5cecd7ee44cbccce2e89c7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0f80c5479cfc6ee04e5cecd7ee44cbccce2e89c7.pyx
warning: .cython-cache-dir/inline/_cython_inline_f22b2b39a59cd5132428f29ea2db8bb6525e7236.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f22b2b39a59cd5132428f29ea2db8bb6525e7236.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f22b2b39a59cd5132428f29ea2db8bb6525e7236.pyx
warning: .cython-cache-dir/inline/_cython_inline_d8cba9a65ae26523b9b8e64837a0b34fcb4eb8ee.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d8cba9a65ae26523b9b8e64837a0b34fcb4eb8ee.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d8cba9a65ae26523b9b8e64837a0b34fcb4eb8ee.pyx
warning: .cython-cache-dir/inline/_cython_inline_8b5fb9526883ea66de81a268743a3b766529cc99.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8b5fb9526883ea66de81a268743a3b766529cc99.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8b5fb9526883ea66de81a268743a3b766529cc99.pyx
test_many_expressions (test_fstring.TestCase) ... warning: .cython-cache-dir/inline/_cython_inline_4db74c672bbdb4e4275a4d59d02189ce36e5ccbe.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4db74c672bbdb4e4275a4d59d02189ce36e5ccbe.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4db74c672bbdb4e4275a4d59d02189ce36e5ccbe.pyx
warning: .cython-cache-dir/inline/_cython_inline_cbc1f19c3f636a8c01404aff35d3b1b2c7b6a8ad.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cbc1f19c3f636a8c01404aff35d3b1b2c7b6a8ad.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cbc1f19c3f636a8c01404aff35d3b1b2c7b6a8ad.pyx
warning: .cython-cache-dir/inline/_cython_inline_89132b220f9749669d060ac2747cb96b740f0d86.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_89132b220f9749669d060ac2747cb96b740f0d86.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_89132b220f9749669d060ac2747cb96b740f0d86.pyx
warning: .cython-cache-dir/inline/_cython_inline_c41a181457fbf20407d0ca301760122efc056e0b.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c41a181457fbf20407d0ca301760122efc056e0b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c41a181457fbf20407d0ca301760122efc056e0b.pyx
ok
test_misformed_unicode_character_name (test_fstring.TestCase) ... ok
test_mismatched_braces (test_fstring.TestCase) ... ok
@@ -23947,7 +24037,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_d0621441cf3534f9d2b245c029ebaa3bb524e570.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_9d35c2ecde2d7bfdaaffac30480eaf17888fbc52.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -23960,7 +24050,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_b9d3df86512e139be7a4638c6ec4add33e908fe1.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_928fdc7c1b2de8562f48bac2072cdfeada636c2d.pyx:5:8: Cannot assign to or delete this
ok
test_dict (test_fstring.TestCase) ... ok
test_docstring (test_fstring.TestCase) ... ok
@@ -23985,7 +24075,7 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_495659e9596074385f43d9c91a2bda0945111362.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_2b0abb26e61e49f7db284ee8ade01e3ebf59b9c0.pyx:5:12: Unrecognized character
ok
test_lambda (test_fstring.TestCase) ... ok
test_leading_trailing_spaces (test_fstring.TestCase) ... ok
@@ -24102,23 +24192,23 @@
test_dictcomps (test_grammar.GrammarTests) ... ok
test_eval_input (test_grammar.GrammarTests) ... Compiler output for module test_grammar:
test_grammar.c: In function '__pyx_pf_12test_grammar_12GrammarTests_13test_nonlocal_f':
test_grammar.c:56765:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56765 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
test_grammar.c:56740:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56740 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
      |                                                                        ^~~~~~~~~~~~~~~
test_grammar.c: In function '__pyx_pf_12test_grammar_12GrammarTests_85test_comparison':
test_grammar.c:61185:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61185 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
test_grammar.c:61175:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61175 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
      |                          ^~
test_grammar.c:61198:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61198 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
test_grammar.c:61188:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61188 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
      |                          ^~
test_grammar.c: In function '__pyx_pf_12test_grammar_12GrammarTests_14test_listcomps_test_in_func':
test_grammar.c:66849:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66849 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
test_grammar.c:66846:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66846 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
      |                                                                         ^~~~~~~~~~~~~~~
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4e1ca89e351e9d7b5ff1bce6a71d1d962df16db4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4e1ca89e351e9d7b5ff1bce6a71d1d962df16db4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9d8d077e45d0efb19a865c96f2bd70a0895dc833.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9d8d077e45d0efb19a865c96f2bd70a0895dc833.pyx
ok
test_expr_stmt (test_grammar.GrammarTests) ... ok
test_for (test_grammar.GrammarTests) ... ok
@@ -24169,16 +24259,16 @@
test_floats (test_grammar.TokenTests) ... ok
test_long_integers (test_grammar.TokenTests) ... ok
test_plain_integers (test_grammar.TokenTests) ... Couldn't find 'f'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3ff9c794fe7856a4c5fe3427a318f748cc5daba0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3ff9c794fe7856a4c5fe3427a318f748cc5daba0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e1435948cf3266e223f1dd2d97c66bc40b1babcf.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e1435948cf3266e223f1dd2d97c66bc40b1babcf.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c970fd9ae2441984527fdd34baa2f945dedec527.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c970fd9ae2441984527fdd34baa2f945dedec527.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ef1264b7bf7791b26a6e74e034c09fde99eba744.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ef1264b7bf7791b26a6e74e034c09fde99eba744.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f3c81c283ea712b36a9cf44f581b4d7eb66b993c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f3c81c283ea712b36a9cf44f581b4d7eb66b993c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3b4159340cf845bbabd26a93c088c04df7744363.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3b4159340cf845bbabd26a93c088c04df7744363.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3b8d3b28d96985bba4e234e48787afb6c719487f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3b8d3b28d96985bba4e234e48787afb6c719487f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_14e3feddf15f7be3147c3674233729d7b0a11098.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_14e3feddf15f7be3147c3674233729d7b0a11098.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2aee6d502588e44970ed05e4c99e357e2d0e9a82.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2aee6d502588e44970ed05e4c99e357e2d0e9a82.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c03b3202346cd309f851da1ed2a7273281467a35.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c03b3202346cd309f851da1ed2a7273281467a35.pyx
ok
test_string_literals (test_grammar.TokenTests) ... ok
test_underscore_literals (test_grammar.TokenTests) ... skipped 'Done more efficiently in TestGrammar'
@@ -24293,76 +24383,76 @@
test_named_expression_invalid_17 (test_named_expressions.NamedExpressionInvalidTest) ... ok
test_named_expression_invalid_comprehension_iterable_expression (test_named_expressions.NamedExpressionInvalidTest) ... Compiler output for module test_grammar:
test_grammar.cpp: In function 'PyObject* __pyx_pf_12test_grammar_12GrammarTests_13test_nonlocal_f(PyObject*)':
test_grammar.cpp:56777:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56777 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
test_grammar.cpp:56752:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56752 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
      |                                                                        ^~~~~~~~~~~~~~~
test_grammar.cpp: In function 'PyObject* __pyx_pf_12test_grammar_12GrammarTests_85test_comparison(PyObject*, PyObject*)':
test_grammar.cpp:61197:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61197 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
test_grammar.cpp:61187:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61187 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
test_grammar.cpp:61210:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61210 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
test_grammar.cpp:61200:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61200 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
test_grammar.cpp: In function 'PyObject* __pyx_pf_12test_grammar_12GrammarTests_14test_listcomps_test_in_func(PyObject*, PyObject*)':
test_grammar.cpp:66861:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66861 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
test_grammar.cpp:66858:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66858 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
      |                                                                         ^~~~~~~~~~~~~~~
Compiler output for module test_named_expressions:
test_named_expressions.c: In function '__pyx_pf_22test_named_expressions_29NamedExpressionAssignmentTest_8test_named_expression_assignment_05':
test_named_expressions.c:18316:31: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
18316 |   __pyx_ctuple_long__and_long __pyx_t_1;
test_named_expressions.c:18403:31: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
18403 |   __pyx_ctuple_long__and_long __pyx_t_1;
      |                               ^~~~~~~~~
Couldn't find 'f'
Couldn't find 'f'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3ff9c794fe7856a4c5fe3427a318f748cc5daba0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3ff9c794fe7856a4c5fe3427a318f748cc5daba0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3b4159340cf845bbabd26a93c088c04df7744363.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3b4159340cf845bbabd26a93c088c04df7744363.pyx
Couldn't find 'a'
Couldn't find 'b'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5fe29f27182cd8d9899c731e3ffec405a0df6245.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5fe29f27182cd8d9899c731e3ffec405a0df6245.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4df2d8dfadb4b4a6ef933254a4cb2c744bb4415b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4df2d8dfadb4b4a6ef933254a4cb2c744bb4415b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4df2d8dfadb4b4a6ef933254a4cb2c744bb4415b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4df2d8dfadb4b4a6ef933254a4cb2c744bb4415b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_385d5701f1bc41b244f483d86e89b2cecafeac44.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_385d5701f1bc41b244f483d86e89b2cecafeac44.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2996be49754e83673a162aa0bc0ae77451511f2d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2996be49754e83673a162aa0bc0ae77451511f2d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2996be49754e83673a162aa0bc0ae77451511f2d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2996be49754e83673a162aa0bc0ae77451511f2d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5affcca0ecef7bf418c5fb4a7385b677681964b7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5affcca0ecef7bf418c5fb4a7385b677681964b7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_290c64146cf2f0cc43bf3baeb1716f55815b01c4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_290c64146cf2f0cc43bf3baeb1716f55815b01c4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_290c64146cf2f0cc43bf3baeb1716f55815b01c4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_290c64146cf2f0cc43bf3baeb1716f55815b01c4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_430be2ad92f57ed16f9e9fc80f1a4b88a6239a62.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_430be2ad92f57ed16f9e9fc80f1a4b88a6239a62.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5f485d3f4c891c8b7e13b7526779aefd08a79b34.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5f485d3f4c891c8b7e13b7526779aefd08a79b34.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5f485d3f4c891c8b7e13b7526779aefd08a79b34.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5f485d3f4c891c8b7e13b7526779aefd08a79b34.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_64dd1c8bcd0e37aeac65956f3cbf69cbf489a825.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_64dd1c8bcd0e37aeac65956f3cbf69cbf489a825.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9b7f98379aa46015757fb89d3b93618481712927.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9b7f98379aa46015757fb89d3b93618481712927.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9b7f98379aa46015757fb89d3b93618481712927.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9b7f98379aa46015757fb89d3b93618481712927.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fb935f6af6907eb9b1f317039aaa2fd7f9f8408e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fb935f6af6907eb9b1f317039aaa2fd7f9f8408e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2bdc5b40dfd5f618c7955084f76b07ed011691d8.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2bdc5b40dfd5f618c7955084f76b07ed011691d8.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2bdc5b40dfd5f618c7955084f76b07ed011691d8.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2bdc5b40dfd5f618c7955084f76b07ed011691d8.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2216519a27ca89e5fd73b74a9b36756f125b80fd.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2216519a27ca89e5fd73b74a9b36756f125b80fd.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5894218aefbbeedc90a9a17c7e47064f27b55b0f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5894218aefbbeedc90a9a17c7e47064f27b55b0f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5894218aefbbeedc90a9a17c7e47064f27b55b0f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5894218aefbbeedc90a9a17c7e47064f27b55b0f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_dce462658741166d2fc2c832fb875eeb867edd86.pyx because it changed.
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e260d2114e3f463a377fb9bbe01d7f8908574463.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e260d2114e3f463a377fb9bbe01d7f8908574463.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_33d5a519d570594087cd47b325dc9f312fdad622.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_33d5a519d570594087cd47b325dc9f312fdad622.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_33d5a519d570594087cd47b325dc9f312fdad622.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_33d5a519d570594087cd47b325dc9f312fdad622.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ec00a7b12059f82917339ddbfe49d4260160c69c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ec00a7b12059f82917339ddbfe49d4260160c69c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0597314d2de1c3a91272bd0316bc7928c022fb8e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0597314d2de1c3a91272bd0316bc7928c022fb8e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0597314d2de1c3a91272bd0316bc7928c022fb8e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0597314d2de1c3a91272bd0316bc7928c022fb8e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_337f797c56640ed2ee79e33eb14ee8fb80ea3212.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_337f797c56640ed2ee79e33eb14ee8fb80ea3212.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_146513118d456255bafbe5d9061f98f1dc47bb99.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_146513118d456255bafbe5d9061f98f1dc47bb99.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_146513118d456255bafbe5d9061f98f1dc47bb99.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_146513118d456255bafbe5d9061f98f1dc47bb99.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5171ce6993fa2a3c2f630b4a913cdbcfac4bf530.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5171ce6993fa2a3c2f630b4a913cdbcfac4bf530.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d83e576942cea75b2ce18deda6b015d89ef79547.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d83e576942cea75b2ce18deda6b015d89ef79547.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d83e576942cea75b2ce18deda6b015d89ef79547.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d83e576942cea75b2ce18deda6b015d89ef79547.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7f63427922621f2fa77285b596fbfcb60e23dbbe.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7f63427922621f2fa77285b596fbfcb60e23dbbe.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_97119ae0995ec4ad8ae065c0a28bfa4d426019d9.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_97119ae0995ec4ad8ae065c0a28bfa4d426019d9.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_97119ae0995ec4ad8ae065c0a28bfa4d426019d9.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_97119ae0995ec4ad8ae065c0a28bfa4d426019d9.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d2c50265d97a7d3b584f1dcd9b9c8addc71294fe.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d2c50265d97a7d3b584f1dcd9b9c8addc71294fe.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c8526c86c8bcb23592dbbc7e4c95f298813d54a0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c8526c86c8bcb23592dbbc7e4c95f298813d54a0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c8526c86c8bcb23592dbbc7e4c95f298813d54a0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c8526c86c8bcb23592dbbc7e4c95f298813d54a0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7ac8aa32bd8fb1f8a2f5e3cb75c26cc40c690de4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7ac8aa32bd8fb1f8a2f5e3cb75c26cc40c690de4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_048317833c5a0d9c0725414291b402986d7d9769.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_048317833c5a0d9c0725414291b402986d7d9769.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_048317833c5a0d9c0725414291b402986d7d9769.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_048317833c5a0d9c0725414291b402986d7d9769.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_92cc8565adae8396f12814c4e302069a9b799e75.pyx because it changed.
ok
test_named_expression_invalid_in_class_body (test_named_expressions.NamedExpressionInvalidTest) ... ok
test_named_expression_invalid_rebinding_comprehension_inner_loop (test_named_expressions.NamedExpressionInvalidTest) ... ok
@@ -24386,69 +24476,69 @@
test_named_expression_scope_22 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_23 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_24 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_25 (test_named_expressions.NamedExpressionScopeTest) ... [1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_dce462658741166d2fc2c832fb875eeb867edd86.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d46a0ba7a52131ae7833337c67c967653362eb47.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d46a0ba7a52131ae7833337c67c967653362eb47.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d46a0ba7a52131ae7833337c67c967653362eb47.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d46a0ba7a52131ae7833337c67c967653362eb47.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e7a20157b72a5ab302a2dd0d2cea075ce506882e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e7a20157b72a5ab302a2dd0d2cea075ce506882e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_06536ef3af7617ae408c928dc989aed7e8d1b985.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_06536ef3af7617ae408c928dc989aed7e8d1b985.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_06536ef3af7617ae408c928dc989aed7e8d1b985.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_06536ef3af7617ae408c928dc989aed7e8d1b985.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6571b9c16e5a703481cd0296a118ff4a78dbe1e0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6571b9c16e5a703481cd0296a118ff4a78dbe1e0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e6f24b88c935934e0600015aaf47fee75a6d7258.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e6f24b88c935934e0600015aaf47fee75a6d7258.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9c824ac1d3d84d8342ff78645355fe119970a1c4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9c824ac1d3d84d8342ff78645355fe119970a1c4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9c824ac1d3d84d8342ff78645355fe119970a1c4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9c824ac1d3d84d8342ff78645355fe119970a1c4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_eb83b5f6d00a03e8eb335e4047d2f8eb959f85d2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_eb83b5f6d00a03e8eb335e4047d2f8eb959f85d2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_447c31a58c7d6e89961f25eb6ecae478f4db1605.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_447c31a58c7d6e89961f25eb6ecae478f4db1605.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_447c31a58c7d6e89961f25eb6ecae478f4db1605.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_447c31a58c7d6e89961f25eb6ecae478f4db1605.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3a1aa9005a19402d9b98f37cc071138ee9271ab0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3a1aa9005a19402d9b98f37cc071138ee9271ab0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ac5ae277e46dea46fd4bef3cfdaaeb6149bd8bf0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ac5ae277e46dea46fd4bef3cfdaaeb6149bd8bf0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2910f8167a0fc84feb1c56629bf74ea54a4233e3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2910f8167a0fc84feb1c56629bf74ea54a4233e3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1a9eeedebd17a27f3d79ce643992192fad668c55.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1a9eeedebd17a27f3d79ce643992192fad668c55.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_db3a0e669526d03b10eee0a1c99f9d2198a1b3ac.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_db3a0e669526d03b10eee0a1c99f9d2198a1b3ac.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bcf1da04ec0e25c3889290da61aa38b92133d9c1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bcf1da04ec0e25c3889290da61aa38b92133d9c1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1a1767863e0e1f8d05bd3d01b52ea5931b120d20.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1a1767863e0e1f8d05bd3d01b52ea5931b120d20.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c4902b11cb591780da5e744648909bffec9060d0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c4902b11cb591780da5e744648909bffec9060d0.pyx
test_named_expression_scope_25 (test_named_expressions.NamedExpressionScopeTest) ... [1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_92cc8565adae8396f12814c4e302069a9b799e75.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_83df80cb08fdf227ce4385fad405e9b9cb48f4ce.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_83df80cb08fdf227ce4385fad405e9b9cb48f4ce.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_83df80cb08fdf227ce4385fad405e9b9cb48f4ce.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_83df80cb08fdf227ce4385fad405e9b9cb48f4ce.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4f004116b3bd4e11b1828b9499e48bfd51a87429.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4f004116b3bd4e11b1828b9499e48bfd51a87429.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d25dd5cc6d3e3253a352ce228d52d18ecaf55bed.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d25dd5cc6d3e3253a352ce228d52d18ecaf55bed.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d25dd5cc6d3e3253a352ce228d52d18ecaf55bed.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d25dd5cc6d3e3253a352ce228d52d18ecaf55bed.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b32fefab4032a347148f7c06400e47913ea7ac40.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b32fefab4032a347148f7c06400e47913ea7ac40.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_31b5ed29a7e503c0d37d3eada3ea2437a37cf94b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_31b5ed29a7e503c0d37d3eada3ea2437a37cf94b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5623aad28c3edc2da48a611a90004e800f1f5b22.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5623aad28c3edc2da48a611a90004e800f1f5b22.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5623aad28c3edc2da48a611a90004e800f1f5b22.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5623aad28c3edc2da48a611a90004e800f1f5b22.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_26ccb37ef8ea12415b5e896ce9d78519758a5366.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_26ccb37ef8ea12415b5e896ce9d78519758a5366.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_82ebffce68d7c7711f36f333315fc470aafb9d49.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_82ebffce68d7c7711f36f333315fc470aafb9d49.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_82ebffce68d7c7711f36f333315fc470aafb9d49.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_82ebffce68d7c7711f36f333315fc470aafb9d49.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a7bb3cc2b235ed8c651e1d39e2911a86fb9c7bc1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a7bb3cc2b235ed8c651e1d39e2911a86fb9c7bc1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a862b8cdd7a9f78aaf6d631ea2cfbe35087989fa.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a862b8cdd7a9f78aaf6d631ea2cfbe35087989fa.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6dc1df472f41fb3ac042e89236d6373c1944f19d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6dc1df472f41fb3ac042e89236d6373c1944f19d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d735a5c33f00da006374fa1a03da23abf58ab5af.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d735a5c33f00da006374fa1a03da23abf58ab5af.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b0d1ff981f329207d70e3ec2f9e4c3336797c865.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b0d1ff981f329207d70e3ec2f9e4c3336797c865.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1bbd5092dfd338cd084685c1996e89137d09cb9f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1bbd5092dfd338cd084685c1996e89137d09cb9f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1d6d3e42c581c2809c42768819fb308b1ac07259.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1d6d3e42c581c2809c42768819fb308b1ac07259.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a25f6b836724e006a4d5c0a6397f5abe4f9fbe8c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a25f6b836724e006a4d5c0a6397f5abe4f9fbe8c.pyx
Couldn't find 'a'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_dec03330bb125095e4c2a6ffe6717e1ab6ff140f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_dec03330bb125095e4c2a6ffe6717e1ab6ff140f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cbff181500cef7a6136391a3c97ae0145e5da7c3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cbff181500cef7a6136391a3c97ae0145e5da7c3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_23b52cd7cb491c2ed99d05797cabe9d6f906b44d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_23b52cd7cb491c2ed99d05797cabe9d6f906b44d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e788294d6bf31e8d1362a23dbf016f392ead9281.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e788294d6bf31e8d1362a23dbf016f392ead9281.pyx
ok
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a85e46b4ca75bb6e76cf1af98c9e10fea85cb9e4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a85e46b4ca75bb6e76cf1af98c9e10fea85cb9e4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d73f59f51ac37cca2798a525f4bdf1a3d47aa2a2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d73f59f51ac37cca2798a525f4bdf1a3d47aa2a2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b1e92dc483a40f478adb3c7b25d07398f91932d6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b1e92dc483a40f478adb3c7b25d07398f91932d6.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cb24f2844b04a5c68b2355e9b01224d7daa9696b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cb24f2844b04a5c68b2355e9b01224d7daa9696b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e15e16422e30ecc4ae51bc67017438d7f7e9041a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e15e16422e30ecc4ae51bc67017438d7f7e9041a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8ab8bd281d6cc308817646300bdff804f5415043.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8ab8bd281d6cc308817646300bdff804f5415043.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_61c85be540dd8e2f9bacdb4d9f090a5ce76445ba.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_61c85be540dd8e2f9bacdb4d9f090a5ce76445ba.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_85b06245f02dfb026a35620867e1f21184904e85.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_85b06245f02dfb026a35620867e1f21184904e85.pyx
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f38ca10dd51d37c3d11363736843330fee9c65d6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f38ca10dd51d37c3d11363736843330fee9c65d6.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4171d4a7bba9fc4dd08b847356c9514c29e0aedc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4171d4a7bba9fc4dd08b847356c9514c29e0aedc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_af6fb9d60eb223f4adf2c39d9b57ca19f0131031.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_af6fb9d60eb223f4adf2c39d9b57ca19f0131031.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9bb6cd29f22bcb12fb1fbf204c463585a82c1965.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9bb6cd29f22bcb12fb1fbf204c463585a82c1965.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e336d5279bf2ea549cc447dd223f6b43d164240f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e336d5279bf2ea549cc447dd223f6b43d164240f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b902faef2930ac53f7334209b73f90825ddc1f2f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b902faef2930ac53f7334209b73f90825ddc1f2f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fab5bc10e946bb8dca9f0ea02be90c44020767c1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fab5bc10e946bb8dca9f0ea02be90c44020767c1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7b374a530521307198835f81cac837ee5ce68f55.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7b374a530521307198835f81cac837ee5ce68f55.pyx
ok
runTest (__main__.CythonUnitTestCase)
[-1] compiling (c) tests in and running test_raisefrom ... test_class_cause (test_raisefrom.TestCause) ... ok
@@ -26430,11 +26520,11 @@
cp_unused_simple (unused)
Doctest: unused.cp_unused_simple ... ok
Compiler output for module unused:
unused.c:2672:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function]
 2672 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) {
unused.c:2712:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function]
 2712 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unused.c:2622:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function]
 2622 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused.c:2662:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function]
 2662 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -26445,11 +26535,11 @@
cp_unused_simple (unused)
Doctest: unused.cp_unused_simple ... ok
Compiler output for module unused:
unused.cpp:2684:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function]
 2684 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) {
unused.cpp:2724:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function]
 2724 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unused.cpp:2634:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2634 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused.cpp:2674:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2674 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -26464,11 +26554,11 @@
def_unused_metho (unused_args)
Doctest: unused_args.def_unused_metho ... ok
Compiler output for module unused_args:
unused_args.c:2702:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function]
 2702 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) {
unused_args.c:2742:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function]
 2742 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unused_args.c:2652:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function]
 2652 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused_args.c:2692:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function]
 2692 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -26483,11 +26573,11 @@
def_unused_metho (unused_args)
Doctest: unused_args.def_unused_metho ... ok
Compiler output for module unused_args:
unused_args.cpp:2714:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_11unused_args_c_unused_optional*)' defined but not used [-Wunused-function]
 2714 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) {
unused_args.cpp:2754:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_11unused_args_c_unused_optional*)' defined but not used [-Wunused-function]
 2754 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unused_args.cpp:2664:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2664 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused_args.cpp:2704:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2704 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -26838,12 +26928,12 @@
test_broken_getattr_handling (yield_from_pep380)
Doctest: yield_from_pep380.test_broken_getattr_handling ... Exception ignored in: <yield_from_pep380.test_broken_getattr_handling.<locals>.Broken object at $(POINTER)>
Traceback (most recent call last):
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19645)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19776)
    1/0
ZeroDivisionError: integer division or modulo by zero
Exception ignored in: <yield_from_pep380.test_broken_getattr_handling.<locals>.Broken object at $(POINTER)>
Traceback (most recent call last):
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19645)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19776)
    1/0
ZeroDivisionError: integer division or modulo by zero
ok
@@ -26921,12 +27011,12 @@
test_broken_getattr_handling (yield_from_pep380)
Doctest: yield_from_pep380.test_broken_getattr_handling ... Exception ignored in: <yield_from_pep380.test_broken_getattr_handling.<locals>.Broken object at $(POINTER)>
Traceback (most recent call last):
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19657)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19788)
    1/0
ZeroDivisionError: integer division or modulo by zero
Exception ignored in: <yield_from_pep380.test_broken_getattr_handling.<locals>.Broken object at $(POINTER)>
Traceback (most recent call last):
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19657)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19788)
    1/0
ZeroDivisionError: integer division or modulo by zero
ok
@@ -27078,476 +27168,6 @@
voidfunc (cppwrap)
Doctest: cppwrap.voidfunc ... ok
test_embed (__main__.EmbedTest) ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) p1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) p1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) embedded ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode_cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) utf_eight ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) utf_eight ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) matrix ... ok
runTest (__main__.CythonCompileTestCase)
@@ -28046,10 +27666,480 @@
[-1] compiling (cpp/cy2) vector_demo ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wrapper_vector ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) p1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) p1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) embedded ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode_cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) utf_eight ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) utf_eight ... ok
runTest (__main__.TestCodeFormat) ... ok
----------------------------------------------------------------------
Ran 15004 tests
Ran 15045 tests
OK (skipped=91)
Following tests excluded because of missing dependencies on your system:
@@ -28081,19 +28171,24 @@
   run.numpy_test
   run.test_shadow_error
   run.ufunc
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_fused
   numpy_ufuncs.ufunc_fused
   numpy.convolve2
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_fused
   numpy_ufuncs.ufunc_fused
ALL DONE
Compiler output for module parallel:
parallel.cpp: In function 'int __pyx_pymod_exec_parallel(PyObject*)':
parallel.cpp:2423:47: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
 2423 |                 for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
      |                                     ~~~~~~~~~~^~~~~~~~~~~
Compiler output for module utf_eight:
utf_eight.cpp:2063:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length_and_free(char*, size_t)' defined but not used [-Wunused-function]
 2063 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length_and_free(char *__pyx_v_s, size_t __pyx_v_length) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utf_eight.cpp:2011:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length(char*, size_t)' defined but not used [-Wunused-function]
 2011 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length(char *__pyx_v_s, size_t __pyx_v_length) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utf_eight.cpp:1955:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode(char*)' defined but not used [-Wunused-function]
 1955 | static PyObject *__pyx_f_9utf_eight_tounicode(char *__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~