We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix: make sure PyCFunction_NewEx arguments live long enough (#60)
feat: add void to PythonConverible (#57)
feat: python 3.12 support! (#50)
feat: add bun support (#47)
feat: tasks and ci (#45)
feat(ext/pip): pip install and import (#43)
feat!: better python errors (#42)
fix: deref garbage collected owned refs (#41)
fix: pass byteLength of string when creating Python String (#40)
fix: segfault when creating tuple for slicing (#37) * fix: segfault when creating tuple for slicing * windows ci * x