Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
PyEval_GetLocals() is documented as returning aborrowed reference. It now returns a new reference, which causes callers to leak the local variables:
Lines 2478 to 2479 in35c4361
| PyObject*locals=_PyEval_GetFrameLocals(); | |
| returnlocals; |
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done