Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split cstubs library into generating and runtime components #528

Closed
yallop opened this issue May 23, 2017 · 2 comments
Closed

Split cstubs library into generating and runtime components #528

yallop opened this issue May 23, 2017 · 2 comments

Comments

@yallop
Copy link
Owner

yallop commented May 23, 2017

At present the Cstubs_internals module, used in generated code, is linked together in a single unit with the other Cstubs* modules that generate code. To minimize dependencies the module should be moved, either into the main ctypes package, or into a small separate sub-package.

@yallop
Copy link
Owner Author

yallop commented Sep 25, 2017

Fixed in #537 and #544.

@yallop yallop closed this as completed Sep 25, 2017
@avsm
Copy link
Contributor

avsm commented Sep 26, 2017

Awesome!

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

No branches or pull requests

2 participants