This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Skylion007
Recipients Henry Schreiner, Mark.Shannon, Skylion007, eric.snow, gregory.p.smith, pablogsal, terry.reedy, vstinner
Date 2022-01-31.16:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643645865.23.0.0240911597695.issue46166@roundup.psfhosted.org>
In-reply-to
Content
`PyCodeObject_GetVariableName()` and `PyCodeObject_GetVariableKind()` work?

- Some public-gettters such as these functions would be ideal.

OOI, how do you cope with non-local self? 

- We only care about checking self to prevent an infinite recursion in our method dispatch code so I am not sure a non-local self would be applicable in this case? Correct me if I am wrong.
History
Date User Action Args
2022-01-31 16:17:45Skylion007setrecipients: + Skylion007, terry.reedy, gregory.p.smith, vstinner, Mark.Shannon, eric.snow, Henry Schreiner, pablogsal
2022-01-31 16:17:45Skylion007setmessageid: <1643645865.23.0.0240911597695.issue46166@roundup.psfhosted.org>
2022-01-31 16:17:45Skylion007linkissue46166 messages
2022-01-31 16:17:45Skylion007create