Commit 81d06a0
Fix partitioned cookie handling in load_json()
Add "partitioned" to the boolean attribute check in load_json()
so it is restored as True (bool) rather than "true" (string)
on Python 3.14+ where Morsel._reserved includes partitioned.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 2c899ef commit 81d06a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments