On Tuesday, February 3, 2015 at 6:16:26 AM UTC-6, Bram Moolenaar wrote:
> Patch 7.4.611 (after 7.4.609)
> Problem: Syntax error.
> Solution: Change statement to return.
> Files: src/if_python3.c
>
>
> *** ../vim-7.4.610/src/if_python3.c 2015-02-03 12:55:11.140179551 +0100
> --- src/if_python3.c 2015-02-03 13:13:34.407743645 +0100
> ***************
> *** 1652,1656 ****
> int
> set_ref_in_python3 (int copyID)
> {
> ! int set_ref_in_py(copyID);
> }
> --- 1652,1656 ----
> int
> set_ref_in_python3 (int copyID)
> {
> ! return set_ref_in_py(copyID);
> }
Oops. I guess I never got around to testing the garbage collection patch with
Python3. Sorry about that.
The garbage collection between 2.7 and 3 should act about the same, correct? I
did test with Python 2.7 as best I could.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.