<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
is your fix committed?<br>
<br>
<br>
On 03/11/2010 09:47 PM, Bruce Southey wrote:
<blockquote cite="mid:4B9956F1.8050903@gmail.com" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
On 03/11/2010 02:01 PM, Johann Cohen-Tanugi wrote:
  <blockquote cite="mid:4B994C15.9040709@lpta.in2p3.fr" type="cite">
    <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
hi there, I am adding this to this thread and not to the trac, because
I am not sure whether it adds noise or a piece of info. I just
downloaded the scipy trunk and built it, and ran nosetests on it, which
bombed instantly....<br>
So I tried to get into subdirs to check test scripts separately.....
and here is one :<br>
[cohen@jarrett tests]$ ~/.local/bin/ipython test_integrate.py <br>
---------------------------------------------------------------------------<br>
AssertionError                            Traceback (most recent call
last)<br>
    <br>
/home/cohen/sources/python/scipy/scipy/integrate/tests/test_integrate.py
in
<module>()<br>
    208 <br>
    209 if __name__ == "__main__":<br>
--> 210     run_module_suite()<br>
    211 <br>
    212 <br>
    <br>
/home/cohen/.local/lib/python2.6/site-packages/numpy/testing/nosetester.pyc
in
run_module_suite(file_to_run)<br>
     75         f = sys._getframe(1)<br>
     76         file_to_run = f.f_locals.get('__file__', None)<br>
---> 77         assert file_to_run is not None<br>
     78 <br>
     79     import_nose().run(argv=['',file_to_run])<br>
    <br>
AssertionError: <br>
python: Modules/gcmodule.c:277: visit_decref: Assertion
`gc->gc.gc_refs != 0' failed.<br>
Aborted (core dumped)<br>
[cohen@jarrett tests]$ pwd<br>
/home/cohen/sources/python/scipy/scipy/integrate/tests<br>
    <br>
the bomb is the same, but the context seems different... I leave that
to the experts :)<br>
Johann<br>
  </blockquote>
  <br>
Yes, <br>
I think it is the same issue as I do not have the problem after fixing
the following file and rebuilding numpy and scipy:<br>
numpy/core/code_generators/generate_ufunc_api.py<br>
  <br>
Bruce<br>
  <br>
  <br>
-- <br>
This message has been scanned for viruses and
  <br>
dangerous content by
  <a moz-do-not-send="true" href="http://www.mailscanner.info/"><b>MailScanner</b></a>,
and is
  <br>
believed to be clean.
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
NumPy-Discussion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a>
<a class="moz-txt-link-freetext" href="http://mail.scipy.org/mailman/listinfo/numpy-discussion">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a>
  </pre>
</blockquote>
</body>
</html>