# Feature or enhancement ### Proposal: We currently have things like ``` macro(CALL_ALLOC_AND_ENTER_INIT) = _RECORD_CALLABLE + unused/1 + _CHECK_PEP_523 + _CHECK_AND_ALLOCATE_OBJECT + _CREATE_INIT_FRAME + _PUSH_FRAME; ``` Sometimes, we may want to record more than one field. We should support this in the case generator. ### Has this already been discussed elsewhere? No response given ### Links to previous discussion of this feature: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-148496 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
We currently have things like
Sometimes, we may want to record more than one field. We should support this in the case generator.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs