Replies: 3 comments
-
|
LLVM PR that needed this API: llvm/llvm-project#139721 |
Beta Was this translation helpful? Give feedback.
-
|
I am open to exposing this as one of the functions in |
Beta Was this translation helpful? Give feedback.
-
|
Note that in CPython 3.14 and later these are available as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if you would be open to exposing
nanobind/src/nb_ft.h
Line 28 in 62fc996
as a nanobind API, perhaps with
unstablein the name.We found that we needed this exact feature in a user of nanobind but weren't thrilled to have to reimplement it, and it's probably good for the world that we don't end up with many copies of the fallback implementation (
nanobind/src/nb_ft.cpp
Line 23 in 62fc996
Beta Was this translation helpful? Give feedback.
All reactions