Marcel Telka
2023-12-21 e1283ef42032243074b123c3f1b41fa2c57f55cc
python/Cython: update to 3.0.7

6 files modified
2098 ■■■■ changed files
components/python/Cython/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/02-test_int_pow.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/03-gmake.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/04-test-no-time.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/patches/05-test_beta.patch 4 ●●●● patch | view | raw | blame | history
components/python/Cython/test/results-all.master 2076 ●●●● patch | view | raw | blame | history
components/python/Cython/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        Cython
HUMAN_VERSION =            3.0.6
HUMAN_VERSION =            3.0.7
COMPONENT_SUMMARY =        Cython - The Cython compiler for writing C extensions in the Python language.
COMPONENT_PROJECT_URL =        https://cython.org/
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/d3/20/02f4961b4315b95989abfe4b7cedff263cc89693834222d210a7a62a6214/Cython-3.0.6.tar.gz
    https://files.pythonhosted.org/packages/23/e9/ef8607abfbbbaeb93cb1381c8538a22d38d64524df39759dc2787d4909b0/Cython-3.0.7.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:399d185672c667b26eabbdca420c98564583798af3bc47670a8a09e9f19dd660
    sha256:fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/Cython/patches/02-test_int_pow.patch
@@ -1,7 +1,7 @@
https://www.illumos.org/issues/15015
--- Cython-3.0.6/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.6/tests/run/complex_numbers_T305.pyx
--- Cython-3.0.7/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.7/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,5 +1,5 @@
--- Cython-3.0.6/runtests.py.orig
+++ Cython-3.0.6/runtests.py
--- Cython-3.0.7/runtests.py.orig
+++ Cython-3.0.7/runtests.py
@@ -2110,12 +2110,12 @@
         self.old_dir = os.getcwd()
         os.chdir(self.working_dir)
components/python/Cython/patches/04-test-no-time.patch
@@ -1,7 +1,7 @@
Remove timing from test output
--- Cython-3.0.6/runtests.py.orig
+++ Cython-3.0.6/runtests.py
--- Cython-3.0.7/runtests.py.orig
+++ Cython-3.0.7/runtests.py
@@ -716,7 +716,6 @@
             lines.append("%-12s: %8.2f sec  (%4d, %6.3f / run) - slowest: %s\n" % (
                 metric, t, count, t / count,
components/python/Cython/patches/05-test_beta.patch
@@ -1,7 +1,7 @@
https://github.com/cython/cython/issues/5599
--- Cython-3.0.6/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.6/tests/run/cpp_stl_cmath_cpp17.pyx
--- Cython-3.0.7/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.7/tests/run/cpp_stl_cmath_cpp17.pyx
@@ -8,8 +8,6 @@
     Test C++17 std::beta function
     >>> test_beta(1.0, 1.0)
components/python/Cython/test/results-all.master
@@ -3,182 +3,133 @@
Python 3.9.16 (main, Feb 19 2023, 15:42:40) 
[GCC 10.4.0]
Running tests against Cython 3.0.6
Running tests against Cython 3.0.7
Using Cython language level 2.
Backends: c,cpp
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
test_double_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_empty (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_extern (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_include (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_nested_quotes (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_raw (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_raw_unicode (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
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_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_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.0.2
Test dependency found: 'asyncio' version 3.9.16
Test dependency found: 'pstats' version 3.9.16
Test dependency found: 'posix' version 3.9.16
Test dependency found: 'array' version 3.9.16
Test dependency found: 'Cython.Coverage' version 3.0.6
Test dependency found: 'Cython.Coverage' version 3.0.6
Test dependency found: 'IPython.testing.globalipapp' version 8.17.2
Test dependency not found: 'jedi_BROKEN_AND_DISABLED'
Test dependency found: 'test.support' version 3.9.16
Excluding build.setuptools_reimport because it's listed in tests/bugs.txt
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
test_deepcopy (Cython.Compiler.Tests.TestFlowControl.TestGraph) ... 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_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_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_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_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_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_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_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_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_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... 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/tmpnjmsmm3a:58: Error in sourced command file:
Undefined command: "from".  Try "help".
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_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c070f9cbff69a77ac3b9f6331ac31b93dcc94202.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c070f9cbff69a77ac3b9f6331ac31b93dcc94202.pyx
ok
test_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_d8a38d3ba76fae591b90277266594f5836523a82.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d8a38d3ba76fae591b90277266594f5836523a82.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d8a38d3ba76fae591b90277266594f5836523a82.pyx
ok
test_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_ce24b368e1c074e0712790d0e68e4ffedb3aa78d.pyx:6:4: Unreachable code
ok
test_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_716f058456822d229441679e03875116c3fcf6da.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_716f058456822d229441679e03875116c3fcf6da.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_370afc6f2bfd2d21c2a4ec5b6666a6dcd7f2249e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_370afc6f2bfd2d21c2a4ec5b6666a6dcd7f2249e.pyx
ok
test_locals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_47232c638f6bfb63f7b552c89d6e2147fb3773c7.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_2e69b890eeb6ff30b165bc8624a3a0a476e3889d.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ec479d1fa989fb488e8d826d5c4f1b06142a3c9d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ec479d1fa989fb488e8d826d5c4f1b06142a3c9d.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_0511e5e959362b9369e165b3d4e715017f04b7dc.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_f516f4adb2d8a5bcb627a14ba1d09ba6362a2d24.pyx:8:4: Unreachable code
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
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.py because it changed.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.py
Compiling TEST_TMP/recythonize-test/src/a.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
Compiling TEST_TMP/recythonize-test/src/b.py because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.py
ok
test_recythonize_py_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.py because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
Compiling TEST_TMP/recythonize-test/src/a.py because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
ok
test_recythonize_pyx_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py: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.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.pyx because it changed.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.pyx
Compiling TEST_TMP/recythonize-test/src/a.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
Compiling TEST_TMP/recythonize-test/src/b.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.pyx
ok
test_recythonize_pyx_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
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:
/home/marcel/.cache/ipython/cython/_cython_magic_ba2ecd24707979d74b50c9ec6458006c70547f50.c: In function '__Pyx_PyBool_FromLong':
/home/marcel/.cache/ipython/cython/_cython_magic_ba2ecd24707979d74b50c9ec6458006c70547f50.c:6956:1: warning: '/home/marcel/.cache/ipython/cython//home/marcel/.cache/ipython/cython/home/marcel/.cache/ipython/cython/_cython_magic_ba2ecd24707979d74b50c9ec6458006c70547f50.gcda' profile count data file not found [-Wmissing-profile]
 6956 | }
      | ^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
[1/1] Cythonizing /home/marcel/.cache/ipython/cython/_cython_magic_832f8bc46940e276a0c2e91bbdc89eb1f0423422.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_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
@@ -244,6 +195,180 @@
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_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
  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.0.2
Test dependency found: 'asyncio' version 3.9.16
Test dependency found: 'pstats' version 3.9.16
Test dependency found: 'posix' version 3.9.16
Test dependency found: 'array' version 3.9.16
Test dependency found: 'Cython.Coverage' version 3.0.7
Test dependency found: 'Cython.Coverage' version 3.0.7
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.16
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/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.py because it changed.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.py
Compiling TEST_TMP/recythonize-test/src/a.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
Compiling TEST_TMP/recythonize-test/src/b.py because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.py
ok
test_recythonize_py_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.py because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
Compiling TEST_TMP/recythonize-test/src/a.py because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.py
ok
test_recythonize_pyx_on_dep_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py: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.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
Compiling TEST_TMP/recythonize-test/src/b.pyx because it changed.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.pyx
Compiling TEST_TMP/recythonize-test/src/a.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
Compiling TEST_TMP/recythonize-test/src/b.pyx because it depends on TEST_TMP/recythonize-test/src/a.pxd.
[1/2] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
[2/2] Cythonizing TEST_TMP/recythonize-test/src/b.pyx
ok
test_recythonize_pyx_on_pxd_change (Cython.Build.Tests.TestRecythonize.TestRecythonize) ... $(@D)/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: $(@D)/TEST_TMP/recythonize-test/src/a.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
Compiling TEST_TMP/recythonize-test/src/a.pyx because it changed.
[1/1] Cythonizing TEST_TMP/recythonize-test/src/a.pyx
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_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_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_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
test_double_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_empty (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_extern (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_include (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_nested_quotes (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_raw (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
test_raw_unicode (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok
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_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_1352bdb1aa720df1b4a875d857da4c91b7a12e28.c: In function '__Pyx_PyBool_FromLong':
/home/marcel/.cache/ipython/cython/_cython_magic_1352bdb1aa720df1b4a875d857da4c91b7a12e28.c:6956:1: warning: '/home/marcel/.cache/ipython/cython//home/marcel/.cache/ipython/cython/home/marcel/.cache/ipython/cython/_cython_magic_1352bdb1aa720df1b4a875d857da4c91b7a12e28.gcda' profile count data file not found [-Wmissing-profile]
 6956 | }
      | ^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_6ca861dd232aa2365aaab91b38de170fa12cc7a0.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6ca861dd232aa2365aaab91b38de170fa12cc7a0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6ca861dd232aa2365aaab91b38de170fa12cc7a0.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_0292b97755fa17f95da2e0f21c8f0ae89334851f.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_class_ref (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_e501ff9970016b326f1fef03742f7985fc85292a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_e501ff9970016b326f1fef03742f7985fc85292a.pyx
ok
test_compiler_directives (Cython.Build.Tests.TestInline.TestInline) ... warning: .cython-cache-dir/inline/_cython_inline_fba6017ffb01a6d3528924c38e46481f52551d0c.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fba6017ffb01a6d3528924c38e46481f52551d0c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fba6017ffb01a6d3528924c38e46481f52551d0c.pyx
ok
test_def_node (Cython.Build.Tests.TestInline.TestInline) ... ok
test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_5a423324ea3c842898ed9846d95dd119f5de6e2f.pyx:6:4: Unreachable code
ok
test_lang_version (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_82974f218eba8a40d5bbeb295e4105940157a4fb.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_82974f218eba8a40d5bbeb295e4105940157a4fb.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7f34533e4ac79a7fbaf6a5c6be1d609e72cb9cf6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7f34533e4ac79a7fbaf6a5c6be1d609e72cb9cf6.pyx
ok
test_locals (Cython.Build.Tests.TestInline.TestInline) ... ok
test_no_return (Cython.Build.Tests.TestInline.TestInline) ... ok
test_numpy (Cython.Build.Tests.TestInline.TestInline) ... skipped 'NumPy is not available'
test_pure (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_c46d10f5547330522ba723ea6fe7dc8eaafaca89.pyx:11:4: Unreachable code
ok
test_repeated_use (Cython.Build.Tests.TestInline.TestInline) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ff316f051bc73da3ac5a779ce4c9af90eab7c80d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ff316f051bc73da3ac5a779ce4c9af90eab7c80d.pyx
ok
test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_7896a8a88b7ed32bc5bc979b4011576d9c23086f.pyx:6:4: Unreachable code
ok
test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: TEST_TMP/inline/_cython_inline_9f402d692e1739a15ce6023c146458aeb8a4ef5c.pyx:8:4: Unreachable code
ok
test_insertion (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_markers (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok
test_build_hex_version (Cython.Tests.TestCythonUtils.TestCythonUtils) ... ok
@@ -279,133 +404,10 @@
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_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/tmpnpjvp6cq:58: Error in sourced command file:
Undefined command: "from".  Try "help".
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_deepcopy (Cython.Compiler.Tests.TestFlowControl.TestGraph) ... 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_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_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_binop_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok
test_builtin_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... 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_put_back_positions (Cython.Compiler.Tests.TestScanning.TestScanning) ... ok
test_tentatively_scan (Cython.Compiler.Tests.TestScanning.TestScanning) ... 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.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_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_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_string_contains_lone_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
test_string_contains_surrogates (Cython.Compiler.Tests.TestStringEncoding.StringEncodingTest) ... ok
StringIOTree (Cython)
Doctest: Cython.StringIOTree ... ok
parse_list (Cython.Build.Dependencies)
Doctest: Cython.Build.Dependencies.parse_list ... ok
TreeVisitor (Cython.Compiler.Visitor)
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
normalise_encoding_name (Cython.Compiler.Options)
Doctest: Cython.Compiler.Options.normalise_encoding_name ... ok
parse_compile_time_env (Cython.Compiler.Options)
@@ -416,8 +418,8 @@
Doctest: Cython.Compiler.Options.parse_directive_value ... ok
parse_variable_value (Cython.Compiler.Options)
Doctest: Cython.Compiler.Options.parse_variable_value ... ok
TreeVisitor (Cython.Compiler.Visitor)
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
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
@@ -3833,15 +3835,27 @@
unbound_list_sort (assigned_builtin_methods)
Doctest: assigned_builtin_methods.unbound_list_sort ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running async_def ... outer_with_nested (async_def)
[-1] compiling (c/cy2) and running async_def ... await_in_genexpr_iterator (async_def)
Doctest: async_def.await_in_genexpr_iterator ... ok
outer_with_nested (async_def)
Doctest: async_def.outer_with_nested ... ok
test_async_temp_gh3337 (async_def)
Doctest: async_def.test_async_temp_gh3337 ... ok
yield_from_in_genexpr_iterator (async_def)
Doctest: async_def.yield_from_in_genexpr_iterator ... ok
yield_in_genexpr_iterator (async_def)
Doctest: async_def.yield_in_genexpr_iterator ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (cpp/cy2) and running async_def ... outer_with_nested (async_def)
[-1] compiling (cpp/cy2) and running async_def ... await_in_genexpr_iterator (async_def)
Doctest: async_def.await_in_genexpr_iterator ... ok
outer_with_nested (async_def)
Doctest: async_def.outer_with_nested ... ok
test_async_temp_gh3337 (async_def)
Doctest: async_def.test_async_temp_gh3337 ... ok
yield_from_in_genexpr_iterator (async_def)
Doctest: async_def.yield_from_in_genexpr_iterator ... ok
yield_in_genexpr_iterator (async_def)
Doctest: async_def.yield_in_genexpr_iterator ... ok
runTest (__main__.CythonRunTestCase)
[-1] compiling (c/cy2) and running async_globals ... test (async_globals)
Doctest: async_globals.test ... ok
@@ -14746,6 +14760,8 @@
Doctest: fused_cpdef.test_ambiguousmatch ... ok
test_badcall (fused_cpdef)
Doctest: fused_cpdef.test_badcall ... ok
test_call_has_default_struct (fused_cpdef)
Doctest: fused_cpdef.test_call_has_default_struct ... ok
test_defaults (fused_cpdef)
Doctest: fused_cpdef.test_defaults ... ok
test_fused_cpdef (fused_cpdef)
@@ -14761,6 +14777,8 @@
Doctest: fused_cpdef.test_ambiguousmatch ... ok
test_badcall (fused_cpdef)
Doctest: fused_cpdef.test_badcall ... ok
test_call_has_default_struct (fused_cpdef)
Doctest: fused_cpdef.test_call_has_default_struct ... ok
test_defaults (fused_cpdef)
Doctest: fused_cpdef.test_defaults ... ok
test_fused_cpdef (fused_cpdef)
@@ -23366,106 +23384,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_b0069dd570a750eb3aab880277a3bed698a47e19.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b0069dd570a750eb3aab880277a3bed698a47e19.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_cffad3708722dc87ac1d6dd16a54c133dfdbb65c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_cffad3708722dc87ac1d6dd16a54c133dfdbb65c.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b719569b356af781178223a83dba8f9218f83f49.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_b719569b356af781178223a83dba8f9218f83f49.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_a82cc671e79c7ad68e71bec471e7f79b3b7c1a69.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_a82cc671e79c7ad68e71bec471e7f79b3b7c1a69.pyx
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_effbd75ef629701918bc401ff67eb08555bbbb21.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_effbd75ef629701918bc401ff67eb08555bbbb21.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1fad10fc03516fda2efe5f382663319e437ddb50.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1fad10fc03516fda2efe5f382663319e437ddb50.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5c2f75f1081e6a23f6524c20c5a97780f6214a57.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_5c2f75f1081e6a23f6524c20c5a97780f6214a57.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_14cb34366f885d7953c03468ddcf6e6be724caaf.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_14cb34366f885d7953c03468ddcf6e6be724caaf.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_81eb1ccb5746de147b825373cfe4771b94dc3595.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_81eb1ccb5746de147b825373cfe4771b94dc3595.pyx
Compiling $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1fcd8eb2350736a97868c75be3b0ff6168fa7eeb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_asyncgen/_cython_inline_1fcd8eb2350736a97868c75be3b0ff6168fa7eeb.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b0069dd570a750eb3aab880277a3bed698a47e19.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b0069dd570a750eb3aab880277a3bed698a47e19.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_cffad3708722dc87ac1d6dd16a54c133dfdbb65c.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_cffad3708722dc87ac1d6dd16a54c133dfdbb65c.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b719569b356af781178223a83dba8f9218f83f49.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_b719569b356af781178223a83dba8f9218f83f49.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_a82cc671e79c7ad68e71bec471e7f79b3b7c1a69.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_a82cc671e79c7ad68e71bec471e7f79b3b7c1a69.pyx
Couldn't find 'abc'
Couldn't find 'abc'
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_effbd75ef629701918bc401ff67eb08555bbbb21.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_effbd75ef629701918bc401ff67eb08555bbbb21.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1fad10fc03516fda2efe5f382663319e437ddb50.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1fad10fc03516fda2efe5f382663319e437ddb50.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5c2f75f1081e6a23f6524c20c5a97780f6214a57.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_5c2f75f1081e6a23f6524c20c5a97780f6214a57.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_72826b0759075581706510d608962e874b66bc94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_72826b0759075581706510d608962e874b66bc94.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_14cb34366f885d7953c03468ddcf6e6be724caaf.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_14cb34366f885d7953c03468ddcf6e6be724caaf.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_81eb1ccb5746de147b825373cfe4771b94dc3595.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_81eb1ccb5746de147b825373cfe4771b94dc3595.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1fcd8eb2350736a97868c75be3b0ff6168fa7eeb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_asyncgen/_cython_inline_1fcd8eb2350736a97868c75be3b0ff6168fa7eeb.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_52421084b654ee690e4dd12fff69144e556b9906.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_52421084b654ee690e4dd12fff69144e556b9906.pyx
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_257493bb530c39bdc9f3578847a471551e29c6ff.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_257493bb530c39bdc9f3578847a471551e29c6ff.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ed33fced3d5c573839b439816da647aabaebc918.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ed33fced3d5c573839b439816da647aabaebc918.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_df9e5158c5f0b2b79cfa9ebe8cb23ff64405b661.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_df9e5158c5f0b2b79cfa9ebe8cb23ff64405b661.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f29fba8badadc8838d3ce6b2f40bc70214aa4879.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f29fba8badadc8838d3ce6b2f40bc70214aa4879.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8e464f3c3bb0661df2ad784ebe615c80c0551f63.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8e464f3c3bb0661df2ad784ebe615c80c0551f63.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31d94fa6513336e8f908dcf61819eae402ac96ea.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31d94fa6513336e8f908dcf61819eae402ac96ea.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_19b8f5eb942b1a705bd4e6e682a74b4dfb2b94af.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_19b8f5eb942b1a705bd4e6e682a74b4dfb2b94af.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1e48852036ea6d705e6e7bbe0ca1896406759351.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1e48852036ea6d705e6e7bbe0ca1896406759351.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b630ea20d40cf22f65b6e2228bb8b17dd9f2de56.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b630ea20d40cf22f65b6e2228bb8b17dd9f2de56.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_411ed1da9ea769f8f9765665c1f5ad6000409dcb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_411ed1da9ea769f8f9765665c1f5ad6000409dcb.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1a08f4051607f2a6ff3b85be91b8bd97cc1ef8cd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_1a08f4051607f2a6ff3b85be91b8bd97cc1ef8cd.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f00f0cb8c30552d8fbdace91eda2480d2209afb6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f00f0cb8c30552d8fbdace91eda2480d2209afb6.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6f6def578da5670a9b8f717468384902466a0e34.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6f6def578da5670a9b8f717468384902466a0e34.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8d0d99b6c8550ec84d21f5da626c9228f8db8d4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8d0d99b6c8550ec84d21f5da626c9228f8db8d4d.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_74ca8ae7acb848d43daeb9a5a5167d63066f9cae.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_74ca8ae7acb848d43daeb9a5a5167d63066f9cae.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96fbde696b230e3de98d8662aeffaa41ca5e68d2.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_96fbde696b230e3de98d8662aeffaa41ca5e68d2.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_73e1d3ae8ea5242b0cfaca8b0cd97e4da0c773f2.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_73e1d3ae8ea5242b0cfaca8b0cd97e4da0c773f2.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6b72bf29834b02b7263c683ee37e0ba757d212ab.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6b72bf29834b02b7263c683ee37e0ba757d212ab.pyx
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0c68449db9c28987f203fb136d512f31ae85bb7f.pyx because it changed.
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cb5dd8c5b2e3fe6949246273aa3dca4c548c5d08.pyx because it changed.
ok
test_badsyntax_10 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok
test_badsyntax_2 (test_coroutines_pep492.AsyncBadSyntaxTest) ... [1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0c68449db9c28987f203fb136d512f31ae85bb7f.pyx
test_badsyntax_2 (test_coroutines_pep492.AsyncBadSyntaxTest) ... [1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_cb5dd8c5b2e3fe6949246273aa3dca4c548c5d08.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3b1d364cde0a33ec45944064eb6150a745932de9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3b1d364cde0a33ec45944064eb6150a745932de9.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_48997904c04a1c4812631c6ed616f374c0c0eb21.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_48997904c04a1c4812631c6ed616f374c0c0eb21.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c93a8cff725c8bbecc5c4bff0d643549b1e71af.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3c93a8cff725c8bbecc5c4bff0d643549b1e71af.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_427c5f4121443d0dbe452d159ec9d23030d2e63d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_427c5f4121443d0dbe452d159ec9d23030d2e63d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9551552bb207f7fa3404a1c8650ff596a6249163.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_9551552bb207f7fa3404a1c8650ff596a6249163.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0023f399e4d077bc8f61340c9cfc6ec739a9934d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_0023f399e4d077bc8f61340c9cfc6ec739a9934d.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_305f0b60fb185866bbf8e4794492ef1478481dd7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_305f0b60fb185866bbf8e4794492ef1478481dd7.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8c94b684e4360c047e85f411390df8926e4c50a7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8c94b684e4360c047e85f411390df8926e4c50a7.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ce4c76f07b5169aaff4f521f5f0c56f53554336b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_ce4c76f07b5169aaff4f521f5f0c56f53554336b.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_7f263322ed1e14dab97b7ff767fef3094e751b54.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_7f263322ed1e14dab97b7ff767fef3094e751b54.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f24e66188c919956afe943d9ad68acc75640c8c3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_f24e66188c919956afe943d9ad68acc75640c8c3.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91ec4e38ff3390988aab36c5daebcd261f96b706.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_91ec4e38ff3390988aab36c5daebcd261f96b706.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_13e20fca473492a610f5dd2178c352556eb700c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_13e20fca473492a610f5dd2178c352556eb700c9.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b28125780fc0283b79994d450ecb0e11dfe4fedf.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_b28125780fc0283b79994d450ecb0e11dfe4fedf.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3a8728f63c5b4a74ca6f1b9b4dc3ee196dafffb7.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_3a8728f63c5b4a74ca6f1b9b4dc3ee196dafffb7.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_34d8a28aace3f147d273f3f50b036aeab70903c9.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_34d8a28aace3f147d273f3f50b036aeab70903c9.pyx
ok
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_afbb4fb8074018289364417ceddbbdf4beb40ba1.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_afbb4fb8074018289364417ceddbbdf4beb40ba1.pyx
test_badsyntax_3 (test_coroutines_pep492.AsyncBadSyntaxTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_aa78cfed10f781e189361571c227b6e7a0caef90.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_aa78cfed10f781e189361571c227b6e7a0caef90.pyx
ok
test_goodsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok
test_asyncio_1 (test_coroutines_pep492.CoroAsyncIOCompatTest) ... ok
@@ -23547,10 +23565,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_29dc9f69c7aea831aad71733b530eec5c8edc2dc.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_29dc9f69c7aea831aad71733b530eec5c8edc2dc.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6fa6de986d7d7fed09c2f916b9c49cb05d099808.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_6fa6de986d7d7fed09c2f916b9c49cb05d099808.pyx
test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_453f93a5f359c4352bc386de7773aacbe98bcb56.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_453f93a5f359c4352bc386de7773aacbe98bcb56.pyx
Compiling $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_20fbe58485488037bf2321577ab4fba0792b23a4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/c/test_coroutines_pep492/_cython_inline_20fbe58485488037bf2321577ab4fba0792b23a4.pyx
$(PYTHON_DIR)/unittest/case.py:550: RuntimeWarning: coroutine '__invoke.<locals>.foo' was never awaited
  method()
ok
@@ -23920,7 +23938,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_bf5d9bfd35d8e6fdbd2d36174fcaa4ce2c5bec9e.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_473f6043b0cad97669a5acb16c1c27c5037f6af4.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -23933,76 +23951,76 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_69380bfc45117c848a653fcecb74e3f1b8a5440e.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_c9a139de174884349cb77f8106f9bffb4f2fbfd1.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_72826b0759075581706510d608962e874b66bc94.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_72826b0759075581706510d608962e874b66bc94.pyx
test_double_braces (test_fstring.TestCase) ... Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_52421084b654ee690e4dd12fff69144e556b9906.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_52421084b654ee690e4dd12fff69144e556b9906.pyx
Couldn't find 'something'
Couldn't find 'something'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_257493bb530c39bdc9f3578847a471551e29c6ff.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_257493bb530c39bdc9f3578847a471551e29c6ff.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ed33fced3d5c573839b439816da647aabaebc918.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_ed33fced3d5c573839b439816da647aabaebc918.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_df9e5158c5f0b2b79cfa9ebe8cb23ff64405b661.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_df9e5158c5f0b2b79cfa9ebe8cb23ff64405b661.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f29fba8badadc8838d3ce6b2f40bc70214aa4879.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f29fba8badadc8838d3ce6b2f40bc70214aa4879.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8e464f3c3bb0661df2ad784ebe615c80c0551f63.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8e464f3c3bb0661df2ad784ebe615c80c0551f63.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31d94fa6513336e8f908dcf61819eae402ac96ea.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31d94fa6513336e8f908dcf61819eae402ac96ea.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_19b8f5eb942b1a705bd4e6e682a74b4dfb2b94af.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_19b8f5eb942b1a705bd4e6e682a74b4dfb2b94af.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1e48852036ea6d705e6e7bbe0ca1896406759351.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1e48852036ea6d705e6e7bbe0ca1896406759351.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_b630ea20d40cf22f65b6e2228bb8b17dd9f2de56.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_b630ea20d40cf22f65b6e2228bb8b17dd9f2de56.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_411ed1da9ea769f8f9765665c1f5ad6000409dcb.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_411ed1da9ea769f8f9765665c1f5ad6000409dcb.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1a08f4051607f2a6ff3b85be91b8bd97cc1ef8cd.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_1a08f4051607f2a6ff3b85be91b8bd97cc1ef8cd.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f00f0cb8c30552d8fbdace91eda2480d2209afb6.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_f00f0cb8c30552d8fbdace91eda2480d2209afb6.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6f6def578da5670a9b8f717468384902466a0e34.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6f6def578da5670a9b8f717468384902466a0e34.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8d0d99b6c8550ec84d21f5da626c9228f8db8d4d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8d0d99b6c8550ec84d21f5da626c9228f8db8d4d.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_74ca8ae7acb848d43daeb9a5a5167d63066f9cae.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_74ca8ae7acb848d43daeb9a5a5167d63066f9cae.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96fbde696b230e3de98d8662aeffaa41ca5e68d2.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_96fbde696b230e3de98d8662aeffaa41ca5e68d2.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_73e1d3ae8ea5242b0cfaca8b0cd97e4da0c773f2.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_73e1d3ae8ea5242b0cfaca8b0cd97e4da0c773f2.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6b72bf29834b02b7263c683ee37e0ba757d212ab.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_6b72bf29834b02b7263c683ee37e0ba757d212ab.pyx
Couldn't find 'els'
Couldn't find 'els'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0c68449db9c28987f203fb136d512f31ae85bb7f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_0c68449db9c28987f203fb136d512f31ae85bb7f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cb5dd8c5b2e3fe6949246273aa3dca4c548c5d08.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_cb5dd8c5b2e3fe6949246273aa3dca4c548c5d08.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc26ea0ff33d2f99b7d74b2b1c8765889df35c73.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_006a00f16d9ca68fb6d57472d5af8d1d9c38468d.pyx
Couldn't find 'b'
Couldn't find 'b'
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_04410666d2df082b0719541e95a64b24695d1988.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_375d52d43c00bc4736e267c0ac8f48008a2e380b.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_bc7f4002bd3b144998944279804d979ac049a4d4.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_2c6426d62aa76fa2283d67271c54d42b1ee67ea3.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_8031456447db206f4bebd7c8550a70fd3862282f.pyx
Compiling $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx because it changed.
[1/1] Cythonizing $(@D)/TEST_TMP/run/cpp/test_coroutines_pep492/_cython_inline_31eb32e915c0ff75529227b3e981a511b4e15369.pyx
ok
test_empty_format_specifier (test_fstring.TestCase) ... ok
test_equal_equal (test_fstring.TestCase) ... ok
@@ -24024,25 +24042,25 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_fc957e3aed9e18dd47b833121a6f1a2a29df9524.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_5eceed6de0343889f84ccbc0ee98efd803464ff6.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_5c440fb63f0605c9ca005b761880becf93fe40f1.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5c440fb63f0605c9ca005b761880becf93fe40f1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5c440fb63f0605c9ca005b761880becf93fe40f1.pyx
warning: .cython-cache-dir/inline/_cython_inline_83d5a5dc3f3595a88eab38773b7edf9c95f4b9d5.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_83d5a5dc3f3595a88eab38773b7edf9c95f4b9d5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_83d5a5dc3f3595a88eab38773b7edf9c95f4b9d5.pyx
warning: .cython-cache-dir/inline/_cython_inline_cb5bd7184f17e775a10d130831786b1e7fa2ffda.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cb5bd7184f17e775a10d130831786b1e7fa2ffda.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cb5bd7184f17e775a10d130831786b1e7fa2ffda.pyx
warning: .cython-cache-dir/inline/_cython_inline_34a7a92f0624f159d3ba9bb5b43f94f8ae79ad81.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_34a7a92f0624f159d3ba9bb5b43f94f8ae79ad81.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_34a7a92f0624f159d3ba9bb5b43f94f8ae79ad81.pyx
test_many_expressions (test_fstring.TestCase) ... warning: .cython-cache-dir/inline/_cython_inline_f21c56130623ee43930f21a6822ca6f5cbf10524.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f21c56130623ee43930f21a6822ca6f5cbf10524.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f21c56130623ee43930f21a6822ca6f5cbf10524.pyx
warning: .cython-cache-dir/inline/_cython_inline_3a29e411c04c323acaf39440c179249a361ecc6c.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3a29e411c04c323acaf39440c179249a361ecc6c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3a29e411c04c323acaf39440c179249a361ecc6c.pyx
warning: .cython-cache-dir/inline/_cython_inline_846718f48047dbac915b921fc5070066ed53b5d5.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_846718f48047dbac915b921fc5070066ed53b5d5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_846718f48047dbac915b921fc5070066ed53b5d5.pyx
warning: .cython-cache-dir/inline/_cython_inline_57c59a665845fe17277d95b6581d4564bac328b5.pyx:6:4: Unreachable code
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_57c59a665845fe17277d95b6581d4564bac328b5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_57c59a665845fe17277d95b6581d4564bac328b5.pyx
ok
test_misformed_unicode_character_name (test_fstring.TestCase) ... ok
test_mismatched_braces (test_fstring.TestCase) ... ok
@@ -24088,7 +24106,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_bf5d9bfd35d8e6fdbd2d36174fcaa4ce2c5bec9e.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_473f6043b0cad97669a5acb16c1c27c5037f6af4.pyx:5:8: Cannot assign to or delete this
Error compiling Cython file:
------------------------------------------------------------
@@ -24101,7 +24119,7 @@
        ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_69380bfc45117c848a653fcecb74e3f1b8a5440e.pyx:5:8: Cannot assign to or delete this
.cython-cache-dir/inline/_cython_inline_c9a139de174884349cb77f8106f9bffb4f2fbfd1.pyx:5:8: Cannot assign to or delete this
ok
test_dict (test_fstring.TestCase) ... ok
test_docstring (test_fstring.TestCase) ... ok
@@ -24126,7 +24144,7 @@
            ^
------------------------------------------------------------
.cython-cache-dir/inline/_cython_inline_fc957e3aed9e18dd47b833121a6f1a2a29df9524.pyx:5:12: Unrecognized character
.cython-cache-dir/inline/_cython_inline_5eceed6de0343889f84ccbc0ee98efd803464ff6.pyx:5:12: Unrecognized character
ok
test_lambda (test_fstring.TestCase) ... ok
test_leading_trailing_spaces (test_fstring.TestCase) ... ok
@@ -24258,8 +24276,8 @@
66873 |   struct __pyx_obj_12test_grammar___pyx_scope_struct_26_test_listcomps *__pyx_cur_scope;
      |                                                                         ^~~~~~~~~~~~~~~
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4987288d4e5187be5715ee53ff7e146bd02a1c4a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4987288d4e5187be5715ee53ff7e146bd02a1c4a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_70f4ea350cd6baf1856f98807295ed018c5deecd.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_70f4ea350cd6baf1856f98807295ed018c5deecd.pyx
ok
test_expr_stmt (test_grammar.GrammarTests) ... ok
test_for (test_grammar.GrammarTests) ... ok
@@ -24310,16 +24328,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_f7a895d3375f72da99ca87109f44764f4ef6aa0b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f7a895d3375f72da99ca87109f44764f4ef6aa0b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_10fc81120e81ade721acdcbb1760fcb74bb62654.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_10fc81120e81ade721acdcbb1760fcb74bb62654.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1fdf2dbf4645a2b6179a8623981c6f0dbbb7b6b3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1fdf2dbf4645a2b6179a8623981c6f0dbbb7b6b3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_a9bd77bad29483759e12b40b91cd5001aec23c18.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_a9bd77bad29483759e12b40b91cd5001aec23c18.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ef5cf7a61170bd0607cd380584f77ae0ed1f0092.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ef5cf7a61170bd0607cd380584f77ae0ed1f0092.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1442ad5f1183ff73a1473370b5ef924ff3b49f29.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1442ad5f1183ff73a1473370b5ef924ff3b49f29.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_992b912be901c4f1bc10da27da39a406d19a0836.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_992b912be901c4f1bc10da27da39a406d19a0836.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_454bf7928f553e210a228e861b5126139ab5a002.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_454bf7928f553e210a228e861b5126139ab5a002.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7284018f1300336dca91736bdc53c9e4bfc744ef.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7284018f1300336dca91736bdc53c9e4bfc744ef.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2a101705a45f858399e580d764fe5a5c0891e1a4.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2a101705a45f858399e580d764fe5a5c0891e1a4.pyx
ok
test_string_literals (test_grammar.TokenTests) ... ok
test_underscore_literals (test_grammar.TokenTests) ... skipped 'Done more efficiently in TestGrammar'
@@ -24457,53 +24475,53 @@
Couldn't find 'f'
Couldn't find 'f'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f7a895d3375f72da99ca87109f44764f4ef6aa0b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f7a895d3375f72da99ca87109f44764f4ef6aa0b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1442ad5f1183ff73a1473370b5ef924ff3b49f29.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1442ad5f1183ff73a1473370b5ef924ff3b49f29.pyx
Couldn't find 'a'
Couldn't find 'b'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_50f4e87601409a4caf60a7bc5428b158b4e8382d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_50f4e87601409a4caf60a7bc5428b158b4e8382d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c828bfd6b149ca31d759261b4701806653014919.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c828bfd6b149ca31d759261b4701806653014919.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c828bfd6b149ca31d759261b4701806653014919.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c828bfd6b149ca31d759261b4701806653014919.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7a783f4f8c61973efd0009d2e59267ddd148b2ed.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7a783f4f8c61973efd0009d2e59267ddd148b2ed.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b34707c3277842a76f1630bd9d81668b761a794d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b34707c3277842a76f1630bd9d81668b761a794d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b34707c3277842a76f1630bd9d81668b761a794d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b34707c3277842a76f1630bd9d81668b761a794d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cac8b3b9c5495dbecc20be34829c5bc16daaf9cd.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cac8b3b9c5495dbecc20be34829c5bc16daaf9cd.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5ea1ad0a495d21dac1814c4367c273f28436f818.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5ea1ad0a495d21dac1814c4367c273f28436f818.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5ea1ad0a495d21dac1814c4367c273f28436f818.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5ea1ad0a495d21dac1814c4367c273f28436f818.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_40282d27fa81ce2e4149761d2574268a4ce7c293.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_40282d27fa81ce2e4149761d2574268a4ce7c293.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_597acbe4966e8a7876cbd1b16dc2412b2fe1aa8f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_597acbe4966e8a7876cbd1b16dc2412b2fe1aa8f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_597acbe4966e8a7876cbd1b16dc2412b2fe1aa8f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_597acbe4966e8a7876cbd1b16dc2412b2fe1aa8f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6b796f3bf7386c92ef92221a3ed69a68ace1955b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6b796f3bf7386c92ef92221a3ed69a68ace1955b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3182d6b6fcb94de04a421519ed789df1bf837d88.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3182d6b6fcb94de04a421519ed789df1bf837d88.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3182d6b6fcb94de04a421519ed789df1bf837d88.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3182d6b6fcb94de04a421519ed789df1bf837d88.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7b31d326fc73af11e5021830234f35bd59bb5191.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7b31d326fc73af11e5021830234f35bd59bb5191.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_007a12bb30f615d0a66fb04041b97d0b6ef8cf94.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_007a12bb30f615d0a66fb04041b97d0b6ef8cf94.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_007a12bb30f615d0a66fb04041b97d0b6ef8cf94.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_007a12bb30f615d0a66fb04041b97d0b6ef8cf94.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ead2b476ad4f0102a27c8f7bdf3c7627e5e9c3d0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ead2b476ad4f0102a27c8f7bdf3c7627e5e9c3d0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_398ac7ff9bd91183f680a0496070bb2f1c2120ad.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_398ac7ff9bd91183f680a0496070bb2f1c2120ad.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_398ac7ff9bd91183f680a0496070bb2f1c2120ad.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_398ac7ff9bd91183f680a0496070bb2f1c2120ad.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6638a27f1b4a890e443481caa6e5b6be26d47c02.pyx because it changed.
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_43bcbe5355df4ce6a8aa18bf5f94513ceb6435c2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_43bcbe5355df4ce6a8aa18bf5f94513ceb6435c2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0f728c07bd883003308791fe2a9cbb303d3d4ced.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0f728c07bd883003308791fe2a9cbb303d3d4ced.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0f728c07bd883003308791fe2a9cbb303d3d4ced.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0f728c07bd883003308791fe2a9cbb303d3d4ced.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c090e60e8390954992f0971e07ca268d23655a8e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c090e60e8390954992f0971e07ca268d23655a8e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8d5acd73bd83b96ae76dfe73d2e55eaecf55ab7e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8d5acd73bd83b96ae76dfe73d2e55eaecf55ab7e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8d5acd73bd83b96ae76dfe73d2e55eaecf55ab7e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8d5acd73bd83b96ae76dfe73d2e55eaecf55ab7e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7245b6cb6ff5988b8e83f672245887a9f99e78a0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7245b6cb6ff5988b8e83f672245887a9f99e78a0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9d3575ecd039bc1ecfe02fe50f5e9a8a79ffa0b1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9d3575ecd039bc1ecfe02fe50f5e9a8a79ffa0b1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9d3575ecd039bc1ecfe02fe50f5e9a8a79ffa0b1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9d3575ecd039bc1ecfe02fe50f5e9a8a79ffa0b1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9c7b48717946401a6913cb86845acc7a8ac12c70.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9c7b48717946401a6913cb86845acc7a8ac12c70.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1130bbc23e5574bcfa5c7cc9962ddafa0ba1e1c7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1130bbc23e5574bcfa5c7cc9962ddafa0ba1e1c7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_1130bbc23e5574bcfa5c7cc9962ddafa0ba1e1c7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_1130bbc23e5574bcfa5c7cc9962ddafa0ba1e1c7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9912df2dcc0cfdd58b7f1c86a8fa58a7357b4f7b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9912df2dcc0cfdd58b7f1c86a8fa58a7357b4f7b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_14561bdefe58e5dc21bf06de2df128b1c760314d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_14561bdefe58e5dc21bf06de2df128b1c760314d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_14561bdefe58e5dc21bf06de2df128b1c760314d.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_14561bdefe58e5dc21bf06de2df128b1c760314d.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6903413ead937f84944e022487c5da725d2db404.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6903413ead937f84944e022487c5da725d2db404.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f65c1f5a77a383fff30333ceb54df6170d449b31.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f65c1f5a77a383fff30333ceb54df6170d449b31.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f65c1f5a77a383fff30333ceb54df6170d449b31.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f65c1f5a77a383fff30333ceb54df6170d449b31.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5ee3b58cf12cd1a8ebb16e63b569ea1f6c2ada12.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5ee3b58cf12cd1a8ebb16e63b569ea1f6c2ada12.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_03c20e9d9a2bc2a7128ca3661f6c04759558f65e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_03c20e9d9a2bc2a7128ca3661f6c04759558f65e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_03c20e9d9a2bc2a7128ca3661f6c04759558f65e.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_03c20e9d9a2bc2a7128ca3661f6c04759558f65e.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bca1ca16836503cc5c090a2974eb7b57fb1d075b.pyx because it changed.
ok
test_named_expression_invalid_in_class_body (test_named_expressions.NamedExpressionInvalidTest) ... ok
test_named_expression_invalid_rebinding_comprehension_inner_loop (test_named_expressions.NamedExpressionInvalidTest) ... ok
@@ -24527,69 +24545,69 @@
test_named_expression_scope_22 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_23 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_24 (test_named_expressions.NamedExpressionScopeTest) ... ok
test_named_expression_scope_25 (test_named_expressions.NamedExpressionScopeTest) ... [1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6638a27f1b4a890e443481caa6e5b6be26d47c02.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3be17bdaec108580fdcf9c996af88efe3b9aa8ef.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3be17bdaec108580fdcf9c996af88efe3b9aa8ef.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3be17bdaec108580fdcf9c996af88efe3b9aa8ef.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3be17bdaec108580fdcf9c996af88efe3b9aa8ef.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_06755883118b977ce0cbebeda8e1e43e279a9e30.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_06755883118b977ce0cbebeda8e1e43e279a9e30.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_102c8bf62bbac2fe45010f6c9952bd3e23a08a47.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_102c8bf62bbac2fe45010f6c9952bd3e23a08a47.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_102c8bf62bbac2fe45010f6c9952bd3e23a08a47.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_102c8bf62bbac2fe45010f6c9952bd3e23a08a47.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2dfa0b1ca6932befee4f2dae3fe244c21d493641.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2dfa0b1ca6932befee4f2dae3fe244c21d493641.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_75b49e00742c591b07216f2f0407700ca9b8a9bf.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_75b49e00742c591b07216f2f0407700ca9b8a9bf.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7fe31248498a1094efefcdc6f3ce51f7d59258be.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7fe31248498a1094efefcdc6f3ce51f7d59258be.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7fe31248498a1094efefcdc6f3ce51f7d59258be.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7fe31248498a1094efefcdc6f3ce51f7d59258be.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_30d13642efdb9ef097e8182757d2795c5fd56085.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_30d13642efdb9ef097e8182757d2795c5fd56085.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ee318afddc4f8dd048c5331f92e0d2f7cee2ba46.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ee318afddc4f8dd048c5331f92e0d2f7cee2ba46.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ee318afddc4f8dd048c5331f92e0d2f7cee2ba46.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ee318afddc4f8dd048c5331f92e0d2f7cee2ba46.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_70c8278682eee33a7490273662ddc1a1ae76e598.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_70c8278682eee33a7490273662ddc1a1ae76e598.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_717d9860479d002961e9c60a93c28d8e95c68d78.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_717d9860479d002961e9c60a93c28d8e95c68d78.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0bb7bfcb021a92adb295e7548f6016ba443b81cc.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0bb7bfcb021a92adb295e7548f6016ba443b81cc.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_6573d7d8ea202a447030299b42c0dd2aed4de77b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_6573d7d8ea202a447030299b42c0dd2aed4de77b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_06bc9ab16dcab1fde12820f197aadc9a77a3bcdd.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_06bc9ab16dcab1fde12820f197aadc9a77a3bcdd.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_bb58cb751e4044c4182ba3af6404b1ab41548cfe.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bb58cb751e4044c4182ba3af6404b1ab41548cfe.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9de1fbafba1353e79ac0f09e5813ae0db1e9a7a2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9de1fbafba1353e79ac0f09e5813ae0db1e9a7a2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_89dfd0eb01c3b1c808c5497982ec465fe0ca7c4b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_89dfd0eb01c3b1c808c5497982ec465fe0ca7c4b.pyx
test_named_expression_scope_25 (test_named_expressions.NamedExpressionScopeTest) ... [1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_bca1ca16836503cc5c090a2974eb7b57fb1d075b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5e31dc93b95511eb7475d68aff4b811eede43402.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5e31dc93b95511eb7475d68aff4b811eede43402.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5e31dc93b95511eb7475d68aff4b811eede43402.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5e31dc93b95511eb7475d68aff4b811eede43402.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_eb4ad2d6bfab6afc39bd9d846c049bd78df4d36c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_eb4ad2d6bfab6afc39bd9d846c049bd78df4d36c.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d8730aa22899c8e34384d9d8de721108509625eb.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d8730aa22899c8e34384d9d8de721108509625eb.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d8730aa22899c8e34384d9d8de721108509625eb.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d8730aa22899c8e34384d9d8de721108509625eb.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_082cab7516825092150ac48735fe008f88b870c3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_082cab7516825092150ac48735fe008f88b870c3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_566b286d84646638a7c03b74ff05bc262ef729c0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_566b286d84646638a7c03b74ff05bc262ef729c0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f0018b2501689a1e6bb147be482f5917808eca3a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f0018b2501689a1e6bb147be482f5917808eca3a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f0018b2501689a1e6bb147be482f5917808eca3a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f0018b2501689a1e6bb147be482f5917808eca3a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_88f8f2d7f1325d7333c9ae9ef86c3b7edb28f0c0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_88f8f2d7f1325d7333c9ae9ef86c3b7edb28f0c0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c3c1ae59c4db93976d9dc4f3e02f6973d87e3646.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c3c1ae59c4db93976d9dc4f3e02f6973d87e3646.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c3c1ae59c4db93976d9dc4f3e02f6973d87e3646.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c3c1ae59c4db93976d9dc4f3e02f6973d87e3646.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_751e9d112f2fe2ce6bf937aba9eac1854938d05a.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_751e9d112f2fe2ce6bf937aba9eac1854938d05a.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b84d92a111f71338352d69a06bd714f48baf7def.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b84d92a111f71338352d69a06bd714f48baf7def.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_da05fca9bbd1e6b7bcab1445a31d55401b6f5203.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_da05fca9bbd1e6b7bcab1445a31d55401b6f5203.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_ea274c5b940d70050743fd7810ecc91246a7326f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_ea274c5b940d70050743fd7810ecc91246a7326f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_9d4b99eca6d01fc4a5ab3611011e850ffe2fd96f.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_9d4b99eca6d01fc4a5ab3611011e850ffe2fd96f.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_c6470bb68a2d58ba09b301ec4b008d1f9c06dbe0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_c6470bb68a2d58ba09b301ec4b008d1f9c06dbe0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_3b57d1d5f3630d6b530b6aa08f3816d6b9b16fd0.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_3b57d1d5f3630d6b530b6aa08f3816d6b9b16fd0.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d1b1c482c5515dea31f53bfd093b2cb67ef880b5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d1b1c482c5515dea31f53bfd093b2cb67ef880b5.pyx
Couldn't find 'a'
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7ec6e58be3058cbb5a8ec5cdbc910daf0d790745.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7ec6e58be3058cbb5a8ec5cdbc910daf0d790745.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4c58bb0430bab811763536d9af0960fee8d1f6f2.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4c58bb0430bab811763536d9af0960fee8d1f6f2.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0dd89f4c5e741c2e7710a0a9f63d0e2893318e64.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0dd89f4c5e741c2e7710a0a9f63d0e2893318e64.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4bb4ba75ea88adfd9e774b16c929986bcbedf443.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4bb4ba75ea88adfd9e774b16c929986bcbedf443.pyx
ok
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_26a79dfb1c1a123f3e48b988cfee54219f03ea99.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_26a79dfb1c1a123f3e48b988cfee54219f03ea99.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d7b81ae924114d44f20df493637ecf391baa2f01.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d7b81ae924114d44f20df493637ecf391baa2f01.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_5815125b249af77f0db0ec576ec2ffcaf087dd32.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_5815125b249af77f0db0ec576ec2ffcaf087dd32.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_7bef4aef5ee64b7aa9f67f84bd56a9f4ea42b190.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_7bef4aef5ee64b7aa9f67f84bd56a9f4ea42b190.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_d4e74e10f9a8c023ac787685b0827f1888ff2fa5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_d4e74e10f9a8c023ac787685b0827f1888ff2fa5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_4bbd9b4cfbd5f40788d351e8c3db5f629610b3a7.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_4bbd9b4cfbd5f40788d351e8c3db5f629610b3a7.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_09e387b3bf7135b88aac0435a983059ccf7521b1.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_09e387b3bf7135b88aac0435a983059ccf7521b1.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_cc284c9b1d234158cdaeb865a95131e6523b567c.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_cc284c9b1d234158cdaeb865a95131e6523b567c.pyx
test_named_expression_variable_reuse_in_comprehensions (test_named_expressions.NamedExpressionScopeTest) ... Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_eab1f2c224e81b887fe1dfa2d47a7896779bdec3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_eab1f2c224e81b887fe1dfa2d47a7896779bdec3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_0a372c8aee9f0b6bfcbd3fec6e6bc12e24aea1e5.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_0a372c8aee9f0b6bfcbd3fec6e6bc12e24aea1e5.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_214d635d2cdcc9c987ab8bce307999b30316c201.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_214d635d2cdcc9c987ab8bce307999b30316c201.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_8da9e89d9af5c4eedff5e3af73b60d73981d77d3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_8da9e89d9af5c4eedff5e3af73b60d73981d77d3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_2fc447050455d80ed59544d7d0d3fe10f7bf6aa6.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_2fc447050455d80ed59544d7d0d3fe10f7bf6aa6.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_b9f7ef71b76e8343021cf891e65e1df2df5559d3.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_b9f7ef71b76e8343021cf891e65e1df2df5559d3.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_f8118870fc4f562c48574837b37e7c23c461077b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_f8118870fc4f562c48574837b37e7c23c461077b.pyx
Compiling $(@D)/.cython-cache-dir/inline/_cython_inline_fdebe4ce621ce4a1158b0e12c019da18a1d8d03b.pyx because it changed.
[1/1] Cythonizing $(@D)/.cython-cache-dir/inline/_cython_inline_fdebe4ce621ce4a1158b0e12c019da18a1d8d03b.pyx
ok
runTest (__main__.CythonUnitTestCase)
[-1] compiling (c) tests in and running test_raisefrom ... test_class_cause (test_raisefrom.TestCause) ... ok
@@ -27224,464 +27242,6 @@
Doctest: cppwrap.voidfunc ... ok
test_embed (__main__.EmbedTest) ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) clone ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) overhead ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) resize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) safe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) unsafe_usage ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) math_function_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) nonecheck ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) sin_of_square ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wave_function ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) queue3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) test_queue ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) fib ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_cpp ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) primes_python ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) embedded ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) atoi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpdef_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) keyword_args_call ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) libc_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_version_hex ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) malloc ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) some_memory ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) convolve_py ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) manual_work ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) median ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) norm ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) normalize ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) parallel_sin ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) calc_pi_4 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) often_called ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) profile_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) A_equivalent ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_arrays ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cclass ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) compiled_switch ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cython_declare2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) disabled_annotations ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) dostuff ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) exceptval ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) locals ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) mymodule ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) pep_526 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) py_cimport ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) api_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) arg_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_2 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) auto_conversion_3 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c_func ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) const ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) decode_cpp_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_bytes ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) for_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) if_char_in ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) naive_decode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) return_memview ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) slicing_c_string ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_char ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) to_unicode ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) try_finally ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) utf_eight ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) utf_eight ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) matrix ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) matrix ... ok
@@ -28224,6 +27784,464 @@
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) wrapper_vector ... 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 (c/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) hello ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) setup ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) cdef_keyword ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) integrate_cy ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (c/cy2) c1 ... ok
runTest (__main__.CythonCompileTestCase)
[-1] compiling (cpp/cy2) c1 ... ok
@@ -28238,7 +28256,7 @@
runTest (__main__.TestCodeFormat) ... ok
----------------------------------------------------------------------
Ran 15133 tests
Ran 15141 tests
OK (skipped=79)
Following tests excluded because of missing dependencies on your system:
@@ -28270,21 +28288,25 @@
   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:2463:47: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
 2463 |                 for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
      |                                     ~~~~~~~~~~^~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.c:1879:15: warning: '__pyx_f_12cdef_keyword_f' defined but not used [-Wunused-function]
 1879 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
Compiler output for module cdef_keyword:
cdef_keyword.cpp:1891:15: warning: 'double __pyx_f_12cdef_keyword_f(double)' defined but not used [-Wunused-function]
 1891 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~