cpython/Misc/NEWS.d/next/Tests
Victor Stinner 9b8314cfe2
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Fix test_sys.test_getallocatedblocks() when tracemalloc is enabled.
If the name of Python memory allocators cannot get read, consider
that pymalloc is disabled.

Fix the following error:

./python -X tracemalloc -m test test_sys -v -m test_getallocatedblocks

ERROR: test_getallocatedblocks (test.test_sys.SysModuleTest)
------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_sys.py", line 770, in test_getallocatedblocks
    alloc_name = _testcapi.pymem_getallocatorsname()
RuntimeError: cannot get allocators name
2019-04-12 15:15:04 +02:00
..
2019-03-19-17-39-25.bpo-31904.QxhhRx.rst bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) 2019-03-27 16:11:12 +01:00
2019-03-26-13-49-21.bpo-36436.yAtN0V.rst bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) 2019-03-26 14:35:30 +01:00
2019-04-08-19-01-21.bpo-36565.2bxgtU.rst bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) 2019-04-09 01:36:34 +02:00
2019-04-09-14-08-02.bpo-36560._ejeOr.rst bpo-36560: Fix reference leak hunting in regrtest (GH-12744) 2019-04-09 14:23:47 +02:00
2019-04-12-12-44-42.bpo-36611.UtorXL.rst bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) 2019-04-12 15:15:04 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Tests* section in this directory.

.. _blurb: https://pypi.org/project/blurb/