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

Provide FILE* wrapper on Python3 #222

Closed
ronaldoussoren opened this issue Nov 28, 2017 · 1 comment
Closed

Provide FILE* wrapper on Python3 #222

ronaldoussoren opened this issue Nov 28, 2017 · 1 comment
Labels
enhancement New feature or request

Comments

@ronaldoussoren
Copy link
Owner

Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


Some low-level APIs return FILE* values. It would be nice to have a proxy type for those in pyobjc-core.

@ronaldoussoren
Copy link
Owner Author

Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


Adds wrapper for "FILE*" on Python3 (it is not needed on Python2)

This closes #222

@ronaldoussoren ronaldoussoren added minor enhancement New feature or request labels Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant