From 53d58bb369fbbc1ae93ca423f30b3beb2d83a9a1 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Fri, 30 Aug 2002 13:09:51 +0000 Subject: Further SET_LINENO reomval fixes. See comments in patch #587933. Use a slightly different strategy to determine when not to call the line trace function. This removes the need for the RETURN_NONE opcode, so that's gone again. Update docs and comments to match. Thanks to Neal and Armin! Also add a test suite. This should have come with the original patch... --- Include/opcode.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Include/opcode.h') diff --git a/Include/opcode.h b/Include/opcode.h index 28d0ae43b1..2f3dd04ba4 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -71,9 +71,6 @@ extern "C" { #define INPLACE_OR 79 #define BREAK_LOOP 80 -#define RETURN_NONE 81 /* *only* for function epilogues - -- see comments in - ceval.c:maybe_call_line_trace for why */ #define LOAD_LOCALS 82 #define RETURN_VALUE 83 #define IMPORT_STAR 84 -- cgit v1.2.1