Use named constants for MAKE_FUNCTION oparg #105214
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
The oparg for MAKE_FUNCTION is a mask of various flags (e.g. 0x8 means it has a closure). These are currently hardcoded as integers; let's use named constants instead.
Linked PRs
The text was updated successfully, but these errors were encountered: