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

LazyProxy: Handle AttributeError in specified func #724

Merged
merged 3 commits into from Sep 30, 2020

Conversation

nikifkon-old
Copy link
Contributor

Fixes #723

@codecov-commenter
Copy link

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.

babel/support.py Outdated Show resolved Hide resolved
tests/test_support.py Outdated Show resolved Hide resolved
tests/test_support.py Outdated Show resolved Hide resolved
tests/test_support.py Outdated Show resolved Hide resolved
babel/support.py Outdated Show resolved Hide resolved
Co-authored-by: Aarni Koskela <akx@iki.fi>
@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