summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_mem_policy.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-281-0/+1
|\
| * TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-041-0/+1
* | TST: try readding test_new_policy on muslAndrew Nelson2023-04-111-2/+1
|/
* CI: musllinux_x86_64 (#22864)Andrew Nelson2023-01-201-1/+2
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+3
* Merge pull request #20345 from eliaskoromilas/default-handlerMatti Picus2021-11-131-5/+26
|\
| * Export globally the default handler capsule singletonElias Koromilas2021-11-101-4/+8
| * Use a default handler capsule singletonElias Koromilas2021-11-101-5/+22
* | ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-0/+6
|/
* Update numpy/core/tests/test_mem_policy.pySebastian Berg2021-10-301-0/+3
* BUG: Fix environment checking logic for `NUMPY_WARN_IF_NO_MEM_POLICY`Sebastian Berg2021-10-291-5/+17
* MAINT: Only warn for transferred ownership if env variable is set (#20200)Matti Picus2021-10-271-4/+45
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-0/+340