On Oct 22, 10:36 pm, "Georg S. Weber" <[EMAIL PROTECTED]>
wrote:
> Hi,
<SNIP>
> It'll take some time to get acquainted to it, but it already showed me
> that
> while executing the following line:
>
> sage: for i in range(100): float(1)/2
>
> the sage.bin process calls quite often "posix_stat", "posix_do_stat",
> and "stat",
> which mustn't be the case (Emmanuel is absolutely right there).
> It does not show me the arguments of "stat" (yet), I have to
> experiment around.
> On the other hand, potential fixes might be tested this way already:
> these many "stat" calls should just vanish.
If I had to guess I would suspect some import taking place repeatedly
and each time the import goes out to attempt to read the source file
of the extension. If that is Cython or something on our end I cannot
say yet, but I agree that it should definitely be fixed.
> Cheers,
> gsw
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---