Post #1673769
2026-04-20 21:58 UTC
✍️ New post detailing a workaround I came up with for “leak” beahviour from Python 3.14’s new garbage collection algorithm.
Topical as @hugovk recently announced that the algorithm will be reverted in the next patch release!
https://adamj.eu/tech/2026/04/20/django-python-3.14-incremental-gc/
#Django #Python
Replies (2)
-
@caleb@hachyderm.io 2026-04-21 14:20
@adamchainz good post 👏
-
@browniebroke@fosstodon.org 2026-04-22 00:33
Had this exact same issue preventing us from upgrading. When I saw that the incremental gc was being reverted I thought it could be related... Great work tracking this down and thanks again for the excellent write up 👏