Skip to content
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

fix declarative-modules compile error #4054

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Conversation

Icxolu
Copy link
Contributor

@Icxolu Icxolu commented Apr 7, 2024

This fixes a compile error when exporting a #[pyclass] living in a different Rust module using the declarative-module feature.

Fixes #4036

Copy link

codspeed-hq bot commented Apr 7, 2024

CodSpeed Performance Report

Merging #4054 will degrade performances by 10.31%

Comparing Icxolu:fix-4036 (3357a50) with main (2f0869a)

Summary

❌ 1 regressions
✅ 71 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main Icxolu:fix-4036 Change
getattr_direct 8.8 µs 9.8 µs -10.31%

@davidhewitt davidhewitt added this pull request to the merge queue Apr 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 11, 2024
@davidhewitt davidhewitt added this pull request to the merge queue Apr 12, 2024
Merged via the queue into PyO3:main with commit ee5216f Apr 12, 2024
41 of 43 checks passed
@Icxolu Icxolu deleted the fix-4036 branch April 12, 2024 15:52
davidhewitt pushed a commit that referenced this pull request Apr 16, 2024
* fix declarative-modules compile error

* add newsfragment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile errors with 0.21.1
3 participants