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

ci: Ignore memory leaks in PyInit_readline #717

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

godlygeek
Copy link
Contributor

These are triggered by the importing the readline module, which is part of the Python standard library. Any leaks here aren't our responsibility to find or fix.

These are triggered by the importing the `readline` module, which is
part of the Python standard library. Any leaks here aren't our
responsibility to find or fix.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.93%. Comparing base (460f914) to head (34232ee).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
- Coverage   92.94%   92.93%   -0.01%     
==========================================
  Files          95       95              
  Lines       11678    11678              
  Branches      407      407              
==========================================
- Hits        10854    10853       -1     
- Misses        824      825       +1     
Flag Coverage Δ
cpp 92.93% <ø> (-0.01%) ⬇️
python_and_cython 92.93% <ø> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablogsal pablogsal merged commit e79c569 into bloomberg:main Mar 3, 2025
17 checks passed
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.

3 participants