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

potential memory leak fix #223

Merged
merged 5 commits into from
Nov 9, 2024
Merged

potential memory leak fix #223

merged 5 commits into from
Nov 9, 2024

Conversation

dapper91
Copy link
Owner

@dapper91 dapper91 commented Nov 9, 2024

  • python 3.13 support added.
  • removed validation errors from a function frame local variables to get rid of potential memory leak. See Severe memory leak #222
  • union validation error location fixed.

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.06%. Comparing base (b95ef02) to head (4a594a3).

Files with missing lines Patch % Lines
pydantic_xml/serializers/factories/model.py 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #223      +/-   ##
==========================================
+ Coverage   92.05%   92.06%   +0.01%     
==========================================
  Files          29       29              
  Lines        1648     1651       +3     
==========================================
+ Hits         1517     1520       +3     
  Misses        131      131              
Flag Coverage Δ
unittests 92.06% <94.44%> (+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.

@dapper91 dapper91 merged commit 574a2be into dev Nov 9, 2024
6 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.

2 participants