[issue43549] Outdated descriptions for configuring valgrind.

2021-04-01 Thread Xinmeng Xia
Change by Xinmeng Xia : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue43549] Outdated descriptions for configuring valgrind.

2021-03-18 Thread Xinmeng Xia
New submission from Xinmeng Xia : At line 12-20, cpython/Misc/README.valgrind, the descriptions are out of date. File "Objects/obmalloc.c" does not contain Py_USING_MEMORY_DEBUGGER any more since Python 3.6. The descriptions should be modified for Python 3.6-3.10 Attached line 12-20, cpytho