Commit 8233cd7
Trim stale Binary() comment in returns_native_bytes rationale
The comment justifying returns_native_bytes = True used to cite the
PEP 249 Binary() constructor's bytes return as a contributing
reason. Binary() is now aliased to memoryview for stdlib sqlite3
parity, so the justification would mislead future readers — but the
pin itself remains correct because returns_native_bytes concerns
the wire-codec's BLOB result-row type (still native bytes), not the
bind-path constructor's return type.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e4d50b commit 8233cd7
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments