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.
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.
- Loading branch information