Skip to content

bpo-39775: inspect: Change Signature.parameters back to OrderedDict. #18684

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

Merged
merged 4 commits into from
Mar 2, 2020

Conversation

methane
Copy link
Member

@methane methane commented Feb 28, 2020

@codecov
Copy link

codecov bot commented Feb 28, 2020

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #18684       +/-   ##
===========================================
+ Coverage   82.12%   83.21%    +1.08%     
===========================================
  Files        1956     1571      -385     
  Lines      589863   415173   -174690     
  Branches    44477    44478        +1     
===========================================
- Hits       484444   345488   -138956     
+ Misses      95774    60037    -35737     
- Partials     9645     9648        +3     
Impacted Files Coverage Δ
Lib/distutils/tests/test_bdist_rpm.py 30.00% <0.00%> (-65.00%) ⬇️
Lib/distutils/command/bdist_rpm.py 7.63% <0.00%> (-56.88%) ⬇️
Lib/test/test_urllib2net.py 76.92% <0.00%> (-13.85%) ⬇️
Lib/test/test_smtpnet.py 78.57% <0.00%> (-7.15%) ⬇️
Lib/ftplib.py 63.85% <0.00%> (-6.06%) ⬇️
Lib/test/test_ftplib.py 87.11% <0.00%> (-4.72%) ⬇️
Tools/scripts/db2pickle.py 17.82% <0.00%> (-3.97%) ⬇️
Tools/scripts/pickle2db.py 16.98% <0.00%> (-3.78%) ⬇️
Lib/test/test_socket.py 71.94% <0.00%> (-3.77%) ⬇️
Lib/test/test_asyncio/test_base_events.py 91.84% <0.00%> (-3.30%) ⬇️
... and 435 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 384f3c5...25b14f3. Read the comment docs.

Co-Authored-By: Batuhan Taşkaya <[email protected]>
@methane methane merged commit 2110551 into python:master Mar 2, 2020
@methane methane deleted the revert-boundarg branch March 2, 2020 09: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.

5 participants