Proposed new feature or change:
currently the numpy.dtype.flags bitmasks are exposed in numpy._core.multiarray
the flag numpy._core.multiarray.LIST_PICKLE is used by distributed to determine how best to pickle an ndarray so it would be great if there were a public namespace to access these flags, eg numpy.dtypes.LIST_PICKLE