Skip to content

MNT: Make config objects pickleable

Paul McCarthy requested to merge paulmc/bip:mnt/config-pickleable into master

This MR makes a small change to the bip.utils.config.Config class to allow it to be [un]pickled. It is perhaps not the best approach, but can be changed at a later date if deemed problematic.

Merge request reports