Do not keep calling _dereference on values if it has already been dereferenced.

This commit is contained in:
Gaurav Dadhania
2019-02-20 12:42:07 +05:30
parent 0744892244
commit fdcaca42ae
4 changed files with 111 additions and 1 deletions

View File

@@ -250,3 +250,4 @@ that much better:
* Trevor Hall (https://github.com/tjhall13)
* Gleb Voropaev (https://github.com/buggyspace)
* Paulo Amaral (https://github.com/pauloAmaral)
* Gaurav Dadhania (https://github.com/GVRV)