Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nospecialize close(c::Channel, excp::Exception) on excp. (JuliaLang#4…
…9508) (#13) * Nospecialize close(c::Channel, excp::Exception) on excp. Fixes JuliaLang#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.
- Loading branch information