Get basic incomplete Python queue API working

This commit is contained in:
Michael Bradley 2025-01-08 22:52:25 +13:00
parent 661e1d220a
commit 0995e6db90
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
8 changed files with 69 additions and 45 deletions

View file

@ -9,4 +9,4 @@ name = "pyority_queue"
crate-type = ["cdylib", "rlib"]
[dependencies]
pyo3 = "0.23.3"
pyo3 = { version = "0.23.3", features = ["py-clone"] }