Hi! I have created #13370. My plan is to remove all calls to is_Field(R) and replace them by "R in Fields()". This mainly concerns sage/schemes. Using is_Field will be deprecated. A non-deprecated version will be called _is_Field, and will (still) be used in Fields().__contains__. The important point is: _is_Field will not be cached.
I already found that it fixes one memory leak. But speed tests need to be done, and I don't know yet whether other tests will break. The discussion should now probably be moved to #13370. Cheers, Simon -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org