Can I use #[pyclass(extends=PyException)]
with features = ["abi3", "abi3-py39"]
? How can I tell?
#3838
Answered
by
davidhewitt
thomasballinger
asked this question in
Questions
-
I have code like
which works compiles without
Presumably this is a feature I cannot use because of the more limited common ABI. Does that sound right, that that's probably the issue? How can I tell what features of py03 abi3 prevents me from using? |
Beta Was this translation helpful? Give feedback.
Answered by
davidhewitt
Feb 15, 2024
Replies: 1 comment 1 reply
-
Sadly this falls under #1344, which I simply haven't gotten around to tackling yet. One day, this should be possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thomasballinger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sadly this falls under #1344, which I simply haven't gotten around to tackling yet. One day, this should be possible.