Commit b4b7710
Fix ArgNotSet repr to use stable string instead of memory address (apache#65222)
* Add tests for ArgNotSet serialization and repr/str behavior
* Add serialize, __repr__, __str__ to ArgNotSet for deterministic serialization
* Flip ArgNotSet repr/str test to expect sentinel string and use top-level imports
* Delegate ArgNotSet __repr__/__str__ to serialize() for polymorphic sentinel strings
---------
Co-authored-by: taeyong <taeyong4.kim@navercorp.com>1 parent 09072b9 commit b4b7710
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
0 commit comments