Skip to content

issue 843: _postinit after copying deque#844

Closed
rsiemens wants to merge 1 commit intopallets:masterfrom
rsiemens:issue/843
Closed

issue 843: _postinit after copying deque#844
rsiemens wants to merge 1 commit intopallets:masterfrom
rsiemens:issue/843

Conversation

@rsiemens
Copy link
Copy Markdown
Contributor

@rsiemens rsiemens commented Apr 23, 2018

Resolve #843

This was an issue of copying the initialized LRUCache._queue's pop, popleft, etc. methods then replacing it with a new deque object.

@rsiemens rsiemens closed this Mar 25, 2019
@rsiemens rsiemens deleted the issue/843 branch March 25, 2019 15:43
@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.copy aliases the wrong deque object methods

1 participant