Re: Replacing python ntpc submodule using ctypes/ffi

2019-08-14 Thread Mark Atwood, Project Manager via devel
That looks neat! Everyone, what do you think? ..m On Mon, Aug 5, 2019 at 5:57 AM James Browning via devel wrote: > > I have set up a branch replacing the current Python version-specific > ntp.ntpc with a language-agnostic foreign function interface stub point > and a version agnostic Python

Replacing python ntpc submodule using ctypes/ffi

2019-08-05 Thread James Browning via devel
I have set up a branch replacing the current Python version-specific ntp.ntpc with a language-agnostic foreign function interface stub point and a version agnostic Python ntp.ntpc using cytpes. On build, it produces a single shared library 'libntp.so' in the ntpd sub^n-directory and a now neat