[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 328cfde754c6b30c1249c5b9c12ab6b8faab551e by Miss Islington (bot) in branch '3.7': bpo-37649: Fix exec_prefix check (GH-14897) https://github.com/python/cpython/commit/328cfde754c6b30c1249c5b9c12ab6b8faab551e --

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset e83296314583ba9c7952d6539c63aae803a197ae by Miss Islington (bot) in branch '3.8': bpo-37649: Fix exec_prefix check (GH-14897) https://github.com/python/cpython/commit/e83296314583ba9c7952d6539c63aae803a197ae -- nosy: +miss-islington

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread Steve Dower
Steve Dower added the comment: Thanks! Great catch -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15453 pull_request: https://github.com/python/cpython/pull/15802 ___ Python tracker ___

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +15452 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15801 ___ Python tracker ___

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-09-09 Thread Steve Dower
Steve Dower added the comment: New changeset 09090d04ef8d2f4c94157b852d3d530a51e13d22 by Steve Dower (Orivej Desh) in branch 'master': bpo-37649: Fix exec_prefix check (GH-14897) https://github.com/python/cpython/commit/09090d04ef8d2f4c94157b852d3d530a51e13d22 -- nosy: +steve.dower

[issue37649] calculate_init fails to check that EXEC_PREFIX was decoded

2019-07-22 Thread Orivej Desh
New submission from Orivej Desh : See https://github.com/python/cpython/pull/14897 The bug was introduced in https://github.com/python/cpython/commit/0327bde9da203bb256b58218d012ca76ad0db4e4#diff-fa81ddea06129e7a2ef6b5a1c6a0af4dR925 -- components: Interpreter Core messages: 348292