Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Close ijson coroutines ourselves instead of letting the GC close them #12875

Merged
merged 2 commits into from
May 27, 2022

Commits on May 27, 2022

  1. Close ijson coroutines ourselves instead of letting the GC close them

    Hopefully this means that exceptions raised due to truncated JSON
    get a sensible logging context and stack.
    
    Signed-off-by: Sean Quah <[email protected]>
    Sean Quah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2fdcec5 View commit details
    Browse the repository at this point in the history
  2. Always call .finish()

    Sean Quah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b401839 View commit details
    Browse the repository at this point in the history