---------------------------
Bug fix: Avoid ``copy.copy()`` deadlocks (fixes `29`_).
This was a rather obscure issue and I expect this not to to affect most users,
but the reported breakage was definitely not intended, so it was a bug I wanted
to fix.
.. _Release 6.3: https://github.com/xolox/python-coloredlogs/compare/6.2...6.3
.. _29: https://github.com/xolox/python-coloredlogs/issues/29