> more fun :
> [co...@jarrett tests]$ pwd
> /home/cohen/sources/python/numpy/numpy/core/tests
> [co...@jarrett tests]$ python -c 'import test_ufunc'
> python: Modules/gcmodule.c:277: visit_decref: Assertion `gc->gc.gc_refs
> != 0' failed.
> Aborted (core dumped)

What happens if you only import the umath_tests module (or something, it's a 
.so under numpy.core)?

Just importing test_ufunc.py probably doesn't run a lot of extension code. 
Since you don't get crashes only by importing numpy, I really don't see many 
alternatives any more...

Thanks,
Pauli

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to