You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new build file to build the cython extension and update
pyproject.toml to use it.
Run 'poetry install' to build and install rencode locally, then 'poetry
run pytest' to run tests.
Running 'poetry build' should build both sdist and wheel.
Fix an issue where rencode could try to decode an infinitely long number by capping it at 64 byte length.
Check the return value of realloc and removed an unnecessary use of malloc.