Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix 64 bit compatibility on Windows #2107

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

Merged
merged 1 commit into from
Jun 1, 2013
Merged

Fix 64 bit compatibility on Windows #2107

merged 1 commit into from
Jun 1, 2013

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jun 1, 2013

Use Py_ssize_t (64 bit on win-amd64) instead of C long (32 bit on win-amd64) to handle pointers (64 bit on win-amd64).

Use `Py_ssize_t` (64 bit on win-amd64) instead of `C long` (32 bit on win-amd64) to handle `pointers` (64 bit on win-amd64).
mdboom added a commit that referenced this pull request Jun 1, 2013
Fix 64 bit compatibility on Windows
@mdboom mdboom merged commit 42055bd into matplotlib:v1.3.x Jun 1, 2013
@mdboom
Copy link
Member

mdboom commented Jun 1, 2013

Yep -- good catch. Thanks.

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