[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-11 Thread Lucas Cimon
New submission from Lucas Cimon : Hi. I think I have found a minor memory leak in Modules/main.c:pymain_parse_cmdline_impl. When the loop in the pymain_read_conf function in this same file calls pymain_init_cmdline_argv a 2nd time, the pymain->command buffer of wchar_t is overriden and the pr

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch pull_requests: +6, 7, 8 stage: -> patch review ___ Python tracker ___ _

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +6, 7 stage: -> patch review ___ Python tracker ___ ___

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-14 Thread SilentGhost
Change by SilentGhost : -- nosy: +vstinner type: -> resource usage versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Pyt

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-22 Thread STINNER Victor
STINNER Victor added the comment: New changeset 35ca1820e19f81f69073f294503cdcd708fe490f by Victor Stinner (Lucas Cimon) in branch 'master': bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) https://github.com/python/cpython/commit/35ca1820e19f81f69073f294503cdcd708fe4

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +11433, 11434 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +11433 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-22 Thread miss-islington
miss-islington added the comment: New changeset f71e7433ebccb2e3a2665b93bb84de38f9c581c8 by Miss Islington (bot) in branch '3.7': bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) https://github.com/python/cpython/commit/f71e7433ebccb2e3a2665b93bb84de38f9c581c8 -

[issue35720] Memory leak in Modules/main.c:pymain_parse_cmdline_impl when using the CLI flag

2019-01-22 Thread STINNER Victor
STINNER Victor added the comment: Thanks Lucas Cimon! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __