commit | d61deca27cdef2d1e49aeb72d8556855420a77e1 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Apr 18 14:46:12 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Apr 18 14:46:12 2010 +0000 |
tree | fa554317563eb6c130e7b6655453a787ead740cf | |
parent | ceb513ab131aee1059f8bdc9cf9260bb306ef0e9 [diff] |
Move _Py_char2wchar from python.c to main.c. This fixes issue #8441: python.c is not included in the framework while main.c is and without this patch you get a link error when building Python.framework on OSX.