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

TST: integrate: use integers instead of PyCapsules to store pointers #8482

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

pv
Copy link
Member

@pv pv commented Feb 25, 2018

Use integers instead of PyCapsules to store pointers in the test DLL,
for better compatibility with PyPy, which doesn't have ctypes.pythonapi.

Use integers instead of PyCapsules to store pointers in the test DLL,
for better compatibility with PyPy, which doesn't have ctypes.pythonapi.
@person142 person142 merged commit 322f519 into scipy:master Feb 26, 2018
@person142 person142 added this to the 1.1.0 milestone Feb 26, 2018
@person142 person142 added scipy.integrate maintenance Items related to regular maintenance tasks labels Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.integrate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants