New submission from Rasmus Andersson <ras...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5280>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to