blob: 09bfd3b510d3322a56bf10316fe15c7b5cf65aa8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/python/Werkzeug/py3/werkzeug/local.py (index)
+++ contrib/python/Werkzeug/py3/werkzeug/local.py (working tree)
@@ -541,7 +541,7 @@ class LocalProxy:
The class can be instantiated with a callable.
"""
- __slots__ = ("__local", "__name", "__wrapped__")
+ __slots__ = ("__local", "__name", "__wrapped__", "__dict__")
def __init__(
self,
|