ice icon indicating copy to clipboard operation
ice copied to clipboard

Replace dl usage with ctypes

Open pepone opened this issue 1 year ago • 0 comments

We still use dl module to set the loader flags, but this module was removed in Python3, we should use ctypes

https://github.com/zeroc-ice/ice/blob/f04017972bf5913dd0b32ebcd4126cffa7b955de/python/python/Ice/init.py#L33-L49

pepone avatar Jan 26 '24 09:01 pepone