Staging
v0.5.1
https://github.com/python/cpython
Revision 09ea792a9423802002500ae0dfa3d668f5e5d9f6 authored by Hirokazu Yamamoto on 04 November 2010, 12:35:21 UTC, committed by Hirokazu Yamamoto on 04 November 2010, 12:35:21 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86159 | hirokazu.yamamoto | 2010-11-04 21:09:08 +0900 | 2 lines

  Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
  instead of signed value [-127, 128].
........
1 parent fc5f381
Raw File
Tip revision: 09ea792a9423802002500ae0dfa3d668f5e5d9f6 authored by Hirokazu Yamamoto on 04 November 2010, 12:35:21 UTC
Merged revisions 86159 via svnmerge from
Tip revision: 09ea792
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