Metadata collision when two proxies point to the same object

When creating a proxy with an object already used with a different proxy type, the old one stops working, as multiprocessing.manager.Server does not take typeid into consideration when storing proxy data, just the object id.

Workaround: not using two proxies on the same object.

Edited by Felipe A. Hernandez