Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Remove explicit metaclass definitions #90

Merged
merged 13 commits into from Jan 30, 2017
Merged

Remove explicit metaclass definitions #90

merged 13 commits into from Jan 30, 2017

Conversation

vxgmichel
Copy link
Contributor

@vxgmichel vxgmichel commented Jan 16, 2017

This PR makes DeviceMeta a subclass of Boost.Python.class, so the metaclass definition is automatically propagated to the subclasses of Device.

It also fixes a fundamental issue with asyncio servers that I hadn't noticed until today, see 995db76.

The docs and examples have been simplified (1890f6c and 64c8cc9 promote the run_server method and remove the metaclass definitions).

It also fixes issue #74, see 38e1eec (unrelated, but it made my debugging easier).

@vxgmichel vxgmichel mentioned this pull request Jan 17, 2017
@johanfforsberg
Copy link

Looks good, the actual changes to the server stuff are pretty small. I'm going to try it out on my machine.

It would be great if @tiagocoutinho could have a look at this too!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants