[New-bugs-announce] [issue5280] PyBytes_InternInPlace is missing in bytesobject.h
Rasmus Andersson
report at bugs.python.org
Mon Feb 16 14:22:20 CET 2009
New submission from Rasmus Andersson <rasmus at flajm.com>:
The PyBytes_InternInPlace 2-to-3 transition macro is missing in
include/bytesobject.h
Alternatively, the documentation[1] is missing some details. At the top
there's a note saying "These functions have been renamed to PyBytes_* in
Python 3.x. The PyBytes names are also available in 2.6.".
[1] http://docs.python.org/c-api/string.html
Confirmed with version 2.6.1 (original release from python.org)
----------
components: Interpreter Core
messages: 82238
nosy: rsms
severity: normal
status: open
title: PyBytes_InternInPlace is missing in bytesobject.h
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5280>
_______________________________________
More information about the New-bugs-announce
mailing list