summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_mingw32ccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix logic error when nm fails on 32-bitmattip2020-03-081-4/+7
|
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-071-0/+39
* MAINT: use list-based APIs to call subprocesses * TST, MAINT: add a test for mingw32ccompiler.build_import, clean up lib2def Co-authored-by: Matti Picus <matti.picus@gmail.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com>