Class PySystemStateRef


  • public class PySystemStateRef
    extends java.lang.ref.WeakReference<PySystemState>
    A weak reference that allows to keep track of PySystemState within Jython core runtime without leaking: as soon as it gets garbage collected, we can clear the places where we have associated data stored.