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

Backport PR 49508 #11

Closed
wants to merge 1 commit into from

Commits on May 15, 2023

  1. Nospecialize close(c::Channel, excp::Exception) on excp. (#49508)

    * Nospecialize close(c::Channel, excp::Exception) on excp.
    
    Fixes #49507.
    
    Avoids dynamic dispatch when closing a Channel with an Exception, and
    should avoid a call into the runtime for julia compilation when
    attempting to report an exception.
    
    * Add test for this case.
    NHDaly committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7a0e325 View commit details
    Browse the repository at this point in the history