-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
remove hacks in genobject.c #111354
Copy link
Copy link
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)
Refactor Objects/genobject.c to get rid of these hacks/issues:
gen_closeaccessesinstr_ptr - 1_PyGen_yfpeeks into the execution stackresultarg reused ingen_send_ex2for two different purposes (one of which is not the result)Linked PRs