Skip to content

TST: fix regression on 64-bit Windows. #75

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

Closed
wants to merge 1 commit into from

Conversation

rgommers
Copy link
Member

On win-64 intp does not inherit from int, hence this test fails. It's not clear to me why the fix for http://projects.scipy.org/numpy/ticket/686 was changed again, but this seems like an acceptable solution.

@rgommers rgommers closed this Apr 20, 2011
fangerer pushed a commit to hpyproject/numpy-hpy that referenced this pull request Dec 12, 2022
Merge in ~STEPAN.SINDELAR_ORACLE.COM/numpy-hpy from mq/GR-39427 to labs-hpy-port

* commit '3ec1973890270d6fdaa15d2f79a9b3e9e90f9f66': (25 commits)
  address comments
  fixing GC related bug
  Fix mismatched PyArray_G/SetItemFunc functions
  port PyArray_GETITEM to HPy
  reorder function to be visible
  add few more CAPI_WARN
  Add CAPI_WARN and remove unnecessary duplication
  Port boundarraymethod__simple_strided_call_impl to HPy
  Port PyDataMem_SetHandler to HPy
  add CAPI_WARN
  partial port to HPy
  Successfully import numpy
  port few missing ufunc and other few fixes
  port a converter that has been called as a ported function
  more fixes and adding back features
  add back intp and uintp
  add missing functions in multiarray module
  move it up to be visible
  'HPyArrayDescr_Type' cannot be used in shared libraries
  disable -Werror=unused-function
  ...
luyahan pushed a commit to plctlab/numpy that referenced this pull request Apr 25, 2024
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