[issue20233] Re-enable buffer API slots for heap types

2014-01-12 Thread Benno Rice
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

[issue20233] Re-enable buffer API slots for heap types

2014-01-12 Thread Benno Rice
Changes by Benno Rice : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue20233> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7665] test_urllib2 and test_ntpath fail if path contains "\"

2012-08-19 Thread Benno Rice
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

[issue15730] Silence unused value warnings under Mac OS X 10.8/clang

2012-08-19 Thread Benno Rice
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