-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Eval scopes ignoring empty dictionaries (#47084) #47085
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
Conversation
Hello @Alex-Blade! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-06-04 10:38:38 UTC |
looks ok, need to do precommit here (line length). can you add a whatsnew note for this. |
@github-actions pre-commit |
@jreback, to be honest, I don't really get how should I name the entry in the |
05b2941
to
4b21c88
Compare
UPD. Rebased and made an entry in Other section, by analogy with similar bug-fixes from previous versions |
@jreback, mind looking at it again? |
@Alex-Blade ci is failing. reviewers (other than Jeff) are more likely to review PRs with green ci. code checks and some pytables tests are failing. @jreback since the issue suggested this as being an security concern, would we consider this for 1.4.x (once ci is green)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could do for 1.4.x
see here: https://github.com/pandas-dev/pandas/runs/6660273116?check_suite_focus=true looks like the precommit is failing |
@github-actions pre-commit |
Seems like Numpy Dev died by an accident on setup-miniconda stage |
These tests are painful... Two times they died because of numpy, and now a timeout... |
@simonjayhawkins, it has passed the tests a few times in a row, I think it can be considered as ready |
thanks @Alex-Blade very nice! |
@meeseeksdev backport 1.4.x |
Could not push to auto-backport-of-pr-47085-on-1.4.x due to error, aborting. |
…ictionaries (#47084)) (#47250) Backport PR #47085: BUG: Eval scopes ignoring empty dictionaries (#47084) Co-authored-by: Alex-Blade <[email protected]>
closes #47084
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.