Skip to content

Added new method itervalues() to LRUCache and deprecated itervalue()#1008

Merged
davidism merged 1 commit intopallets:masterfrom
gokcegrbl:GH-999
May 31, 2019
Merged

Added new method itervalues() to LRUCache and deprecated itervalue()#1008
davidism merged 1 commit intopallets:masterfrom
gokcegrbl:GH-999

Conversation

@gokcegrbl
Copy link
Copy Markdown
Contributor

Added new method itervalues() to LRUCache and deprecated itervalue()

(Fixes #999)

@gokcegrbl
Copy link
Copy Markdown
Contributor Author

The Travis build for the python-nightly is failing with "ERROR: InvocationError for command /home/travis/build/pallets/jinja/.tox/py/bin/coverage run -p -m pytest (exited with code -11)". Looks like an unrelated issue.

@lordmauve
Copy link
Copy Markdown

Signal 11 is segfault so this looks like a random CPython nightly issue.

Comment thread tests/test_utils.py Outdated
Comment thread jinja2/utils.py Outdated
@davidism davidism merged commit a486b37 into pallets:master May 31, 2019
@davidism davidism added this to the 2.11.0 milestone May 31, 2019
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LRUCache's itervalue method should be renamed itervalues

3 participants