I've had a small annoying problem that just became a big annoying
problem. On a kernel with CONFIG_VM_EVENT_COUNTERS unset, sage spits out
a warning every time I start it:

  /home/mjo/src/sage.git/local/lib/python3.7/site-packages/psutil
  /_pslinux.py:489: RuntimeWarning: 'sin' and 'sout' swap memory stats
  couldn't be determined and were set to 0
    warnings.warn(msg, RuntimeWarning)
  sage:

OK, whatever. But now with the latest devel branch, that warning has
started popping up in the middle of any test involving GAP, which means
I can't test any files that use GAP:

  Failed example:
    P = SymmetricGroup(n).random_element().matrix()
  Expected nothing
  Got:
      doctest:warning
      ...
      RuntimeWarning: 'sin' and 'sout' swap memory stats couldn't be
      determined and were set to 0

The good news is, I already fixed this:

  https://trac.sagemath.org/ticket/28329

The bad news is, I'm asking you to please review it.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5d975f33-5f7b-0a43-1547-722b36d9aed2%40orlitzky.com.

Reply via email to