Kaydet (Commit) da587ab4 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Bug #1733488: Fix compilation of bufferobject.c on AIX.

Will backport to 2.5.
üst 1b9e0418
......@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
- Bug #1733488: Fix compilation of bufferobject.c on AIX.
- Bug #1722485: remove docstrings again when running with -OO.
- Add new attribute names for function objects. All the func_* become
......
......@@ -19,7 +19,7 @@ enum buffer_t {
READ_BUFFER,
WRITE_BUFFER,
CHAR_BUFFER,
ANY_BUFFER,
ANY_BUFFER
};
static int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment