Author: Philip Jenvey <[email protected]>
Branch: stdlib-2.7.11
Changeset: r81463:dc7fb43b5d37
Date: 2015-12-28 20:28 -0800
http://bitbucket.org/pypy/pypy/changeset/dc7fb43b5d37/

Log:    bytes.__alloc__ is an impl detail

diff --git a/lib-python/2.7/test/test_bytes.py 
b/lib-python/2.7/test/test_bytes.py
--- a/lib-python/2.7/test/test_bytes.py
+++ b/lib-python/2.7/test/test_bytes.py
@@ -727,6 +727,7 @@
             if alloc not in seq:
                 seq.append(alloc)
 
+    @test.test_support.impl_detail("undocumented bytes.__alloc__()")
     def test_init_alloc(self):
         b = bytearray()
         def g():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to