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

Handle NoneType docstrings to support the -OO interpreter option #1792

Closed
wants to merge 1 commit into from

Conversation

danxshap
Copy link
Contributor

This fixes the issue I described in #1741.

When running uWSGI with the --optimize option set to 2, it passes the -OO option to the interpreter and then there are no docstrings and pandas errors out during import.

I also noticed there was a note about this here.

@wesm
Copy link
Member

wesm commented Sep 8, 2012

Thanks. I cherry-picked this commit so you should git reset --hard origin/master after fetching the pydata upstream branch

@wesm wesm closed this Sep 8, 2012
wesm added a commit that referenced this pull request Sep 8, 2012
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

Successfully merging this pull request may close these issues.

2 participants