Skip to content

LazyProxy: Handle AttributeError in specified func#724

Merged
akx merged 3 commits intopython-babel:masterfrom
nikifkon-old:fix-recursion-error
Sep 30, 2020
Merged

LazyProxy: Handle AttributeError in specified func#724
akx merged 3 commits intopython-babel:masterfrom
nikifkon-old:fix-recursion-error

Conversation

@nikifkon-old
Copy link
Copy Markdown
Contributor

Fixes #723

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 31, 2020

Codecov Report

Merging #724 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #724      +/-   ##
==========================================
+ Coverage   90.97%   90.99%   +0.02%     
==========================================
  Files          24       24              
  Lines        4176     4186      +10     
==========================================
+ Hits         3799     3809      +10     
  Misses        377      377              
Impacted Files Coverage Δ
babel/support.py 83.20% <100.00%> (+0.46%) ⬆️
babel/numbers.py 97.70% <0.00%> (+0.01%) ⬆️

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 e7e4265...65ed0d5. Read the comment docs.

Comment thread babel/support.py Outdated
Comment thread tests/test_support.py Outdated
Comment thread tests/test_support.py Outdated
Comment thread tests/test_support.py Outdated
@nikifkon-old nikifkon-old requested a review from akx September 24, 2020 14:14
Comment thread babel/support.py Outdated
Co-authored-by: Aarni Koskela <akx@iki.fi>
@nikifkon-old nikifkon-old requested a review from akx September 30, 2020 10:22
@akx akx merged commit 0444167 into python-babel:master Sep 30, 2020
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.

RecursionError in LazyProxy class instead of AttributeError, when lazy function raise AttributeError

4 participants