You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.venv/lib/python3.5/site-packages/pyramid/config/__init__.py:329: in __init__
exceptionresponse_view=exceptionresponse_view,
.venv/lib/python3.5/site-packages/pyramid/config/__init__.py:367: in setup_registry
self._set_settings(settings)
.venv/lib/python3.5/site-packages/pyramid/config/settings.py:9: in _set_settings
settings = Settings(mapping)
.venv/lib/python3.5/site-packages/pyramid/config/settings.py:59: in Settings
d.update(**kw)
We should copy or copy.deepcopy the settings object to prevent this.
The text was updated successfully, but these errors were encountered:
This is a regression from Pyramid 1.7.
We should
copy
orcopy.deepcopy
the settings object to prevent this.The text was updated successfully, but these errors were encountered: