New submission from yzongyue <yzong...@gmail.com>: in function py_make_scanner, the last return statements is "return _scan_once" it should be "return scan_once", or the memo never clear. in fact, make_scanner use c_make_scanner rather than py_make_scanner, so this bug never occur in default
---------- components: Library (Lib) files: 截图_2018-05-22_14-53-27.png messages: 317261 nosy: yzongyue priority: normal severity: normal status: open title: fix memory leak in lib/json/scanner.py py_make_scanner versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 Added file: https://bugs.python.org/file47610/截图_2018-05-22_14-53-27.png _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33596> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com