Ticket #357 (closed defect: worksforme)

Opened 4 years ago

Last modified 2 years ago

calculate_result_code not implemented

Reported by: robertwb Owned by:
Priority: major Milestone: Dupe/Invalid
Component: Testing Keywords:
Cc:

Description

tryexcept.cpp: In function 'PyObject* __pyx_pf_9tryexcept_f(PyObject*, PyObject*, PyObject*)':
tryexcept.cpp:1013: warning: control may reach end of non-void function 'int __Pyx_SetItemInt_Fast(PyObject*, Py_ssize_t, PyObject*, int)' being inlined
calculate_result_code not implemented
Called from: GeneralCallNode.not_implemented 195
Called from: GeneralCallNode.calculate_result_code 428
Called from: GeneralCallNode.result 634
Called from: ExprStatNode.generate_execution_code 2865
Called from: StatListNode.generate_execution_code 374
Called from: ModuleNode.generate_module_init_func 1701
Called from: ModuleNode.generate_c_code 286
Called from: ModuleNode.process_implementation 72
Called from: generate_pyx_code 138
Called from: Context.run_pipeline 197
Called from: run_pipeline 542
Called from: compile_single 653
Called from: compile 708
Called from: CythonCompileTestCase.run_cython 273
Called from: CythonCompileTestCase.compile 315
Called from: CythonCompileTestCase.runCompileTest 227
Called from: CythonCompileTestCase.runTest 223
Called from: CythonCompileTestCase.run 279
Called from: CythonCompileTestCase.__call__ 300
Called from: TestSuite.run 460
Called from: TestSuite.__call__ 464
Called from: TestSuite.run 460
Called from: TestSuite.__call__ 464
Called from: TestSuite.run 460
Called from: TestSuite.__call__ 464
Called from: TextTestRunner.run 753
Called from: <module> 651
----------------------------------------------------------------------
bufaccess.c: In function '__pyx_pf_9bufaccess_printbuf':

Change History

Changed 4 years ago by robertwb

There should be an error raised here, but it's not clear what file this is even from.

Changed 4 years ago by scoder

Is this even reproducible? I don't get this error when running the test suite.

Changed 4 years ago by robertwb

  • milestone changed from 0.11.3 to wishlist

Changed 3 years ago by scoder

  • status changed from new to closed
  • resolution set to worksforme

Since it's not reproducible, let's close this ticket and assume that it has been fixed.

Changed 2 years ago by robertwb

  • milestone changed from wishlist to Dupe/Invalid
Note: See TracTickets for help on using tickets.