[PR #4105] Avoid raise-catch strategy in BaseChannel.checkpoint() #3649

Closed
opened 2026-02-20 17:48:56 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4105

State: closed
Merged: Yes


  • This mirrors the work done earlier on BaseChannel.get()
  • Comparing to a sentinel value is significantly faster than raising and catching an exception
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4105 **State:** closed **Merged:** Yes --- - This mirrors the work done earlier on BaseChannel.get() - Comparing to a sentinel value is significantly faster than raising and catching an exception
yindo added the pull-request label 2026-02-20 17:48:56 -05:00
yindo closed this issue 2026-02-20 17:48:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3649