Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.
()
| 107 | return get_config_var('LIBDIR') |
| 108 | |
| 109 | def is_npy_no_signal(): |
| 110 | """Return True if the NPY_NO_SIGNAL symbol must be defined in configuration |
| 111 | header.""" |
| 112 | return sys.platform == 'win32' |
| 113 | |
| 114 | def is_npy_no_smp(): |
| 115 | """Return True if the NPY_NO_SMP symbol must be defined in public |
no outgoing calls
no test coverage detected