]> granicus.if.org Git - python/commit
Move _Py_char2wchar from python.c to main.c.
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 18 Apr 2010 14:46:12 +0000 (14:46 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 18 Apr 2010 14:46:12 +0000 (14:46 +0000)
commitd61deca27cdef2d1e49aeb72d8556855420a77e1
treefa554317563eb6c130e7b6655453a787ead740cf
parentceb513ab131aee1059f8bdc9cf9260bb306ef0e9
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.
Include/Python.h
Modules/main.c
Modules/python.c