Class PySystemStateRef


public class PySystemStateRef extends 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.
  • Constructor Details

  • Method Details