Skip to content

bpo-36650: Fix handling of empty keyword args in C version of lru_cache.#12881

Merged
rhettinger merged 4 commits into
python:masterfrom
rhettinger:fix_lru_empty_dict
Apr 20, 2019
Merged

bpo-36650: Fix handling of empty keyword args in C version of lru_cache.#12881
rhettinger merged 4 commits into
python:masterfrom
rhettinger:fix_lru_empty_dict

Conversation

@rhettinger

@rhettinger rhettinger commented Apr 20, 2019

Copy link
Copy Markdown
Contributor

Comment thread Modules/_functoolsmodule.c Outdated

@serhiy-storchaka serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Just added few nits.

Comment thread Modules/_functoolsmodule.c
Comment thread Modules/_functoolsmodule.c Outdated
Comment thread Lib/test/test_functools.py
@rhettinger
rhettinger merged commit 14adbd4 into python:master Apr 20, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 20, 2019
…he. (pythonGH-12881)

(cherry picked from commit 14adbd4)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
@bedevere-bot

Copy link
Copy Markdown

GH-12888 is a backport of this pull request to the 3.7 branch.

rhettinger added a commit that referenced this pull request Apr 20, 2019
…he. (GH-12881) (GH-12888)

(cherry picked from commit 14adbd4)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants