> Patch 7.3.1003 > Problem: Python interface does not compile with Python 2.2 > Solution: Fix thread issues and True/False. (ZyX)
?! I did not fix threading issues and True/False. I just said that after these fixes it compiles with python-2.2, but tests *fail* due to threading and True/False issues. I could avoid True/False issue (it is mainly the representation of the data issue created by the fact that there was no separate class for boolean values), but I do not know what to do with thread test. -- -- 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/groups/opt_out.
