-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot a #[pymodule] function as doc(hidden) since 0.14 #1720
Comments
Thanks for the report! I agree this is a regression, and have opened #1722 to fix. Appreciate this is an upgrade blocker for you, however I'll give this a bit of time to sit on |
Thank you for the quick response and resolution! I did not want to convey a sense of urgency and I am sorry if I did. (Upgrading our simulation is actually blocked on a new release of |
Not at all, it was just an easy bugfix so I thought I'd kill it off quickly. Also I'm enthusiastic to help everyone upgrade as fast as possible 😂 |
We basically use the following entry point for a Python extension
but this fails to compile after upgrading to version 0.14 with the following error
(We use
--document-private-items
as we use the doc comments to explain the implementations details of this project and hence like to explicitly hide any boiler plate like these module initialisation functions.)The text was updated successfully, but these errors were encountered: