Commit 8678876e authored by Patrick Strawderman's avatar Patrick Strawderman

This is probably safer

parent 539e2232
...@@ -1133,7 +1133,7 @@ class Options(DictMixin): ...@@ -1133,7 +1133,7 @@ class Options(DictMixin):
result.update(self._do_extend_raw(iname, raw, doing)) result.update(self._do_extend_raw(iname, raw, doing))
result.update(data) result.update(data)
result.pop('<') result.pop('<', None)
return result return result
finally: finally:
assert doing.pop() == name assert doing.pop() == name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment