Changelog:
- cloudpickle's pickle.Pickler subclass (currently defined as cloudpickle.cloudpickle_fast.CloudPickler) can and should now be accessed as cloudpickle.Pickler. This is the only officially supported way of accessing it.
- cloudpickle now supports pickling dict_keys, dict_items and dict_values.
Signed-off-by: Algent Albrahimi <algent@protonmail.com>