Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear thread state to ensure threads local state don't keep references #1046

Merged
merged 3 commits into from
Oct 25, 2022

Commits on Oct 25, 2022

  1. Clear thread state to ensure threads local state don't keep references

    We're surely running into JuliaLang/julia#40626.
    
    This is my attempt to clear thread's local storage after multithreaded
    parsing.
    quinnj committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3097a62 View commit details
    Browse the repository at this point in the history
  2. 1.6 compat

    quinnj committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    15f54ce View commit details
    Browse the repository at this point in the history
  3. fix again

    quinnj committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    eb7d005 View commit details
    Browse the repository at this point in the history