| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. 👍
Sorry, something went wrong.
|
This fixes possible reference loops via panel.set_userptr(). So, I think it is worth to backport it. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
|
Sorry, @picnixz, I could not cleanly backport this to 3.14 due to a conflict. cherry_picker 572df47840d910b9fc9cd951074232ae89442be1 3.14 |
Sorry, something went wrong.
|
Sorry, @picnixz, I could not cleanly backport this to 3.13 due to a conflict. cherry_picker 572df47840d910b9fc9cd951074232ae89442be1 3.13 |
Sorry, something went wrong.
…l.panel` (pythonGH-138333) This commit fixes possible reference loops via `panel.set_userptr` by implementing `tp_clear` and `tp_traverse` for panel objects. (cherry picked from commit 572df47) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-138427 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…l.panel` (pythonGH-138333) This commit fixes possible reference loops via `panel.set_userptr` by implementing `tp_clear` and `tp_traverse` for panel objects. (cherry picked from commit 572df47) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-138428 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
|
GH-138428 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
python#138333) This commit fixes possible reference loops via `panel.set_userptr` by implementing `tp_clear` and `tp_traverse` for panel objects.
| Back | FazBrowse Home | New Git URL |
This type is a true container type and thus needs the GC.