I wrote several other missing methods (np.log, np.diag, np.concatenate) and now I have the full program working. I would like to add these other features as well. (Also, np.sum() should be able to do element-wise sum of a generator of n-dimensional arrays.)
But, now I get a segfault. I was wondering how I could investigate the segfault issue. There is no error message or traceback, and I cannot catch the error with pdb. Thank you. j
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
