mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-18 21:52:06 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1cebba76e8
commit
1cd90a1013
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ for unpacked in unpacker:
|
|||
```
|
||||
|
||||
> [!IMPORTANT]
|
||||
> If `Unpacker.unpack()` stops with an exception other than OutOfData, that `Unpacker` cannot be reused. Create a new Unpacker when reading another stream.
|
||||
> If `Unpacker.unpack()` stops with an exception other than `OutOfData`, that `Unpacker` cannot be reused.
|
||||
> Create a new `Unpacker` when reading another stream.
|
||||
|
||||
|
||||
### Packing/unpacking of custom data types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue