msgpack-python icon indicating copy to clipboard operation
msgpack-python copied to clipboard

MessagePack serializer implementation for Python msgpack.org[Python]

Results 23 msgpack-python issues
Sort by recently updated
recently updated
newest added

``` $ make cython msgpack/_cmsgpack.pyx python setup.py build_ext -i -f running build_ext building 'msgpack._cmsgpack' extension creating build creating build/temp.linux-x86_64-cpython-314 creating build/temp.linux-x86_64-cpython-314/msgpack x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -fno-omit-frame-pointer...

Hello, I think I've found a second Python 3.12 memory leak (having read the issue for the other one, and tried upgrading to msgpack 1.0.8 to fix). This issue occurs...

I have installed what I think are the [necessary visual studio installer packages for arm](https://developer.arm.com/documentation/102528/0100/Install-Visual-Studio). installed tools from visual studio installer: ``` { "version": "1.0", "components": [ "Microsoft.VisualStudio.Component.Roslyn.Compiler", "Microsoft.Component.MSBuild", "Microsoft.VisualStudio.Component.CoreBuildTools",...