Commit 44a32c0
authored
Fix qualname prefix in pybind11 3.0.0 (#259)
Pybind11 3 changed the holder for functions to a type starting with
`pybind11_detail_function_record_`
Eg `pybind11_detail_function_record_v1_msvc_md_mscver19`
This breaks the old implementation.
This fix should fix all the cases.1 parent bcbb324 commit 44a32c0
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
425 | 430 | | |
426 | 431 | | |
427 | 432 | | |
| |||
0 commit comments