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

Use PyMODINIT_FUNC for module init functions #1

Merged
merged 1 commit into from
Dec 20, 2011

Commits on Dec 20, 2011

  1. Use PyMODINIT_FUNC for module init functions

    This is the correct way to define init functions
    and allows greenlet to pick up any platform
    specific external linkage attributes, including
    extern "C" when compiled as C++ code.
    snaury committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    d8c51d9 View commit details
    Browse the repository at this point in the history