Kaydet (Commit) d594c912 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added Getnamev() macro.

üst a0c191ea
......@@ -72,6 +72,7 @@ frameobject * newframeobject PROTO(
#define Getconst(f, i) (GETITEM((f)->f_code->co_consts, (i)))
#define Getname(f, i) (GETITEMNAME((f)->f_code->co_names, (i)))
#define Getnamev(f, i) (GETITEM((f)->f_code->co_names, (i)))
/* Block management functions */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment