New submission from Benno Rice:
The API slots for bf_getbuffer and bf_releasebuffer are still disabled despite
the bug referenced (issue 10181) being marked as fixed. These should be
re-enabled if the stable ABI is to be used for types that use buffers.
--
components: Extension
Changes by Benno Rice :
--
nosy: +ncoghlan
___
Python tracker
<http://bugs.python.org/issue20233>
___
___
Python-bugs-list mailing list
Unsubscribe:
Benno Rice added the comment:
This patch fixes the urllib2 test. I wasn't able to replicate the ntpath test
failure.
This patch needs testing on Windows to make sure I haven't broken anything.
--
keywords: +patch
nosy: +Benno.Rice
Added file:
http://bugs.python.org/file269
New submission from Benno Rice:
This patch silences a bunch of unused value warnings emitted by clang when
building on Mac OS X 10.8.
--
assignee: ronaldoussoren
components: Interpreter Core, Macintosh
files: warning-silencing.patch
keywords: patch
messages: 168609
nosy: Benno.Rice