mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-04 15:32:11 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
5
support/testing/tests/package/sample_python_msgpack.py
Normal file
5
support/testing/tests/package/sample_python_msgpack.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import msgpack
|
||||
|
||||
packaed = msgpack.packb([1, 2, 3], use_bin_type=True)
|
||||
|
||||
assert msgpack.unpackb(packaed, raw=False) == [1, 2, 3]
|
||||
Reference in New Issue
Block a user