◐ Shell
reader mode source ↗
Skip to content

bpo-1635741: Fix potential refleaks in binascii module#18613

Merged
vstinner merged 2 commits into
python:masterfrom
shihai1991:bpo_1635741_binascii_1
Mar 11, 2020
Merged

bpo-1635741: Fix potential refleaks in binascii module#18613
vstinner merged 2 commits into
python:masterfrom
shihai1991:bpo_1635741_binascii_1

Conversation

@shihai1991

@shihai1991 shihai1991 commented Feb 23, 2020

Copy link
Copy Markdown
Member

@codecov

codecov Bot commented Feb 23, 2020

Copy link
Copy Markdown

Codecov Report

Merging #18613 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18613      +/-   ##
==========================================
+ Coverage   82.06%   82.13%   +0.06%     
==========================================
  Files        1955     1955              
  Lines      584080   584621     +541     
  Branches    44458    44484      +26     
==========================================
+ Hits       479327   480176     +849     
+ Misses      95124    94794     -330     
- Partials     9629     9651      +22     
Impacted Files Coverage Δ
Lib/collections/__init__.py 88.72% <0.00%> (-1.71%) ⬇️
Lib/idlelib/colorizer.py 85.78% <0.00%> (-1.02%) ⬇️
Lib/test/test_capi.py 88.70% <0.00%> (-0.73%) ⬇️
Lib/test/test_asyncio/test_subprocess.py 92.06% <0.00%> (-0.43%) ⬇️
Objects/listobject.c 90.77% <0.00%> (-0.29%) ⬇️
Objects/stringlib/codecs.h 97.33% <0.00%> (-0.27%) ⬇️
Modules/clinic/mathmodule.c.h 85.58% <0.00%> (-0.13%) ⬇️
Lib/test/test_buffer.py 95.14% <0.00%> (-0.11%) ⬇️
Modules/_pickle.c 74.66% <0.00%> (-0.09%) ⬇️
Objects/dictobject.c 86.97% <0.00%> (-0.05%) ⬇️
... and 48 more

Continue to review full report at Codecov.

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

@vstinner

vstinner commented Mar 2, 2020

Copy link
Copy Markdown
Member

I created https://bugs.python.org/issue39824 to change the md_state==NULL case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants