04-fix-ofd-tests.patch 384 B

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