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

Pure python mode #671

Closed
robertwb opened this issue Nov 8, 2008 · 6 comments
Closed

Pure python mode #671

robertwb opened this issue Nov 8, 2008 · 6 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Nov 8, 2008

Ideally one would like to be able to take advantage of all of Cython's speed gains due to static binding/typing, while still maintaining a pure Python codebase for use platforms where one only has access to an interpreter.

Migrated from http://trac.cython.org/ticket/111

@robertwb robertwb closed this as completed Nov 8, 2008
@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb commented

Everything is now possible, but sometimes use of .pxd files are required. See http://trac.cython.org/ticket/112 for followup.

@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb changed summary from

Pure python mode

to

Functional Pure python mode
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb changed component from Pure Python Mode to Parsing
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb changed component from Parsing to Pure Python Mode
priority from critical to trivial
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 8, 2008

@robertwb changed priority from trivial to critical
summary from

Functional Pure python mode

to

Pure python mode
commented

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

No branches or pull requests

1 participant