• Show log

    Commit

  • Hash : 85d46ce6
    Author : Evgenii Kliuchnikov
    Date : 2025-09-16T01:23:08

    Drop finalize()
    
    Now it is solely embedders responisbility to close things that hold native resources. No more "safety net".
    
    Consider "try-with-resources". For longer lasting items (e.g. native PreparedDictionary) use Cleaner as a last resort.
    
    PiperOrigin-RevId: 807584792