]> git.ipfire.org Git - thirdparty/jinja.git/commit
preserve `__slots__` on Undefined classes 2026/head
authorMatt Davis <nitzmahone@redhat.com>
Tue, 1 Oct 2024 19:20:19 +0000 (12:20 -0700)
committerDavid Lord <davidism@gmail.com>
Thu, 19 Dec 2024 16:11:49 +0000 (08:11 -0800)
commitd4fb0e8c401a8596be0e67622174b5ad35daeec2
treeee58c9e6fe23d965470289439b27cbb6e4b0a0b1
parent39d9ffff1f33a5e5141af655857f9dbe6b6df03d
preserve `__slots__` on Undefined classes
CHANGES.rst
src/jinja2/runtime.py
tests/test_api.py
tests/test_runtime.py