Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
python/Cython: update to 3.0.10

7 files modified
2527 ■■■■ changed files
components/python/Cython/Makefile 7 ●●●● 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/python-integrate-project.conf 3 ●●●●● patch | view | raw | blame | history
components/python/Cython/test/results-all.master 2493 ●●●● patch | view | raw | blame | history
components/python/Cython/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        Cython
HUMAN_VERSION =            3.0.9
HUMAN_VERSION =            3.0.10
COMPONENT_SUMMARY =        Cython - The Cython compiler for writing C extensions in the Python language.
COMPONENT_PROJECT_URL =        https://cython.org/
COMPONENT_ARCHIVE_HASH =    \
    sha256:a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3
    sha256:dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE.txt
@@ -44,6 +44,9 @@
# Remove profiling info
COMPONENT_TEST_TRANSFORMS += "-e '/^Most expensive pipeline stages:/d'"
# https://github.com/OpenIndiana/oi-userland/pull/16549#issuecomment-2037519250
TEST_CONFLICTING_PACKAGES.python += library/python/numpy
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
components/python/Cython/patches/02-test_int_pow.patch
@@ -1,7 +1,7 @@
https://www.illumos.org/issues/15015
--- Cython-3.0.9/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.9/tests/run/complex_numbers_T305.pyx
--- Cython-3.0.10/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.10/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.9/runtests.py.orig
+++ Cython-3.0.9/runtests.py
@@ -2110,12 +2110,12 @@
--- Cython-3.0.10/runtests.py.orig
+++ Cython-3.0.10/runtests.py
@@ -2108,12 +2108,12 @@
         self.old_dir = os.getcwd()
         os.chdir(self.working_dir)
         os.system(
@@ -15,7 +15,7 @@
         except:
             pass
         os.chdir(self.old_dir)
@@ -2134,7 +2134,7 @@
@@ -2132,7 +2132,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.9/runtests.py.orig
+++ Cython-3.0.9/runtests.py
@@ -716,7 +716,6 @@
--- Cython-3.0.10/runtests.py.orig
+++ Cython-3.0.10/runtests.py
@@ -714,7 +714,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):
@@ -2645,7 +2644,6 @@
@@ -2643,7 +2642,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.9/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.9/tests/run/cpp_stl_cmath_cpp17.pyx
--- Cython-3.0.10/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.10/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/python-integrate-project.conf
@@ -33,3 +33,6 @@
COMPONENT_TEST_TRANSFORMS += "-e '/^libgcov profiling error:/d'"
# Remove profiling info
COMPONENT_TEST_TRANSFORMS += "-e '/^Most expensive pipeline stages:/d'"
# https://github.com/OpenIndiana/oi-userland/pull/16549#issuecomment-2037519250
TEST_CONFLICTING_PACKAGES.python += library/python/numpy
components/python/Cython/test/results-all.master
@@ -1,110 +1,132 @@
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> $(PYTHON) runtests.py -vv
Python 3.9.18 (main, Feb 16 2024, 14:45:38)
Python 3.9.19 (main, Mar 26 2024, 20:30:24)
[GCC 13.2.0]
Running tests against Cython 3.0.9
Running tests against Cython 3.0.10
Using Cython language level 2.
Backends: c,cpp
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/tmp9p_1c62x:58: Error in sourced command file:
Undefined command: "from".  Try "help".
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)
Test dependency not found: 'numpy'
Test dependency not found: 'pythran'
Test dependency found: 'setuptools.sandbox' version 69.1.0
Test dependency found: 'asyncio' version 3.9.18
Test dependency found: 'pstats' version 3.9.18
Test dependency found: 'posix' version 3.9.18
Test dependency found: 'array' version 3.9.18
Test dependency found: 'Cython.Coverage' version 3.0.9
Test dependency found: 'Cython.Coverage' version 3.0.9
Test dependency found: 'IPython.testing.globalipapp' version 8.18.1
Test dependency not found: 'jedi_BROKEN_AND_DISABLED'
Test dependency found: 'test.support' version 3.9.18
Excluding build.setuptools_reimport because it's listed in tests/bugs.txt
Excluding errors.missing_baseclass_in_predecl_T262 because it's listed in tests/bugs.txt
Excluding run.cfunc_call_tuple_args_T408 because it's listed in tests/bugs.txt
Excluding run.cimport_alias_subclass because it's listed in tests/bugs.txt
Excluding run.class_attribute_init_values_T18 because it's listed in tests/bugs.txt
Excluding run.for_from_pyvar_loop_T601 because it's listed in tests/bugs.txt
Excluding run.generator_expressions_in_class because it's listed in tests/bugs.txt
Excluding run.gil_in_var_initialization_tests because it's listed in tests/bugs.txt
Excluding run.inherited_final_method because it's listed in tests/bugs.txt
Excluding run.inlined_generator_expressions because it's listed in tests/bugs.txt
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 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: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: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: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: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: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
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/options.pyx in cache
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/options.pyx in cache
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
test_cython_annotate (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... Content of stderr:
/home/marcel/.cache/ipython/cython/_cython_magic_32b8ba024e0a4472a199ca76e289dc2c28b1e9f1.c: In function '__Pyx_PyBool_FromLong':
/home/marcel/.cache/ipython/cython/_cython_magic_32b8ba024e0a4472a199ca76e289dc2c28b1e9f1.c:6945:1: warning: '/home/marcel/.cache/ipython/cython//home/marcel/.cache/ipython/cython/home/marcel/.cache/ipython/cython/_cython_magic_32b8ba024e0a4472a199ca76e289dc2c28b1e9f1.gcda' profile count data file not found [-Wmissing-profile]
 6945 | }
      | ^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) ... warning: .cython-cache-dir/inline/_cython_inline_191084d98257198caa8b6b3b10f2e85054bdc21b.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_191084d98257198caa8b6b3b10f2e85054bdc21b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_191084d98257198caa8b6b3b10f2e85054bdc21b.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: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_1161ca7f91f2ce462e2a185d7f04cb9529a5d000.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_3str (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Werror (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Wextra (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_first_fullc_second (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_fullc (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_fullc_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_long (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_short (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_capi_reexport_cincludes (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_cimport_from_pyx (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_long (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_multiple (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_multiple_v2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_short (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_convert_range (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_coverage_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_coverage_overwrites_annotation (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_debug_flags (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_key_invalid (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_multiple (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_multiple_v2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_no_value (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_invalid (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_no (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_yes (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_embed_before_positional (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_errors (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_fast_fail (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_file_inbetween (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb_overwrites_gdb_outdir (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_line_directives (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_long_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_module_name (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_multiple_files (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_no_annotate (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_no_c_in_traceback (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_old_style_globals (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_option_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_option_trailing (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_options_with_values (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_o (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_w (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_z (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_two_embeds (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_two_embeds2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
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_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_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... 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_deepcopy (Cython.Compiler.Tests.TestFlowControl.TestGraph) ... 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_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_equality (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityCode) ... 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_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_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
test_node_path_attribute_dotted (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_exists (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_exists_not (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_string_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_child (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_node_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
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_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_backslash (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_comment (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_comment_and_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
@@ -118,6 +140,58 @@
test_single_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_triple_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_unicode (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Test dependency not found: 'numpy'
Test dependency not found: 'pythran'
Test dependency found: 'setuptools.sandbox' version 69.2.0
Test dependency found: 'asyncio' version 3.9.19
Test dependency found: 'pstats' version 3.9.19
Test dependency found: 'posix' version 3.9.19
Test dependency found: 'array' version 3.9.19
Test dependency found: 'Cython.Coverage' version 3.0.10
Test dependency found: 'Cython.Coverage' version 3.0.10
Test dependency found: 'IPython.testing.globalipapp' version 8.18.1
Test dependency not found: 'jedi_BROKEN_AND_DISABLED'
Test dependency found: 'test.support' version 3.9.19
Excluding build.setuptools_reimport because it's listed in tests/bugs.txt
Excluding errors.missing_baseclass_in_predecl_T262 because it's listed in tests/bugs.txt
Excluding run.cfunc_call_tuple_args_T408 because it's listed in tests/bugs.txt
Excluding run.cimport_alias_subclass because it's listed in tests/bugs.txt
Excluding run.class_attribute_init_values_T18 because it's listed in tests/bugs.txt
Excluding run.for_from_pyvar_loop_T601 because it's listed in tests/bugs.txt
Excluding run.generator_expressions_in_class because it's listed in tests/bugs.txt
Excluding run.gil_in_var_initialization_tests because it's listed in tests/bugs.txt
Excluding run.inlined_generator_expressions because it's listed in tests/bugs.txt
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_c84d49882ae0cf631653e6ab166fa6d52e6b8c27.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c84d49882ae0cf631653e6ab166fa6d52e6b8c27.pyx
ok
test_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_c8d11757a1f27779be1d60b04679eb156efb741c.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c8d11757a1f27779be1d60b04679eb156efb741c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c8d11757a1f27779be1d60b04679eb156efb741c.pyx
ok
test_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_243087988f15be1e63387a1ba08395f55f8fa0b4.pyx:6:4: Unreachable code
ok
test_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6e87b518f01adb602913b3e223381230db891429.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6e87b518f01adb602913b3e223381230db891429.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_61ce87713efe2a52e5e7aac67e5f722860b70c83.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_61ce87713efe2a52e5e7aac67e5f722860b70c83.pyx
ok
test_locals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_748d9f5293be5cebe1ebc2ca249004d5c12034ee.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_98e1d227db0013baf12f8cb2aaee5ce78ccb8860.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_09518932535c02a0b1ad830d6cb0526c7e353cd7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_09518932535c02a0b1ad830d6cb0526c7e353cd7.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_44f1549845cd31af0bfe6b089b5b703e6b94b356.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_4feb5748caf5d5a87287ccbfc3a566bc3df41fb6.pyx:8:4: Unreachable code
ok
test_annotate_and_optional (Cython.Build.Tests.TestCythonizeArgsParser.TestCythonizeArgsParser) ... ok
test_annotate_and_positional (Cython.Build.Tests.TestCythonizeArgsParser.TestCythonizeArgsParser) ... ok
test_annotate_fullc (Cython.Build.Tests.TestCythonizeArgsParser.TestCythonizeArgsParser) ... ok
@@ -183,36 +257,44 @@
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_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4262e818b46069a4014fa85c40d1d58840d634c2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4262e818b46069a4014fa85c40d1d58840d634c2.pyx
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: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_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_4b6ba188765fe30c2a41af07aa47f2a5cc4d24cc.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4b6ba188765fe30c2a41af07aa47f2a5cc4d24cc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4b6ba188765fe30c2a41af07aa47f2a5cc4d24cc.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_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_b6893945a4880e887fe6f59e77f3d47b2c3edc1d.pyx:6:4: Unreachable code
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_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0a679400c1c3d41759cc96613dca57283811bdc2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0a679400c1c3d41759cc96613dca57283811bdc2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bbf2d8aa46d9be16cced010cd2737461104cff5e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bbf2d8aa46d9be16cced010cd2737461104cff5e.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: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
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/options.pyx in cache
Compiling TEST_TMP/cycache-test/src/options.pyx because it changed.
[1/1] Found compiled TEST_TMP/cycache-test/src/options.pyx in cache
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_8a50bcf4bd1453bf05037237f6ca5baa84d7c2b8.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5340bfc4f4b73d326ea5c3ae13031134b5d3a618.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5340bfc4f4b73d326ea5c3ae13031134b5d3a618.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_d795aff536062ec09f66c34e8a32ccff954121f8.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_aea23e17f665fd40a847198de7e7e2cb4fbeb760.pyx:8:4: Unreachable code
ok
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_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: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
@@ -253,6 +335,36 @@
Compiling TEST_TMP/recythonize-test/src/a.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
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
test_cython_annotate (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... Content of stderr:
/export/home/marcel/.cache/ipython/cython/_cython_magic_e39062f624aabbf5092a7d563142bec8711505b0.c: In function '__Pyx_PyBool_FromLong':
/export/home/marcel/.cache/ipython/cython/_cython_magic_e39062f624aabbf5092a7d563142bec8711505b0.c:6975:1: warning: '/export/home/marcel/.cache/ipython/cython//export/home/marcel/.cache/ipython/cython/export/home/marcel/.cache/ipython/cython/_cython_magic_e39062f624aabbf5092a7d563142bec8711505b0.gcda' profile count data file not found [-Wmissing-profile]
 6975 | }
      | ^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_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: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
test_cython_verbose (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) ... [1/1] Cythonizing /export/home/marcel/.cache/ipython/cython/_cython_magic_6ca3c45e5649f5165fb0c6c610f5ea0d4d6e2f8d.pyx
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_all_types_in_shadow (Cython.Tests.TestShadow.TestShadow) ... ok
test_int_types_in_shadow (Cython.Tests.TestShadow.TestShadow) ... ok
test_most_types (Cython.Tests.TestShadow.TestShadow) ... ok
test_insertion (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_markers (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_attribute (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_cascaded_assignment (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_cdef (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
@@ -268,18 +380,6 @@
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_insertion (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_markers (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_all_types_in_shadow (Cython.Tests.TestShadow.TestShadow) ... ok
test_int_types_in_shadow (Cython.Tests.TestShadow.TestShadow) ... ok
test_most_types (Cython.Tests.TestShadow.TestShadow) ... 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_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
@@ -291,126 +391,22 @@
test_print_version_stdouterr (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_requirements_for_Cached (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
test_try_finally_contextmanager (Cython.Tests.TestCythonUtils.TestCythonUtils) ... 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_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... 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_put_back_positions (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_tentatively_scan (Cython.Compiler.Tests.TestScanning.TestScanning) ... 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_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_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
test_node_path_attribute_dotted (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_exists (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_exists_not (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_attribute_string_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_child (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
test_node_path_node_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok
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_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_3str (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Werror (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_Wextra (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_first_fullc_second (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_fullc (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_fullc_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_long (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_annotate_short (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_capi_reexport_cincludes (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_cimport_from_pyx (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_long (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_multiple (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_multiple_v2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_compile_time_env_short (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_convert_range (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_coverage_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_coverage_overwrites_annotation (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_debug_flags (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_key_invalid (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_multiple (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_multiple_v2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_no_value (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_invalid (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_no (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_directive_value_yes (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_embed_before_positional (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_errors (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_fast_fail (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_file_inbetween (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_gdb_overwrites_gdb_outdir (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_line_directives (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_long_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_module_name (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_multiple_files (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_no_annotate (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_no_c_in_traceback (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_old_style_globals (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_option_first (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_option_trailing (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_options_with_values (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_o (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_w (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_short_z (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_two_embeds (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
test_two_embeds2 (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok
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_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_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_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_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/tmp9t942846:58: Error in sourced command file:
Undefined command: "from".  Try "help".
ok
StringIOTree (Cython)
Doctest: Cython.StringIOTree ... ok
parse_list (Cython.Build.Dependencies)
Doctest: Cython.Build.Dependencies.parse_list ... ok
normalise_encoding_name (Cython.Compiler.Options)
Doctest: Cython.Compiler.Options.normalise_encoding_name ... ok
parse_compile_time_env (Cython.Compiler.Options)
@@ -423,6 +419,8 @@
Doctest: Cython.Compiler.Options.parse_variable_value ... ok
TreeVisitor (Cython.Compiler.Visitor)
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
parse_list (Cython.Build.Dependencies)
Doctest: Cython.Build.Dependencies.parse_list ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running bufaccess ... acquire_failure1 (bufaccess)
Doctest: bufaccess.acquire_failure1 ... ok
@@ -891,8 +889,8 @@
[-1] compiling (cpp/cy2) branch_hints ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running buildenv ... Python build environment:
Python  sys.version_info(major=3, minor=9, micro=18, releaselevel='final', serial=0)
PY_VERSION_HEX  0x30912F0
Python  sys.version_info(major=3, minor=9, micro=19, releaselevel='final', serial=0)
PY_VERSION_HEX  0x30913F0
CYTHON_COMPILING_IN_CPYTHON  1
CYTHON_COMPILING_IN_LIMITED_API  0
@@ -963,8 +961,8 @@
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running buildenv ... Python build environment:
Python  sys.version_info(major=3, minor=9, micro=18, releaselevel='final', serial=0)
PY_VERSION_HEX  0x30912F0
Python  sys.version_info(major=3, minor=9, micro=19, releaselevel='final', serial=0)
PY_VERSION_HEX  0x30913F0
CYTHON_COMPILING_IN_CPYTHON  1
CYTHON_COMPILING_IN_LIMITED_API  0
@@ -1646,6 +1644,10 @@
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nogil ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nogil_perf_hints ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nogil_perf_hints ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonctypedefclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonctypedefclass ... ok
@@ -2288,13 +2290,93 @@
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running cfunc_convert_with_memoryview ... test_memview_wrapping (cfunc_convert_with_memoryview)
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:2226:76: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2226 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__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:2238:76: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
 2238 |   __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__etc __pyx_t_1;
      |                                                                            ^~~~~~~~~
Compiler output for module complex_annotations:
complex_annotations.c:1996:18: warning: '__pyx_f_19complex_annotations_f' defined but not used [-Wunused-function]
 1996 | 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:2008:18: warning: 'PyObject* __pyx_f_19complex_annotations_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 2008 | 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:2002:18: warning: '__pyx_f_18complex_decorators_f' defined but not used [-Wunused-function]
 2002 | 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:2014:18: warning: 'PyObject* __pyx_f_18complex_decorators_f(__pyx_t_double_complex)' defined but not used [-Wunused-function]
 2014 | 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:2299:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2299 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2298:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2298 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2297:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2297 |   char __pyx_v_a_2d_char_array[10][20];
      |        ^~~~~~~~~~~~~~~~~~~~~~~
cvardef.c:2296:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2296 |   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:2308:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable]
 2308 |   char __pyx_v_a_sized_char_array[10];
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2309:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable]
 2309 |   char __pyx_v_a_2d_char_array[10][20];
      |        ^~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2310:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable]
 2310 |   char *__pyx_v_a_2d_char_ptr_array[10][20];
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cvardef.cpp:2311:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable]
 2311 |   char **__pyx_v_a_2d_char_ptr_ptr_array[10][20];
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module jiba6:
jiba6.c: In function '__pyx_f_5jiba6_f':
jiba6.c:1920:3: warning: '__pyx_v_f1' is used uninitialized [-Wuninitialized]
 1920 |   memcpy(__pyx_v_f1, __pyx_v_f2, 1);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jiba6.c:1901:9: note: '__pyx_v_f1' declared here
 1901 |   float __pyx_v_f1[3];
      |         ^~~~~~~~~~
Compiler output for module jiba6:
jiba6.cpp: In function 'void __pyx_f_5jiba6_f()':
jiba6.cpp:1932:9: warning: '__pyx_v_f1' is used uninitialized [-Wuninitialized]
 1932 |   memcpy(__pyx_v_f1, __pyx_v_f2, 1);
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
jiba6.cpp:1913:9: note: '__pyx_v_f1' declared here
 1913 |   float __pyx_v_f1[3];
      |         ^~~~~~~~~~
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:2253:5: error: duplicate case value
 2253 |     case 1+0:
e_switch_transform.c:2283:5: error: duplicate case value
 2283 |     case 1+0:
      |     ^~~~
e_switch_transform.c:2252:5: note: previously used here
 2252 |     case 1:
e_switch_transform.c:2282:5: note: previously used here
 2282 |     case 1:
      |     ^~~~
runTest (__main__.CythonRunTestCase)
@@ -2839,8 +2921,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:101225:38: warning: taking address of packed member of 'struct __pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101225 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
memslice.c:101279:38: warning: taking address of packed member of 'struct __pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101279 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
       |                                     ~^~~~~
acquired default
@@ -3060,8 +3142,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:101242:39: warning: taking address of packed member of '__pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101242 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
memslice.cpp:101296:39: warning: taking address of packed member of '__pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member]
101296 |     member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad;
       |                                     ~~^~~~
acquired default
@@ -4517,11 +4599,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:2675:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2675 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
builtin_basestring.c:2705:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2705 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
      |                                       ^~
builtin_basestring.c:2704:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2704 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
builtin_basestring.c:2734:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2734 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
      |                                       ^~
runTest (__main__.CythonRunTestCase)
@@ -4539,11 +4621,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:2687:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2687 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
builtin_basestring.cpp:2717:39: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2717 |     __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type));
      |                  ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~
builtin_basestring.cpp:2716:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2716 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
builtin_basestring.cpp:2746:39: warning: self-comparison always evaluates to false [-Wtautological-compare]
 2746 |     __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type));
      |                  ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -8381,15 +8463,135 @@
[-1] compiling (c/cy2) and running complex_numbers_cmath_T2891 ... test_decomposing (complex_numbers_cmath_T2891)
Doctest: complex_numbers_cmath_T2891.test_decomposing ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running complex_numbers_cpp ... double_complex (complex_numbers_cpp)
[-1] compiling (cpp/cy2) and running complex_numbers_cpp ... double_abs (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_abs ... ok
double_addition_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_addition_with_scalar ... ok
double_arg (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_arg ... ok
double_complex (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_complex ... ok
double_conjugate (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_conjugate ... ok
double_cos (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_cos ... ok
double_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_double_comparison_equal ... ok
double_inplace_addition_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_addition_with_scalar ... ok
double_inplace_division_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_division_with_scalar ... ok
double_inplace_multiplication_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_multiplication_with_scalar ... ok
double_inplace_substraction_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_substraction_with_scalar ... ok
double_int (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_int ... ok
double_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_norm ... ok
double_polar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_polar ... ok
double_polar_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_polar_scalar ... ok
double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_pow ... ok
double_proj (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_proj ... ok
double_real_imaginary_accessors (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_real_imaginary_accessors ... ok
double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_real_imaginary_accessors_free_function ... ok
double_scalar_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_scalar_double_comparison_equal ... ok
double_scalar_double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_scalar_double_pow ... ok
double_sin (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_sin ... ok
double_unary_negation (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_unary_negation ... ok
double_unary_positive (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_unary_positive ... ok
scalar_double_arg (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_arg ... ok
scalar_double_conjugate (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_conjugate ... ok
scalar_double_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_double_comparison_equal ... ok
scalar_double_double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_double_pow ... ok
scalar_double_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_norm ... ok
scalar_double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_real_imaginary_accessors_free_function ... ok
scalar_float_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_float_norm ... ok
scalar_long_double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_long_double_real_imaginary_accessors_free_function ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running complex_numbers_cpp ... double_complex (complex_numbers_cpp)
[-1] compiling (cpp/cy2) and running complex_numbers_cpp ... double_abs (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_abs ... ok
double_addition_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_addition_with_scalar ... ok
double_arg (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_arg ... ok
double_complex (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_complex ... ok
double_conjugate (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_conjugate ... ok
double_cos (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_cos ... ok
double_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_double_comparison_equal ... ok
double_inplace_addition_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_addition_with_scalar ... ok
double_inplace_division_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_division_with_scalar ... ok
double_inplace_multiplication_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_multiplication_with_scalar ... ok
double_inplace_substraction_with_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_inplace_substraction_with_scalar ... ok
double_int (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_int ... ok
double_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_norm ... ok
double_polar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_polar ... ok
double_polar_scalar (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_polar_scalar ... ok
double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_pow ... ok
double_proj (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_proj ... ok
double_real_imaginary_accessors (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_real_imaginary_accessors ... ok
double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_real_imaginary_accessors_free_function ... ok
double_scalar_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_scalar_double_comparison_equal ... ok
double_scalar_double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_scalar_double_pow ... ok
double_sin (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_sin ... ok
double_unary_negation (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_unary_negation ... ok
double_unary_positive (complex_numbers_cpp)
Doctest: complex_numbers_cpp.double_unary_positive ... ok
scalar_double_arg (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_arg ... ok
scalar_double_conjugate (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_conjugate ... ok
scalar_double_double_comparison_equal (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_double_comparison_equal ... ok
scalar_double_double_pow (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_double_pow ... ok
scalar_double_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_norm ... ok
scalar_double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_double_real_imaginary_accessors_free_function ... ok
scalar_float_norm (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_float_norm ... ok
scalar_long_double_real_imaginary_accessors_free_function (complex_numbers_cpp)
Doctest: complex_numbers_cpp.scalar_long_double_real_imaginary_accessors_free_function ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running complex_numbers_cxx_T398 ... Complex3j (complex_numbers_cxx_T398)
Doctest: complex_numbers_cxx_T398.Complex3j ... ok
@@ -8922,14 +9124,14 @@
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:3586:164: warning: passing argument 1 of '__Pyx_CFunc_0818aa__17cpdef_extern_func___const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle' from incompatible pointer type [-Wincompatible-pointer-types]
 3586 |     PyObject* wrapped = __Pyx_CFunc_0818aa__17cpdef_extern_func___const_char__ptr__lParen__const_char__ptr__comma_int__rParennoexcept__etc_to_py_8haystack_6needle(strchr);
      |                                                                                                                                                                    ^~~~~~
      |                                                                                                                                                                    |
      |                                                                                                                                                                    char * (*)(const char *, int)
cpdef_extern_func.c:2722:171: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)'
 2722 | static PyObject *__Pyx_CFunc_0818aa__17cpdef_extern_func___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:3620:121: warning: passing argument 1 of '__Pyx_CFunc_0818aa__17cpdef_extern_func___const_char__ptr__lParen___etc_to_py_8haystack_6needle' from incompatible pointer type [-Wincompatible-pointer-types]
 3620 |     PyObject* wrapped = __Pyx_CFunc_0818aa__17cpdef_extern_func___const_char__ptr__lParen___etc_to_py_8haystack_6needle(strchr);
      |                                                                                                                         ^~~~~~
      |                                                                                                                         |
      |                                                                                                                         char * (*)(const char *, int)
cpdef_extern_func.c:2752:128: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)'
 2752 | static PyObject *__Pyx_CFunc_0818aa__17cpdef_extern_func___const_char__ptr__lParen___etc_to_py_8haystack_6needle(char const *(*__pyx_v_f)(char const *, int)) {
      |                                                                                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running cpdef_extern_func ... cpdef_extern_func ()
@@ -9427,14 +9629,14 @@
test_vector_iterator_subtraction (cpp_iterators)
Doctest: cpp_iterators.test_vector_iterator_subtraction ... ok
Compiler output for module cpp_iterators:
cpp_iterators.cpp:4015:18: warning: 'PyObject* __pyx_convert_set_to_py_int(const std::set<int>&)' defined but not used [-Wunused-function]
 4015 | static PyObject *__pyx_convert_set_to_py_int(std::set<int>  const &__pyx_v_s) {
cpp_iterators.cpp:4045:18: warning: 'PyObject* __pyx_convert_set_to_py_int(const std::set<int>&)' defined but not used [-Wunused-function]
 4045 | static PyObject *__pyx_convert_set_to_py_int(std::set<int>  const &__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp_iterators.cpp:3816:18: warning: 'PyObject* __pyx_convert_map_to_py_int____int(const std::map<int, int>&)' defined but not used [-Wunused-function]
 3816 | static PyObject *__pyx_convert_map_to_py_int____int(std::map<int,int>  const &__pyx_v_s) {
cpp_iterators.cpp:3846:18: warning: 'PyObject* __pyx_convert_map_to_py_int____int(const std::map<int, int>&)' defined but not used [-Wunused-function]
 3846 | static PyObject *__pyx_convert_map_to_py_int____int(std::map<int,int>  const &__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp_iterators.cpp:3635:18: warning: 'PyObject* __pyx_convert_list_to_py_int(const std::__cxx11::list<int>&)' defined but not used [-Wunused-function]
 3635 | static PyObject *__pyx_convert_list_to_py_int(std::list<int>  const &__pyx_v_v) {
cpp_iterators.cpp:3665:18: warning: 'PyObject* __pyx_convert_list_to_py_int(const std::__cxx11::list<int>&)' defined but not used [-Wunused-function]
 3665 | static PyObject *__pyx_convert_list_to_py_int(std::list<int>  const &__pyx_v_v) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -14479,8 +14681,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:8131:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function]
 8131 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
for_in_string.c:8161:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function]
 8161 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -14503,8 +14705,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:8143:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function]
 8143 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
for_in_string.cpp:8173:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function]
 8173 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) {
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -16018,6 +16220,24 @@
[-1] compiling (cpp/cy2) and running inhcmethcall ... inhcmethcall ()
Doctest: inhcmethcall ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running inherited_final_method ... BaseClass (inherited_final_method)
Doctest: inherited_final_method.BaseClass ... ok
ChildClass (inherited_final_method)
Doctest: inherited_final_method.ChildClass ... ok
test_BaseClass (inherited_final_method)
Doctest: inherited_final_method.test_BaseClass ... ok
test_ChildClass (inherited_final_method)
Doctest: inherited_final_method.test_ChildClass ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running inherited_final_method ... BaseClass (inherited_final_method)
Doctest: inherited_final_method.BaseClass ... ok
ChildClass (inherited_final_method)
Doctest: inherited_final_method.ChildClass ... ok
test_BaseClass (inherited_final_method)
Doctest: inherited_final_method.test_BaseClass ... ok
test_ChildClass (inherited_final_method)
Doctest: inherited_final_method.test_ChildClass ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running inline ... test (inline)
Doctest: inline.test ... ok
runTest (__main__.CythonRunTestCase)
@@ -17212,14 +17432,14 @@
test_value (legacy_implicit_noexcept)
Doctest: legacy_implicit_noexcept.test_value ... ok
Compiler output for module legacy_implicit_noexcept:
legacy_implicit_noexcept.c:2836:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning' defined but not used [-Wunused-function]
 2836 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning(void) {
legacy_implicit_noexcept.c:2886:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning' defined but not used [-Wunused-function]
 2886 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning(void) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
legacy_implicit_noexcept.c:2796:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str' defined but not used [-Wunused-function]
 2796 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str(void) {
legacy_implicit_noexcept.c:2846:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str' defined but not used [-Wunused-function]
 2846 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str(void) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
legacy_implicit_noexcept.c:2756:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object' defined but not used [-Wunused-function]
 2756 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject *__pyx_v_x) {
legacy_implicit_noexcept.c:2806:18: warning: '__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object' defined but not used [-Wunused-function]
 2806 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -17242,14 +17462,14 @@
test_value (legacy_implicit_noexcept)
Doctest: legacy_implicit_noexcept.test_value ... ok
Compiler output for module legacy_implicit_noexcept:
legacy_implicit_noexcept.cpp:2848:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning()' defined but not used [-Wunused-function]
 2848 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning(void) {
legacy_implicit_noexcept.cpp:2898:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning()' defined but not used [-Wunused-function]
 2898 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning(void) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
legacy_implicit_noexcept.cpp:2808:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str()' defined but not used [-Wunused-function]
 2808 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str(void) {
legacy_implicit_noexcept.cpp:2858:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str()' defined but not used [-Wunused-function]
 2858 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_str(void) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
legacy_implicit_noexcept.cpp:2768:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject*)' defined but not used [-Wunused-function]
 2768 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject *__pyx_v_x) {
legacy_implicit_noexcept.cpp:2818:18: warning: 'PyObject* __pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject*)' defined but not used [-Wunused-function]
 2818 | static PyObject *__pyx_f_24legacy_implicit_noexcept_test_noexcept_warning_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.EndToEndTest)
@@ -17649,17 +17869,17 @@
pass_on_locals (locals)
Doctest: locals.pass_on_locals ... ok
set_comp_scope (locals)
Doctest: locals.set_comp_scope ... ok
Compiler output for module locals:
locals.c: In function '__pyx_pf_6locals_14locals_ctype':
locals.c:3977:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3977 |   int *__pyx_v_p;
locals.c:4007:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 4007 |   int *__pyx_v_p;
      |        ^~~~~~~~~
locals.c: In function '__pyx_pf_6locals_16locals_ctype_inferred':
locals.c:4066:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4066 |   int *__pyx_v_b;
locals.c:4096:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4096 |   int *__pyx_v_b;
      |        ^~~~~~~~~
Doctest: locals.set_comp_scope ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running locals ... buffers_in_locals (locals)
Doctest: locals.buffers_in_locals ... ok
@@ -17685,12 +17905,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:3989:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 3989 |   int *__pyx_v_p;
locals.cpp:4019:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable]
 4019 |   int *__pyx_v_p;
      |        ^~~~~~~~~
locals.cpp: In function 'PyObject* __pyx_pf_6locals_16locals_ctype_inferred(PyObject*)':
locals.cpp:4078:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4078 |   int *__pyx_v_b;
locals.cpp:4108:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable]
 4108 |   int *__pyx_v_b;
      |        ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -18174,6 +18394,8 @@
Doctest: nogil.test_copy_array_exception ... ok
test_copy_array_exception_nogil (nogil)
Doctest: nogil.test_copy_array_exception_nogil ... ok
test_declared_in_pxd (nogil)
Doctest: nogil.test_declared_in_pxd ... ok
test_get_gil_in_nogil (nogil)
Doctest: nogil.test_get_gil_in_nogil ... ok
test_initalize_array (nogil)
@@ -18199,6 +18421,8 @@
Doctest: nogil.test_copy_array_exception ... ok
test_copy_array_exception_nogil (nogil)
Doctest: nogil.test_copy_array_exception_nogil ... ok
test_declared_in_pxd (nogil)
Doctest: nogil.test_declared_in_pxd ... ok
test_get_gil_in_nogil (nogil)
Doctest: nogil.test_get_gil_in_nogil ... ok
test_initalize_array (nogil)
@@ -19498,16 +19722,16 @@
Doctest: pointers.if_tests ... ok
Compiler output for module pointers:
pointers.c: In function '__pyx_pf_8pointers_compare':
pointers.c:2328:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2328 |   __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:2358:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2358 |   __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:2635:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2635 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.c:2665:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2665 |   __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:2845:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2845 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.c:2875:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2875 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                                           ^~
runTest (__main__.CythonRunTestCase)
@@ -19525,16 +19749,16 @@
Doctest: pointers.if_tests ... ok
Compiler output for module pointers:
pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_compare(PyObject*)':
pointers.cpp:2340:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2340 |   __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:2370:65: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2370 |   __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:2647:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2647 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.cpp:2677:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2677 |   __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:2857:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2857 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
pointers.cpp:2887:43: warning: self-comparison always evaluates to true [-Wtautological-compare]
 2887 |   __pyx_t_2 = (__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -19909,16 +20133,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:1950:14: warning: '__Pyx_call_line_trace_func' defined but not used [-Wunused-function]
 1950 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
pstats_profile_test_py.c:1980:14: warning: '__Pyx_call_line_trace_func' defined but not used [-Wunused-function]
 1980 |   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:1962:14: warning: 'int __Pyx_call_line_trace_func(PyThreadState*, PyFrameObject*, int)' defined but not used [-Wunused-function]
 1962 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
pstats_profile_test_py.cpp:1992:14: warning: 'int __Pyx_call_line_trace_func(PyThreadState*, PyFrameObject*, int)' defined but not used [-Wunused-function]
 1992 |   static int __Pyx_call_line_trace_func(PyThreadState *tstate, PyFrameObject *frame, int lineno) {
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -20255,12 +20479,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:11711:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11711 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.c:11741:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11741 |   __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:11800:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11800 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.c:11830:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11830 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                          ^~
runTest (__main__.CythonRunTestCase)
@@ -20331,12 +20555,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:11723:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11723 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.cpp:11753:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11753 |   __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:11812:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11812 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
pure_py.cpp:11842:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
11842 |   __pyx_t_2 = (__pyx_v_f == __pyx_v_f);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -20412,8 +20636,8 @@
test_struct (pure_py3)
Doctest: pure_py3.test_struct ... ok
Compiler output for module pure_py3:
pure_py3.c:3724:18: warning: '__pyx_f_8pure_py3_test_cdef_return_object' defined but not used [-Wunused-function]
 3724 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
pure_py3.c:3754:18: warning: '__pyx_f_8pure_py3_test_cdef_return_object' defined but not used [-Wunused-function]
 3754 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -20428,8 +20652,8 @@
test_struct (pure_py3)
Doctest: pure_py3.test_struct ... ok
Compiler output for module pure_py3:
pure_py3.cpp:3736:18: warning: 'PyObject* __pyx_f_8pure_py3_test_cdef_return_object(PyObject*)' defined but not used [-Wunused-function]
 3736 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
pure_py3.cpp:3766:18: warning: 'PyObject* __pyx_f_8pure_py3_test_cdef_return_object(PyObject*)' defined but not used [-Wunused-function]
 3766 | static PyObject *__pyx_f_8pure_py3_test_cdef_return_object(PyObject *__pyx_v_x) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run (__main__.PureDoctestTestCase)
@@ -21764,16 +21988,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: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.c:14451:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14451 |   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: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.c:14638:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14638 |   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: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;
reversed_iteration.c:14823:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14823 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                             ^
runTest (__main__.CythonRunTestCase)
@@ -21849,16 +22073,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:14433:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14433 |   for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1;
reversed_iteration.cpp:14463:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14463 |   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:14620:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14620 |   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:14650:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14650 |   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:14805:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14805 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
reversed_iteration.cpp:14835:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
14835 |   for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3;
      |                                   ~~~~~~~~~~^~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -22022,16 +22246,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:32696:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32696 |   int __pyx_t_3;
sequential_parallel.c:32726:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32726 |   int __pyx_t_3;
      |       ^~~~~~~~~
sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_68test_inner_private':
sequential_parallel.c:35082:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35082 |   int __pyx_t_5;
sequential_parallel.c:35112:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35112 |   int __pyx_t_5;
      |       ^~~~~~~~~
sequential_parallel.c: In function '__pyx_f_19sequential_parallel_prange_call_exception_checked_function_impl':
sequential_parallel.c:35595:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35595 |   int __pyx_t_4;
sequential_parallel.c:35625:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35625 |   int __pyx_t_4;
      |       ^~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -22096,21 +22320,21 @@
test_reassign_start_stop_step (sequential_parallel)
Doctest: sequential_parallel.test_reassign_start_stop_step ... ok
test_return (sequential_parallel)
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:32711:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32711 |   int __pyx_t_3;
sequential_parallel.cpp:32741:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable]
32741 |   int __pyx_t_3;
      |       ^~~~~~~~~
sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_68test_inner_private(PyObject*)':
sequential_parallel.cpp:35097:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35097 |   int __pyx_t_5;
sequential_parallel.cpp:35127:7: warning: variable '__pyx_t_5' set but not used [-Wunused-but-set-variable]
35127 |   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:35610:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35610 |   int __pyx_t_4;
sequential_parallel.cpp:35640:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable]
35640 |   int __pyx_t_4;
      |       ^~~~~~~~~
Doctest: sequential_parallel.test_return ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running set ... cython_frozenset (set)
Doctest: set.cython_frozenset ... ok
@@ -22174,12 +22398,12 @@
Doctest: set.test_singleton_empty_frozenset ... ok
Compiler output for module set:
set.c: In function '__pyx_pf_3set_cython_set':
set.c:3119:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3119 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
set.c:3149:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3149 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
      |                                ^~
set.c: In function '__pyx_pf_3set_2cython_frozenset':
set.c:3204:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3204 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
set.c:3234:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3234 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
      |                                      ^~
runTest (__main__.CythonRunTestCase)
@@ -22245,12 +22469,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:3131:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3131 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
set.cpp:3161:32: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3161 |     __pyx_t_1 = ((&PySet_Type) == (&PySet_Type));
      |                  ~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~
set.cpp: In function 'PyObject* __pyx_pf_3set_2cython_frozenset(PyObject*)':
set.cpp:3216:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3216 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
set.cpp:3246:38: warning: self-comparison always evaluates to true [-Wtautological-compare]
 3246 |     __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type));
      |                  ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~
runTest (__main__.CythonRunTestCase)
@@ -23437,106 +23661,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_b3d9e2b355226858d52ce23064c83b4321abf0d8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b3d9e2b355226858d52ce23064c83b4321abf0d8.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_aa479c7154aae3b8c1c0859bee35a5bb1de9db9e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_aa479c7154aae3b8c1c0859bee35a5bb1de9db9e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5489c02660476115a5d3554bc21aaa2ed18d54ec.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5489c02660476115a5d3554bc21aaa2ed18d54ec.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1bbffc858c14513d975fe9dee68cd36ec96737ab.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1bbffc858c14513d975fe9dee68cd36ec96737ab.pyx
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_67b41e555e0d79eefafe02f5a818d2966bc1720d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_67b41e555e0d79eefafe02f5a818d2966bc1720d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_6eecbfb4e2ad80501179de3d31ee97402dcba1ef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_6eecbfb4e2ad80501179de3d31ee97402dcba1ef.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_156d35e402b8e4c652c629af1a427188f8ddae59.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_156d35e402b8e4c652c629af1a427188f8ddae59.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b9406de4ce18fe26348dd4e9048c60b8fc7fbf2e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b9406de4ce18fe26348dd4e9048c60b8fc7fbf2e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_28263e40f44f9a1e03affa64a86c4d2ee50392da.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_28263e40f44f9a1e03affa64a86c4d2ee50392da.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1cb4c1f7040e76167b79787f2f7b7d628ffcd582.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1cb4c1f7040e76167b79787f2f7b7d628ffcd582.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b3d9e2b355226858d52ce23064c83b4321abf0d8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b3d9e2b355226858d52ce23064c83b4321abf0d8.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_aa479c7154aae3b8c1c0859bee35a5bb1de9db9e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_aa479c7154aae3b8c1c0859bee35a5bb1de9db9e.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5489c02660476115a5d3554bc21aaa2ed18d54ec.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5489c02660476115a5d3554bc21aaa2ed18d54ec.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1bbffc858c14513d975fe9dee68cd36ec96737ab.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1bbffc858c14513d975fe9dee68cd36ec96737ab.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_67b41e555e0d79eefafe02f5a818d2966bc1720d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_67b41e555e0d79eefafe02f5a818d2966bc1720d.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_6eecbfb4e2ad80501179de3d31ee97402dcba1ef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_6eecbfb4e2ad80501179de3d31ee97402dcba1ef.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_156d35e402b8e4c652c629af1a427188f8ddae59.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_156d35e402b8e4c652c629af1a427188f8ddae59.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0bf0902d074567640d1575471e8e424b754868ac.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0bf0902d074567640d1575471e8e424b754868ac.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b9406de4ce18fe26348dd4e9048c60b8fc7fbf2e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b9406de4ce18fe26348dd4e9048c60b8fc7fbf2e.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_28263e40f44f9a1e03affa64a86c4d2ee50392da.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_28263e40f44f9a1e03affa64a86c4d2ee50392da.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1cb4c1f7040e76167b79787f2f7b7d628ffcd582.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1cb4c1f7040e76167b79787f2f7b7d628ffcd582.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0bc9d9b1ea522a0c673b0758074e1deb7329d5de.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0bc9d9b1ea522a0c673b0758074e1deb7329d5de.pyx
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f9d9b2de22dff3676c4a8c6207881c83c763668a.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f9d9b2de22dff3676c4a8c6207881c83c763668a.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a68b9d6e5193daa79476f3d42dc29da9962cd5bc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a68b9d6e5193daa79476f3d42dc29da9962cd5bc.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2680cc66fc3dd50bd9c32135a377342b6ea4ccef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2680cc66fc3dd50bd9c32135a377342b6ea4ccef.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_99d02174e659e0d367d329f34ac07ac33b5bb9dc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_99d02174e659e0d367d329f34ac07ac33b5bb9dc.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cfa16bec9c865df35e122f3fc8947118867e92fb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cfa16bec9c865df35e122f3fc8947118867e92fb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bd65204f3b2fd81d1fcabf3589ccb290e3b57ad.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bd65204f3b2fd81d1fcabf3589ccb290e3b57ad.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c1639d04fb3128971e212ef962263b27b3a095c1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c1639d04fb3128971e212ef962263b27b3a095c1.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e94e1f1e7b95e617c1f9df637488ddf5026fe115.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_e94e1f1e7b95e617c1f9df637488ddf5026fe115.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c5e29cc5a4657f0f273b994b31c4b0b0becf7843.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c5e29cc5a4657f0f273b994b31c4b0b0becf7843.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_944f85a42e8078a1524f101ffcd2d965ca0f4306.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_944f85a42e8078a1524f101ffcd2d965ca0f4306.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_38b71c2b51060ccd6bee29bf34aaee4578318a11.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_38b71c2b51060ccd6bee29bf34aaee4578318a11.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d9b6735a18e872eb890ff3bcaef26e231dd7f167.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d9b6735a18e872eb890ff3bcaef26e231dd7f167.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c3dedf343c53170b75463486ba745eedb195e9c0.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c3dedf343c53170b75463486ba745eedb195e9c0.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_453a571d6b395dffcfd8527fc19b032af32b9df8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_453a571d6b395dffcfd8527fc19b032af32b9df8.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c05273eb6591536d8293f0b35cac948e4001d0e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c05273eb6591536d8293f0b35cac948e4001d0e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a64ec77d4cc8f75d304992b664d016198a7a0ccb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a64ec77d4cc8f75d304992b664d016198a7a0ccb.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_789716efcd2f4adf553ce9d0734678845be33de4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_789716efcd2f4adf553ce9d0734678845be33de4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_919476b40333ab23841f732c94be16ae378407b9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_919476b40333ab23841f732c94be16ae378407b9.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_7b4542c4035f62bb917ead490bbc4b1c9add27cd.pyx because it changed.
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c5728514a80a92db671515f05750c1ab64c0aba.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c5728514a80a92db671515f05750c1ab64c0aba.pyx
Couldn't find 'b'
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_7b4542c4035f62bb917ead490bbc4b1c9add27cd.pyx
test_badsyntax_2 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_be72daddabbc6720f28d2eaab029cd3d9a6b78eb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_be72daddabbc6720f28d2eaab029cd3d9a6b78eb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a1be46e7182a51ba1423d2b7857e35f3b23affcc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a1be46e7182a51ba1423d2b7857e35f3b23affcc.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3befaeb53ebb3ae61122b83c79a4a384e35c6508.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3befaeb53ebb3ae61122b83c79a4a384e35c6508.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5f8d52e2467d54d32edb30871bc56a90c67abd31.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_5f8d52e2467d54d32edb30871bc56a90c67abd31.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d427a35e8e40019a65267a6bcd7ca23b2ab777eb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_d427a35e8e40019a65267a6bcd7ca23b2ab777eb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_afce2509b5cb68570c896a5868b8b6601b6fa420.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_afce2509b5cb68570c896a5868b8b6601b6fa420.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cc6d1495ae9e6b489994aa0a2f235f9b173e31af.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cc6d1495ae9e6b489994aa0a2f235f9b173e31af.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9433f12234c4fee3647e28c7d361eeb7f985a9f5.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9433f12234c4fee3647e28c7d361eeb7f985a9f5.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_30365a399d850dcf982c6cc84c1fed17cadb662a.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_30365a399d850dcf982c6cc84c1fed17cadb662a.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f41956cae75b000497ddf93e13567ae98629d33e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f41956cae75b000497ddf93e13567ae98629d33e.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_71ead94cef545621373c36e80fe20056c8839311.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_71ead94cef545621373c36e80fe20056c8839311.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ca24ff8156738d9222b1b39c90ea6c192940be14.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ca24ff8156738d9222b1b39c90ea6c192940be14.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a222520f194a9402c35787d67ee088c1ef3aa24d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a222520f194a9402c35787d67ee088c1ef3aa24d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_40a2fd842072dd0d8dc6411185e776d4bbde42dd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_40a2fd842072dd0d8dc6411185e776d4bbde42dd.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_36549caa0eb11168ee403ea2883a146085623f23.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_36549caa0eb11168ee403ea2883a146085623f23.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b2bf797455b479a2c764ad51a90c1aef585bab33.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b2bf797455b479a2c764ad51a90c1aef585bab33.pyx
ok
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9db6bfe3336155c900570f512b9d1d4dc86f998f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9db6bfe3336155c900570f512b9d1d4dc86f998f.pyx
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_161626d1ef595ccbe962550c4ddc0a14aa8b9943.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_161626d1ef595ccbe962550c4ddc0a14aa8b9943.pyx
ok
test_goodsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok
test_asyncio_1 (test_coroutines_pep492.CoroAsyncIOCompatTest) ... ok
@@ -23618,10 +23842,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_a43a5b27e97836a85b236f8a5dab5e4c2a3aae20.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_a43a5b27e97836a85b236f8a5dab5e4c2a3aae20.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_847cece8074d8f693dea2b11bd14a3724628b365.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_847cece8074d8f693dea2b11bd14a3724628b365.pyx
test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_086d10bf1cb16103745cb0e1911a8757bd9aec2b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_086d10bf1cb16103745cb0e1911a8757bd9aec2b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c0d4814494bfa5c62848e927d138610a658c988f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_c0d4814494bfa5c62848e927d138610a658c988f.pyx
$(PYTHON_DIR)/unittest/case.py:550: RuntimeWarning: coroutine '__invoke.<locals>.foo' was never awaited
  method()
ok
@@ -23991,7 +24215,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_bb98878c83dc62ef8181a43358404e76ea9e3848.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_f36025a4e773b4e09a528d17c759f8ced006c951.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -24004,76 +24228,76 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_03d011f4cc562755ea6e277294aa2e605dc6d25d.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_99f839be41cd4c2b34f7499960ec9c27ce95e37c.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_0bf0902d074567640d1575471e8e424b754868ac.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0bf0902d074567640d1575471e8e424b754868ac.pyx
test_double_braces (test_fstring.TestCase) ... Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0bc9d9b1ea522a0c673b0758074e1deb7329d5de.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0bc9d9b1ea522a0c673b0758074e1deb7329d5de.pyx
Couldn't find 'something'
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f9d9b2de22dff3676c4a8c6207881c83c763668a.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f9d9b2de22dff3676c4a8c6207881c83c763668a.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a68b9d6e5193daa79476f3d42dc29da9962cd5bc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a68b9d6e5193daa79476f3d42dc29da9962cd5bc.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2680cc66fc3dd50bd9c32135a377342b6ea4ccef.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2680cc66fc3dd50bd9c32135a377342b6ea4ccef.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_99d02174e659e0d367d329f34ac07ac33b5bb9dc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_99d02174e659e0d367d329f34ac07ac33b5bb9dc.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cfa16bec9c865df35e122f3fc8947118867e92fb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cfa16bec9c865df35e122f3fc8947118867e92fb.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bd65204f3b2fd81d1fcabf3589ccb290e3b57ad.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bd65204f3b2fd81d1fcabf3589ccb290e3b57ad.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c1639d04fb3128971e212ef962263b27b3a095c1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c1639d04fb3128971e212ef962263b27b3a095c1.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e94e1f1e7b95e617c1f9df637488ddf5026fe115.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_e94e1f1e7b95e617c1f9df637488ddf5026fe115.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c5e29cc5a4657f0f273b994b31c4b0b0becf7843.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c5e29cc5a4657f0f273b994b31c4b0b0becf7843.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_944f85a42e8078a1524f101ffcd2d965ca0f4306.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_944f85a42e8078a1524f101ffcd2d965ca0f4306.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_38b71c2b51060ccd6bee29bf34aaee4578318a11.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_38b71c2b51060ccd6bee29bf34aaee4578318a11.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_d9b6735a18e872eb890ff3bcaef26e231dd7f167.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_d9b6735a18e872eb890ff3bcaef26e231dd7f167.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c3dedf343c53170b75463486ba745eedb195e9c0.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_c3dedf343c53170b75463486ba745eedb195e9c0.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_453a571d6b395dffcfd8527fc19b032af32b9df8.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_453a571d6b395dffcfd8527fc19b032af32b9df8.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_3c05273eb6591536d8293f0b35cac948e4001d0e.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_3c05273eb6591536d8293f0b35cac948e4001d0e.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a64ec77d4cc8f75d304992b664d016198a7a0ccb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_a64ec77d4cc8f75d304992b664d016198a7a0ccb.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_789716efcd2f4adf553ce9d0734678845be33de4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_789716efcd2f4adf553ce9d0734678845be33de4.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_919476b40333ab23841f732c94be16ae378407b9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_919476b40333ab23841f732c94be16ae378407b9.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_7b4542c4035f62bb917ead490bbc4b1c9add27cd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_7b4542c4035f62bb917ead490bbc4b1c9add27cd.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_3c5728514a80a92db671515f05750c1ab64c0aba.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_3c5728514a80a92db671515f05750c1ab64c0aba.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_11548efdadc775a18eae741da93a40f900d2480f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_98c2dd52c1797b9bece0da9fc7c05644f1420e4b.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cdcd8477ca9eaf47db4e43158dca007f8fd2e8bb.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_fe8d5aa1273ab1edf47f117d8d6e4a3e958868f1.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6bdf148d370934a9c84bcf7ef440014cc3a2c4c9.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_9f4600f67caaedc0a88d3679ab816f992da31572.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_91756d4d235c609015fc1207cedb878bcca9ea29.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96d37cc6943d80e37abb18481093c42ae2b6b2b7.pyx
ok
test_empty_format_specifier (test_fstring.TestCase) ... ok
test_equal_equal (test_fstring.TestCase) ... ok
@@ -24095,25 +24319,25 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_7cdb074029e2fa52f74c5e42f5d69e199d722258.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_229b20aa5f52d2ae0b382c5da8b9ee4615127095.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_7877e19f78ea9d39991be9a01d8e2aa16a9debe9.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7877e19f78ea9d39991be9a01d8e2aa16a9debe9.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7877e19f78ea9d39991be9a01d8e2aa16a9debe9.pyx
warning: .cython-cache-dir/inline/_cython_inline_6d8f81e122735c8d94b55847bda9f5ca44d4acab.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6d8f81e122735c8d94b55847bda9f5ca44d4acab.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6d8f81e122735c8d94b55847bda9f5ca44d4acab.pyx
warning: .cython-cache-dir/inline/_cython_inline_8a65caaa05cccba9db9579d8f019a3265b0e4ff7.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8a65caaa05cccba9db9579d8f019a3265b0e4ff7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8a65caaa05cccba9db9579d8f019a3265b0e4ff7.pyx
warning: .cython-cache-dir/inline/_cython_inline_10016d709b2182303fe97b865a364573f7fdfaf5.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_10016d709b2182303fe97b865a364573f7fdfaf5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_10016d709b2182303fe97b865a364573f7fdfaf5.pyx
test_many_expressions (test_fstring.TestCase) ... warning: .cython-cache-dir/inline/_cython_inline_bd1aff3c7c246f31bdad797b4fe389c9b2ab9f4d.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bd1aff3c7c246f31bdad797b4fe389c9b2ab9f4d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bd1aff3c7c246f31bdad797b4fe389c9b2ab9f4d.pyx
warning: .cython-cache-dir/inline/_cython_inline_2923df2007aacf9564371b4c14bcce5087a52eea.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2923df2007aacf9564371b4c14bcce5087a52eea.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2923df2007aacf9564371b4c14bcce5087a52eea.pyx
warning: .cython-cache-dir/inline/_cython_inline_13fc5a97121ec9ffc9cca5e11596a7c1dfe11317.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_13fc5a97121ec9ffc9cca5e11596a7c1dfe11317.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_13fc5a97121ec9ffc9cca5e11596a7c1dfe11317.pyx
warning: .cython-cache-dir/inline/_cython_inline_6f494aea61ee74d2796b6e500a6436a9fc6cca3c.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6f494aea61ee74d2796b6e500a6436a9fc6cca3c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6f494aea61ee74d2796b6e500a6436a9fc6cca3c.pyx
ok
test_misformed_unicode_character_name (test_fstring.TestCase) ... ok
test_mismatched_braces (test_fstring.TestCase) ... ok
@@ -24159,7 +24383,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_bb98878c83dc62ef8181a43358404e76ea9e3848.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_f36025a4e773b4e09a528d17c759f8ced006c951.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -24172,7 +24396,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_03d011f4cc562755ea6e277294aa2e605dc6d25d.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_99f839be41cd4c2b34f7499960ec9c27ce95e37c.pyx:5:8: Cannot assign to or delete this
ok
test_dict (test_fstring.TestCase) ... ok
test_docstring (test_fstring.TestCase) ... ok
@@ -24197,7 +24421,7 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_7cdb074029e2fa52f74c5e42f5d69e199d722258.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_229b20aa5f52d2ae0b382c5da8b9ee4615127095.pyx:5:12: Unrecognized character
ok
test_lambda (test_fstring.TestCase) ... ok
test_leading_trailing_spaces (test_fstring.TestCase) ... ok
@@ -24314,23 +24538,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:56756:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56756 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
test_grammar.c:56786:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56786 |   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:61191:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61191 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
test_grammar.c:61221:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61221 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
      |                          ^~
test_grammar.c:61204:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61204 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
test_grammar.c:61234:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61234 |   __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:66862:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66862 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
test_grammar.c:66892:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66892 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
      |                                                                         ^~~~~~~~~~~~~~~
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8485ff62df2c236d3ab4963eb6bd3f330f2f0ca9.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8485ff62df2c236d3ab4963eb6bd3f330f2f0ca9.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_69d748a5c1394706f22ce9f07e89e0bba6ed902e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_69d748a5c1394706f22ce9f07e89e0bba6ed902e.pyx
ok
test_expr_stmt (test_grammar.GrammarTests) ... ok
test_for (test_grammar.GrammarTests) ... ok
@@ -24381,16 +24605,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_86a8fd57f6e9e259ae488d1c7dc265bf420d2c34.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_86a8fd57f6e9e259ae488d1c7dc265bf420d2c34.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f37268344c6697749ab9e30ec04b4962aab81af4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f37268344c6697749ab9e30ec04b4962aab81af4.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_99e309e33e9c8573a4d80ca4e75af9e13173b3ea.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_99e309e33e9c8573a4d80ca4e75af9e13173b3ea.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ac328d1be08cf3d7f34cbf9939076b501cf835cc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ac328d1be08cf3d7f34cbf9939076b501cf835cc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f227176b95875c8c8fd57394beda8132da5813cd.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f227176b95875c8c8fd57394beda8132da5813cd.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a471bfacafcaa938f623fe366642b922034c3f0b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a471bfacafcaa938f623fe366642b922034c3f0b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4f1aa975dd38c1aac555353affd6fbb17fb61e81.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4f1aa975dd38c1aac555353affd6fbb17fb61e81.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_870ab2f8a810c6cfb7994499b09fd3bbc2f9c15a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_870ab2f8a810c6cfb7994499b09fd3bbc2f9c15a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e71d472df3c0fb7cbf1ee63b5d200c4e5b2e4074.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e71d472df3c0fb7cbf1ee63b5d200c4e5b2e4074.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_738e5225c766dc69ec23af16792c85597a5bf525.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_738e5225c766dc69ec23af16792c85597a5bf525.pyx
ok
test_string_literals (test_grammar.TokenTests) ... ok
test_underscore_literals (test_grammar.TokenTests) ... skipped 'Done more efficiently in TestGrammar'
@@ -24505,76 +24729,77 @@
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:56768:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56768 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_nonlocal *__pyx_cur_scope;
test_grammar.cpp:56798:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
56798 |   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:61203:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61203 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
test_grammar.cpp:61233:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
61233 |   __pyx_t_1 = (__pyx_v_x == __pyx_v_x);
      |                ~~~~~~~~~ ^~ ~~~~~~~~~
test_grammar.cpp:61216:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61216 |   __pyx_t_1 = (__pyx_v_x != __pyx_v_x);
test_grammar.cpp:61246:26: warning: self-comparison always evaluates to false [-Wtautological-compare]
61246 |   __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:66874:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66874 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
test_grammar.cpp:66904:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable]
66904 |   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:18415:31: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
18415 |   __pyx_ctuple_long__and_long __pyx_t_1;
test_named_expressions.c:18445:31: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable]
18445 |   __pyx_ctuple_long__and_long __pyx_t_1;
      |                               ^~~~~~~~~
Couldn't find 'f'
Couldn't find 'f'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_86a8fd57f6e9e259ae488d1c7dc265bf420d2c34.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_86a8fd57f6e9e259ae488d1c7dc265bf420d2c34.pyx
Couldn't find 'a'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a471bfacafcaa938f623fe366642b922034c3f0b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a471bfacafcaa938f623fe366642b922034c3f0b.pyx
Couldn't find 'b'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d4fc309595697dd0e0289011cd90e5f7969b0df5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d4fc309595697dd0e0289011cd90e5f7969b0df5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8a024a62a4ca1b907a0a5d9ee36df4485c26416f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8a024a62a4ca1b907a0a5d9ee36df4485c26416f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8a024a62a4ca1b907a0a5d9ee36df4485c26416f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8a024a62a4ca1b907a0a5d9ee36df4485c26416f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7a2eed9b48faa2e4dc4714f15744155824407ae8.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7a2eed9b48faa2e4dc4714f15744155824407ae8.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_54a686e98a8e8cd7ab44d2396105775ca2917b9c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_54a686e98a8e8cd7ab44d2396105775ca2917b9c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_54a686e98a8e8cd7ab44d2396105775ca2917b9c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_54a686e98a8e8cd7ab44d2396105775ca2917b9c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c50279a9dbb418e745d33be16b9337895e81fb61.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c50279a9dbb418e745d33be16b9337895e81fb61.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_03c225edda42c26dcc74bdb28a9e563241c8fbb3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_03c225edda42c26dcc74bdb28a9e563241c8fbb3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_03c225edda42c26dcc74bdb28a9e563241c8fbb3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_03c225edda42c26dcc74bdb28a9e563241c8fbb3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_51d216509c3a8ff441b1b6d19206df7eb581ac98.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_51d216509c3a8ff441b1b6d19206df7eb581ac98.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6e20d175e24657fd9eb8cf1a6b3c8dae4cbf346a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6e20d175e24657fd9eb8cf1a6b3c8dae4cbf346a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6e20d175e24657fd9eb8cf1a6b3c8dae4cbf346a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6e20d175e24657fd9eb8cf1a6b3c8dae4cbf346a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e4a4c0e411b9a04c90a6676265ce49da09e568f0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e4a4c0e411b9a04c90a6676265ce49da09e568f0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7c1f172a9ff937a953ee48ef141267e69bdc5b3d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7c1f172a9ff937a953ee48ef141267e69bdc5b3d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7c1f172a9ff937a953ee48ef141267e69bdc5b3d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7c1f172a9ff937a953ee48ef141267e69bdc5b3d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0bc43f6480dc66c156227400b04c93f3bed54cf8.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0bc43f6480dc66c156227400b04c93f3bed54cf8.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_52fa381b40418ccb4784521d8b97e8b5130c7477.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_52fa381b40418ccb4784521d8b97e8b5130c7477.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_52fa381b40418ccb4784521d8b97e8b5130c7477.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_52fa381b40418ccb4784521d8b97e8b5130c7477.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_454fc1d5e3f3fa7c08cc87cf734913a107064a4d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_454fc1d5e3f3fa7c08cc87cf734913a107064a4d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_92dc6cd53db0d08f974ade980b2ae7305ef9a7dc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_92dc6cd53db0d08f974ade980b2ae7305ef9a7dc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_92dc6cd53db0d08f974ade980b2ae7305ef9a7dc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_92dc6cd53db0d08f974ade980b2ae7305ef9a7dc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_08c58a0d65c6bb153d339eece506c01a062bf778.pyx because it changed.
Couldn't find 'a'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7846e7d83831306aaf396796770c466ca1ce6a0a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7846e7d83831306aaf396796770c466ca1ce6a0a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4d15f2dfe2c8797866ada37ae47ab97a66acc3c5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4d15f2dfe2c8797866ada37ae47ab97a66acc3c5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4d15f2dfe2c8797866ada37ae47ab97a66acc3c5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4d15f2dfe2c8797866ada37ae47ab97a66acc3c5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9c4e74243a418d35966ef66051a7cdccc4be8ea2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9c4e74243a418d35966ef66051a7cdccc4be8ea2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fe3e6715f744059652483cf4bb941fb79a48c204.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fe3e6715f744059652483cf4bb941fb79a48c204.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fe3e6715f744059652483cf4bb941fb79a48c204.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fe3e6715f744059652483cf4bb941fb79a48c204.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5d25f211e3433a9d4de9829590e6c0540443d1f7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5d25f211e3433a9d4de9829590e6c0540443d1f7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0f2bdf1952615218d0056759163bd716811718de.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0f2bdf1952615218d0056759163bd716811718de.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0f2bdf1952615218d0056759163bd716811718de.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0f2bdf1952615218d0056759163bd716811718de.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d9d8eef5a700b70fa25add4fd512a84b374ee399.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d9d8eef5a700b70fa25add4fd512a84b374ee399.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4f5eb10e5465d81d1af27336311c6691fef79d42.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4f5eb10e5465d81d1af27336311c6691fef79d42.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4f5eb10e5465d81d1af27336311c6691fef79d42.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4f5eb10e5465d81d1af27336311c6691fef79d42.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6c4e97fd1e2e0de7f7087ae537438475492ee47b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6c4e97fd1e2e0de7f7087ae537438475492ee47b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_55248c1f25048dd1d89b6952ae31d443a88b3fd3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_55248c1f25048dd1d89b6952ae31d443a88b3fd3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_55248c1f25048dd1d89b6952ae31d443a88b3fd3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_55248c1f25048dd1d89b6952ae31d443a88b3fd3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_81a3d293a85c30091ea74599ef711d8298f35f14.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_81a3d293a85c30091ea74599ef711d8298f35f14.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a0aee1e7c9c7a06bea93ce710823d9d3c2f62019.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a0aee1e7c9c7a06bea93ce710823d9d3c2f62019.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a0aee1e7c9c7a06bea93ce710823d9d3c2f62019.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a0aee1e7c9c7a06bea93ce710823d9d3c2f62019.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8ad3b2a2b54a79c86a833b178933e92c84967f0a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8ad3b2a2b54a79c86a833b178933e92c84967f0a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f91331c383664cdde4ae648a364c85718814fca6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f91331c383664cdde4ae648a364c85718814fca6.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f91331c383664cdde4ae648a364c85718814fca6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f91331c383664cdde4ae648a364c85718814fca6.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ad1e9a71d9484a1c2344efc3ac6fcc77a651bc23.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ad1e9a71d9484a1c2344efc3ac6fcc77a651bc23.pyx
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
@@ -24598,69 +24823,68 @@
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_08c58a0d65c6bb153d339eece506c01a062bf778.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_79b47f8161c0b4a18b65303cb135d66a73110575.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_79b47f8161c0b4a18b65303cb135d66a73110575.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_79b47f8161c0b4a18b65303cb135d66a73110575.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_79b47f8161c0b4a18b65303cb135d66a73110575.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8ed0b6f613a1a3db6aefb6588975be45ad43c77d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8ed0b6f613a1a3db6aefb6588975be45ad43c77d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b8e6a6fe8c6b436d333ec1bff5d0971ce7ccad11.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b8e6a6fe8c6b436d333ec1bff5d0971ce7ccad11.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b8e6a6fe8c6b436d333ec1bff5d0971ce7ccad11.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b8e6a6fe8c6b436d333ec1bff5d0971ce7ccad11.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_957bca0e881e7de0c4ebcab8b7c18141487f53d5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_957bca0e881e7de0c4ebcab8b7c18141487f53d5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7d6058f9bad56456f6d627fa2993c387e96fc129.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7d6058f9bad56456f6d627fa2993c387e96fc129.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_563cb87becbfc90ba62e75da7286e2345dee4e8e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_563cb87becbfc90ba62e75da7286e2345dee4e8e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_563cb87becbfc90ba62e75da7286e2345dee4e8e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_563cb87becbfc90ba62e75da7286e2345dee4e8e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7d344e85372496f2b0f5ecf26a3386a372892ad5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7d344e85372496f2b0f5ecf26a3386a372892ad5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_44644fa25427392ba32d6736311a1ac9eb83313b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_44644fa25427392ba32d6736311a1ac9eb83313b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_44644fa25427392ba32d6736311a1ac9eb83313b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_44644fa25427392ba32d6736311a1ac9eb83313b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e57735e86521354c316412f4c0745767baf8a8b0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e57735e86521354c316412f4c0745767baf8a8b0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_49836cd744681b36d26a197af1aa8f08087abf93.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_49836cd744681b36d26a197af1aa8f08087abf93.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0723856bbc96a007994a66715ae6c301ddde2741.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0723856bbc96a007994a66715ae6c301ddde2741.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d4496ae45baf57965830972c66783e19ee2a82ef.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d4496ae45baf57965830972c66783e19ee2a82ef.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_aafea61eeab2a935c3a2fe65213e5b4cddd6a413.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_aafea61eeab2a935c3a2fe65213e5b4cddd6a413.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_068db70140f8388eccc931f998e74b303ac94fa2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_068db70140f8388eccc931f998e74b303ac94fa2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_76743e701fc5f8d113ba120f1863c2867127c623.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_76743e701fc5f8d113ba120f1863c2867127c623.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_637e6c035236dbead9503e18c55d0d7bddcbdb54.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_637e6c035236dbead9503e18c55d0d7bddcbdb54.pyx
test_named_expression_scope_25 (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8993cec787feb4ae8396c9a47e84883155343521.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8993cec787feb4ae8396c9a47e84883155343521.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8993cec787feb4ae8396c9a47e84883155343521.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8993cec787feb4ae8396c9a47e84883155343521.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_99a14d87550d93e6cf99159f7ed505c76050227f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_99a14d87550d93e6cf99159f7ed505c76050227f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ff6ad169ed4642be42ce40bdf149a94e75656f48.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ff6ad169ed4642be42ce40bdf149a94e75656f48.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ff6ad169ed4642be42ce40bdf149a94e75656f48.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ff6ad169ed4642be42ce40bdf149a94e75656f48.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_34eed850a7c1d211185a59e64f6ee2d676b2a9e3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_34eed850a7c1d211185a59e64f6ee2d676b2a9e3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e83b82ddbace5f7ca4feda4ca7cd7a683ca72221.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e83b82ddbace5f7ca4feda4ca7cd7a683ca72221.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d25f0ac4efc2b20e24e3a4f902a3da4bc04a8ccb.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d25f0ac4efc2b20e24e3a4f902a3da4bc04a8ccb.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d25f0ac4efc2b20e24e3a4f902a3da4bc04a8ccb.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d25f0ac4efc2b20e24e3a4f902a3da4bc04a8ccb.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_050ed6a7c03bf8ffc4dbc4f971a7b21d264c9d6c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_050ed6a7c03bf8ffc4dbc4f971a7b21d264c9d6c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9aba369652f5cfa42792d4af7a02b655c479579c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9aba369652f5cfa42792d4af7a02b655c479579c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9aba369652f5cfa42792d4af7a02b655c479579c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9aba369652f5cfa42792d4af7a02b655c479579c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bb4117cf8829dc6bce27c2ac6f26d5d660dbf571.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bb4117cf8829dc6bce27c2ac6f26d5d660dbf571.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d93c8519cd0556990bde50e5b902e942dc91f329.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d93c8519cd0556990bde50e5b902e942dc91f329.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b6435985a1f59959006da41822821220bb9f78b0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b6435985a1f59959006da41822821220bb9f78b0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_76fcda3140b1e280220a84882ec98d45b95b9308.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_76fcda3140b1e280220a84882ec98d45b95b9308.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0a2ab780599e7ca3f4af4f193017e17029ba4cd3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0a2ab780599e7ca3f4af4f193017e17029ba4cd3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_40cd32804bf4dfb47b32bcd87a93d026a457b120.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_40cd32804bf4dfb47b32bcd87a93d026a457b120.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_04bc857135ff14d8c1b30f07b2cfef47437a9ef3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_04bc857135ff14d8c1b30f07b2cfef47437a9ef3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d75332646783ea644148a0fd5d2570292df647ce.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d75332646783ea644148a0fd5d2570292df647ce.pyx
Couldn't find 'a'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6bc7f475ea6dc03d4586f79e0eb5cbf4658a884c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6bc7f475ea6dc03d4586f79e0eb5cbf4658a884c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6554a8d76d3b68e3fd0c1ad7c0009a4d9553163c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6554a8d76d3b68e3fd0c1ad7c0009a4d9553163c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9a8699def2c816d1b8a76eb5f2257f97dea34623.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9a8699def2c816d1b8a76eb5f2257f97dea34623.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0456062cb7e27d6600a7f965296c90fe7158bb4f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0456062cb7e27d6600a7f965296c90fe7158bb4f.pyx
ok
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a15d034e7a3e68d201217e421ccefa565c91c6de.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a15d034e7a3e68d201217e421ccefa565c91c6de.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5b6f1e9f507ad44b15bc6774de7bca5415fe53b1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5b6f1e9f507ad44b15bc6774de7bca5415fe53b1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_da2721a13553e5c17cbbc6cbcb8de6ea305af0ed.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_da2721a13553e5c17cbbc6cbcb8de6ea305af0ed.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2b8c2ddd466e3a40a045066945fa1033b8263ad8.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2b8c2ddd466e3a40a045066945fa1033b8263ad8.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7c2b6631486be61fce91e79faae6b77e912e78fc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7c2b6631486be61fce91e79faae6b77e912e78fc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cc20bcdd333600cc02bbc9cec1791b9f81df08e7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cc20bcdd333600cc02bbc9cec1791b9f81df08e7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_87b2f71a86ae0f72fd44549c06a9f43ea1b40d27.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_87b2f71a86ae0f72fd44549c06a9f43ea1b40d27.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d21b799e8b7b85d146c0c696e7b5bbaa83068656.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d21b799e8b7b85d146c0c696e7b5bbaa83068656.pyx
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_48945a58e28bd48248deccff92a731b80c7f6787.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_48945a58e28bd48248deccff92a731b80c7f6787.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_13691547e823724f39806a68b523d3d19788cb31.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_13691547e823724f39806a68b523d3d19788cb31.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d32e07c2640cd6afd60259a8156149e2097e329b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d32e07c2640cd6afd60259a8156149e2097e329b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4f867b65b280f7100b541d0296d489c784f6dd47.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4f867b65b280f7100b541d0296d489c784f6dd47.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9415140acfa4914812ed2df5bb475302b8d32c7d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9415140acfa4914812ed2df5bb475302b8d32c7d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fde2e820ad51d74afb02bf75538477a382c4fdbe.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fde2e820ad51d74afb02bf75538477a382c4fdbe.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0a46b77ae72a9883e6fa43490a8fe3dc08211d18.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0a46b77ae72a9883e6fa43490a8fe3dc08211d18.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3161370c946930296c9b24f24ccc83f32741ef4d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3161370c946930296c9b24f24ccc83f32741ef4d.pyx
ok
runTest (__main__.CythonUnitTestCase)
[-1] compiling (c) tests in and running test_raisefrom ... test_class_cause (test_raisefrom.TestCause) ... ok
@@ -26644,11 +26868,11 @@
cp_unused_simple (unused)
Doctest: unused.cp_unused_simple ... ok
Compiler output for module unused:
unused.c:2720:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function]
 2720 | 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:2750:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function]
 2750 | 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:2670:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function]
 2670 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused.c:2700:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function]
 2700 | 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)
@@ -26659,11 +26883,11 @@
cp_unused_simple (unused)
Doctest: unused.cp_unused_simple ... ok
Compiler output for module unused:
unused.cpp:2732:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function]
 2732 | 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:2762:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function]
 2762 | 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:2682:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2682 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) {
unused.cpp:2712:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2712 | 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)
@@ -26678,11 +26902,11 @@
def_unused_metho (unused_args)
Doctest: unused_args.def_unused_metho ... ok
Compiler output for module unused_args:
unused_args.c:2750:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function]
 2750 | 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:2780:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function]
 2780 | 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:2700:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function]
 2700 | 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:2730:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function]
 2730 | 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)
@@ -26697,11 +26921,11 @@
def_unused_metho (unused_args)
Doctest: unused_args.def_unused_metho ... ok
Compiler output for module unused_args:
unused_args.cpp:2762: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]
 2762 | 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:2792: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]
 2792 | 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:2712:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2712 | 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:2742:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function]
 2742 | 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)
@@ -27052,12 +27276,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:19784)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19814)
    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:19784)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:19814)
    1/0
ZeroDivisionError: integer division or modulo by zero
ok
@@ -27135,12 +27359,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:19796)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19826)
    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:19796)
  File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:19826)
    1/0
ZeroDivisionError: integer division or modulo by zero
ok
@@ -27292,436 +27516,6 @@
voidfunc (cppwrap)
Doctest: cppwrap.voidfunc ... ok
test_embed (__main__.EmbedTest) ... 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)
@@ -28265,6 +28059,18 @@
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wrapper_vector ... 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
@@ -28293,21 +28099,439 @@
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c1 ... ok
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c1 ... ok
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c2 ... ok
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c2 ... ok
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) p1 ... ok
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) p1 ... ok
[-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 15157 tests
Ran 15232 tests
OK (skipped=79)
Following tests excluded because of missing dependencies on your system:
@@ -28340,41 +28564,26 @@
   run.numpy_test
   run.test_shadow_error
   run.ufunc
   memoryviews.cython_array
   memoryviews.cython_array
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_ctuple
   numpy_ufuncs.ufunc_fused
   numpy_ufuncs.ufunc_fused
   numpy.convolve2
   memoryviews.cython_array
   memoryviews.cython_array
   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:2451:47: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
 2451 |                 for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
      |                                     ~~~~~~~~~~^~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.c:1873:15: warning: '__pyx_f_12cdef_keyword_f' defined but not used [-Wunused-function]
 1873 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.cpp:1885:15: warning: 'double __pyx_f_12cdef_keyword_f(double)' defined but not used [-Wunused-function]
 1885 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.c:1867:15: warning: '__pyx_f_12cdef_keyword_f' defined but not used [-Wunused-function]
 1867 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.cpp:1879:15: warning: 'double __pyx_f_12cdef_keyword_f(double)' defined but not used [-Wunused-function]
 1879 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module utf_eight:
utf_eight.cpp:2092:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length_and_free(char*, size_t)' defined but not used [-Wunused-function]
 2092 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length_and_free(char *__pyx_v_s, size_t __pyx_v_length) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utf_eight.cpp:2040:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length(char*, size_t)' defined but not used [-Wunused-function]
 2040 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length(char *__pyx_v_s, size_t __pyx_v_length) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utf_eight.cpp:1984:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode(char*)' defined but not used [-Wunused-function]
 1984 | static PyObject *__pyx_f_9utf_eight_tounicode(char *__pyx_v_s) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~