[issue15573] Support unknown formats in memoryview comparisons

2012-08-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: I find Stefan's proposed equality confusing. Why is it based on memcmp? Either it compares memory (i.e. internal representations), or it compares abstract values. If it compares abstract values, then it shouldn't be a requirement that the format strings are e

[issue15239] Abandoned Tools/unicode/mkstringprep.py

2012-08-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't consider it relevant for 3.3; I may have time to review only post-3.3. -- ___ Python tracker ___ __

[issue15424] __sizeof__ of array should include size of items

2012-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91382d4e2dfb by Meador Inge in branch '2.7': Issue #15424: Add a __sizeof__ implementation for array objects. http://hg.python.org/cpython/rev/91382d4e2dfb New changeset 45ef9bc8739f by Meador Inge in branch '3.2': Issue #15424: Add a __sizeof__ imp

[issue15576] importlib: ExtensionFileLoader not used to load packages from __init__.so files

2012-08-10 Thread Stefan Behnel
Stefan Behnel added the comment: I understand that this is not trivial to test as part of the regression test suite. However, when I try it now I get this: Traceback (most recent call last): File "", line 1, in File "__init__.py", line 8, in init my_test_package (my_test_package/__init__.

[issue15424] __sizeof__ of array should include size of items

2012-08-10 Thread Meador Inge
Meador Inge added the comment: Thanks for the patches! (I fixed a minor nit on the 2.7 patch where 'array_sizeof' was defined inside #ifdef Py_USING_UNICODE). -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___

[issue15527] Double parens in functions references

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Is anyone even reading my messages...? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue13072] Getting a buffer from a Unicode array uses invalid format

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Deferring. -- priority: release blocker -> deferred blocker ___ Python tracker ___ ___ Python-bugs-lis

<    1   2