Staging
v0.5.1
https://github.com/python/cpython
Revision 19de4c3a8c6e61a7279537089ac62b5b935889dd authored by Victor Stinner on 08 November 2010, 23:30:46 UTC, committed by Victor Stinner on 08 November 2010, 23:30:46 UTC
Explain in the documentation that conversion errors should never happen.
1 parent 18c3373
Raw File
Tip revision: 19de4c3a8c6e61a7279537089ac62b5b935889dd authored by Victor Stinner on 08 November 2010, 23:30:46 UTC
_Py_char2wchar() frees the memory on conversion error
Tip revision: 19de4c3
Setup.config.in
# This file is transmogrified into Setup.config by config.status.

# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.

# Threading
@USE_THREAD_MODULE@_thread _threadmodule.c

# The signal module
@USE_SIGNAL_MODULE@signal signalmodule.c

# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.
back to top