[sage-devel] Finite field nth_root too slow / stuck

2013-05-07 Thread Conrado PLG
This code: p = 1082159996029801447407061915918058655017421337462511263853382495313523741057008334847967336392717312405560092419564537672318099867365585979660877534008398116971703340756992868556828633685753867 R = GF(p) R(3).nth_root(3,all=1) takes a couple seconds to run on Sage 4.6.1 on Ubuntu

[sage-devel] nondescript tracebacks with load and attach of .sage files

2011-09-16 Thread Conrado PLG
This is a followup to http://groups.google.com/group/sage-devel/browse_thread/thread/c38b44514085fe4a Sorry for ressurecting this, but I have investigated this issue a bit and this is what I've found. Somewhere between 4.3. and 4.3.5, the loading of .sage files have changed (this only affects .sa

[sage-devel] Re: nondescript tracebacks with load and attach

2011-05-20 Thread Conrado PLG
On Apr 19, 11:10 am, Marco Streng wrote: > Hi sage-devel, > > When debuggin code that is loaded into or attached to a Sage session, > the tracebacks are not very informative: they refer to instead > of to the file name, and give no line numbers or code snippets. This > makes it hard to find out w