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: Memory leak of PyO3 #240

Merged
merged 2 commits into from Aug 24, 2023

Conversation

koseki2580
Copy link
Contributor

@koseki2580 koseki2580 commented Aug 13, 2023

There was a memory leak bug in version 0.18.2 of PyO3.Related issue

This bug has been fixed in version 0.19.1. Related release

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #240 (a2683a4) into main (d6867d7) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #240   +/-   ##
=======================================
  Coverage   99.49%   99.49%           
=======================================
  Files           6        6           
  Lines         393      393           
  Branches       80       80           
=======================================
  Hits          391      391           
  Misses          1        1           
  Partials        1        1           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6867d7...a2683a4. Read the comment docs.

@koseki2580 koseki2580 changed the title Fix: Memory leak Fix: Memory leak of Pyo3 Aug 13, 2023
@koseki2580 koseki2580 changed the title Fix: Memory leak of Pyo3 Fix: Memory leak of PyO3 Aug 13, 2023
@samuelcolvin samuelcolvin added the Full Build cause CI to do a full build label Aug 24, 2023
@samuelcolvin samuelcolvin enabled auto-merge (squash) August 24, 2023 10:19
@samuelcolvin
Copy link
Owner

thanks so much.

@samuelcolvin samuelcolvin merged commit c2c750c into samuelcolvin:main Aug 24, 2023
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Full Build cause CI to do a full build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants