zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.04k stars 592 forks source link

Merge implementation classes with interfaces in Python #2554

Closed pepone closed 2 months ago

pepone commented 2 months ago

This PR merges the implementation and abstract classes for Communicator, ObjectAdpater, Properties, and ImplicitContext.

This also includes the Ice.Current changes from #2552, and the doc formatting changes for the affected classes from #2535