diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-02 18:54:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-02 18:54:21 +0200 |
commit | 78b595743931457c054156f1c86aa1fae8ba42f5 (patch) | |
tree | 2c36021e276811942b86370ff42e3ebd31135c72 /src/testdir/test86.in | |
parent | f4258308e288c82c30d35cb2d0e045e60bfdb21c (diff) | |
download | vim-git-78b595743931457c054156f1c86aa1fae8ba42f5.tar.gz |
updated for version 7.3.1100v7.3.1100
Problem: Python: a few more memory problems.
Solution: Add and remove Py_XDECREF(). (ZyX)
Diffstat (limited to 'src/testdir/test86.in')
-rw-r--r-- | src/testdir/test86.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test86.in b/src/testdir/test86.in index 6929f6744..a50480cd6 100644 --- a/src/testdir/test86.in +++ b/src/testdir/test86.in @@ -867,6 +867,7 @@ def convertfrompyobject_test(expr, recurse=True): return subexpr_test(expr, 'ConvertFromPyObject', ( 'None', # Not conversible '{"": 1}', # Empty key not allowed + '{u"": 1}', # Same, but with unicode object 'FailingMapping()', # 'FailingMappingKey()', # )) |