Skip to content

Commit 67599fb

Browse files
committed
Remove cases from ceval.c -- they are no longer needed
1 parent 53a0398 commit 67599fb

File tree

2 files changed

+4
-3882
lines changed

2 files changed

+4
-3882
lines changed

Python/bytecodes.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ dummy_func(
2929
{
3030
switch (opcode) {
3131

32+
/* BEWARE!
33+
It is essential that any operation that fails must goto error
34+
and that all operation that succeed call DISPATCH() ! */
35+
3236
// BEGIN BYTECODES //
3337
// stack effect: ( -- )
3438
inst(NOP) {

0 commit comments

Comments
 (0)