-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:Python] Avoid copying an nb::detail::dict_iterator.
Nanobind 2.2.0 makes dict iterators uncopyable. In addition, avoid a possible exception-safety problem where Python .equals() was called from an equality test used by an ABSL hash table. PiperOrigin-RevId: 679295293
- Loading branch information
1 parent
06bbcd1
commit 95beb0e
Showing
2 changed files
with
67 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters