1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/evaluate
Dave Halter 6f598b1157 Use the memoize function for faked arguments only when needed.
It's important to note that memoizing every object would mean that
theoretically all objects passed through get_faked would get memoized. This
would have been a possible memory leak, which we should avoid.
Obviously the previous solution proposed in #649 was still better, but this
issue was a new one. Also using str() around keys was not a good idea.

Refs #649.
2016-07-31 15:02:30 +02:00
..
2016-07-28 18:12:41 +02:00
2016-07-28 18:12:41 +02:00
2016-07-20 09:10:31 +02:00