Message415779
| Author | vstinner |
|---|---|
| Recipients | Mark.Shannon, ncoghlan, vstinner |
| Date | 2022-03-22.14:47:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1647960429.42.0.471997567218.issue47092@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> In Python 3.10, it's possible to call PyFrame_FastToLocalsWithError() on a frame to get all variables as a dictionary. In 2018, it was decided to *not* document this function: see bpo-19431. In C, It is possible to call PyObject_GetAttrString(frame, "f_locals") to call indirectly _PyFrame_FastToLocalsWithError() and get the dictionary. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-03-22 14:47:09 | vstinner | set | recipients: + vstinner, ncoghlan, Mark.Shannon |
| 2022-03-22 14:47:09 | vstinner | set | messageid: <1647960429.42.0.471997567218.issue47092@roundup.psfhosted.org> |
| 2022-03-22 14:47:09 | vstinner | link | issue47092 messages |
| 2022-03-22 14:47:09 | vstinner | create | |