Whole file
dynaconf/dynaconf
The author described this change as “Fix: unexpected _bypass_evaluation in BoxList (#966)”. It counts as a record because the check below fails on the code as it stood at 678d29b73 and passes on ae5479401, with nothing else changed between the two runs.
Projectdynaconf/dynaconf
Fix saved2023-07-20
Sharing licenceMIT · LICENSE
Change size+1 −1
What the code was meant to do, written into the code itself as a save note
Fix: unexpected _bypass_evaluation in BoxList (#966)
The change
| 1171 | 1171 | execute_module_hooks("post", self, env, silent=silent, key=key) | |
| 1172 | 1172 | execute_instance_hooks(self, "post", self._post_hooks) | |
| 1173 | 1173 | ||
| 1174 | - | self._store._box_config["_bypass_evaluation"] = False | |
| 1174 | + | self._store._box_config.pop("_bypass_evaluation") | |
| 1175 | 1175 | ||
| 1176 | 1176 | def pre_load(self, env, silent, key): | |
| 1177 | 1177 | """Do we have any file to pre-load before main settings file?""" |
The check that tells the two apart
fail→pass·tests/test_base.py::test_no_extra_values_in_nested_structure
Check file tests/test_base.py, taken without changes from the fix and copied onto the older code, so the exact same check runs against both versions.
Origin and history
The code before it678d29b7383f03934a47e21b1bcdf68946d5c501
Broken version dated2023-07-18
Moduledynaconf.base
Units changedSettings
Fingerprint50686ab13908d8f9
Checked2026-08-18 by goldset/0.1
Every field above is generated by our program. None of it is written by hand.
Other bugs found in dynaconf/dynaconf
- 2026-08-05find_the_correct_casing
- 2026-08-01get_history
- 2026-07-31fix: add __deepcopy__ to DataDict to match DataList (#1440)
- 2026-07-29normalize_kwargs
- 2026-07-29handle_metavalues
- 2026-07-29object_merge