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

Correct signature of _pthread_worker #425

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Jul 17, 2023

closes: #424

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.20 ⚠️

Comparison is base (362a348) 85.32% compared to head (00a9d2a) 85.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #425      +/-   ##
==========================================
- Coverage   85.32%   85.12%   -0.20%     
==========================================
  Files          29       29              
  Lines        3631     3631              
==========================================
- Hits         3098     3091       -7     
- Misses        533      540       +7     
Flag Coverage Δ
cpp 85.12% <ø> (-0.20%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

In Cython 3.0 signatures are enforced a bit more tightly and this
requires a "noexcept" qualifier to be added.

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Copy link
Contributor

@godlygeek godlygeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pablogsal pablogsal merged commit e7ccdda into bloomberg:main Jul 17, 2023
@pablogsal pablogsal deleted the fix_signature branch July 17, 2023 17:54
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.

memray is currently broken by Cython 3.0
3 participants