----- Original Message ----- > Alan, > > The "dispatch" module created by python_embedded.c is the Python API to > the services implemented in C (logging and messageIO). It is used to > export C-implemented services to modules implemented in Python. > > Are you referring to the namespace that this module lives in? There is > no Python source code for this module. Changing the namespace would > only effect the way that Python modules reference it.
Yep, the namespace. All the other internal modules are in the _internal package so it would be more consistent, and it would avoid clashes with other top-level modules named "dispatch" should there ever be any. No code changes, just a few imports adjusted. > > -Ted > > On 09/26/2014 04:54 PM, Alan Conway wrote: > > python_embedded.c creates a python extension module called "dispatch". > > > > For consistency I think that should be in the qpid_dispatch_internal > > package. > > > > I can fix it, I'm in that code now - just want to make sure I haven't > > misunderstood something. > > > > Cheers > > Alan. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
