1
0
mirror of https://github.com/django/django.git synced 2025-02-01 21:29:24 +00:00
Mariusz Felisiak 8d7b1423f8 Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.
super objects are copyable on Python 3.14+:

5ca4e34bc1

and can no longer be used in BaseContext.__copy__().
2024-11-18 16:05:37 +01:00
..