[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-16 Thread Steve Dower
Steve Dower added the comment: For clarity, this was caused by the fix for issue29778, and was only released in 3.8.4 and 3.9.0b4. No other versions had a release before the fix was merged. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed __

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Ned Deily
Ned Deily added the comment: New changeset 4bfcffe16e9742c154f54ae96b5b36903500abaa by Steve Dower in branch '3.7': bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499) https://github.com/python/cpython/commit/4bfcffe16e9742c154f54ae96b5b36903500abaa -- nosy: +ne

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread miss-islington
miss-islington added the comment: New changeset 3b6a8d2455c6897085f4277737b0f9b9a3847c24 by Miss Islington (bot) in branch '3.8': bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) https://github.com/python/cpython/commit/3b6a8d2455c6897085f4277737b0f9b9a3847c24 -- ___

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread miss-islington
miss-islington added the comment: New changeset 28e93dd2b26c460424acbebd00d8b943abbbea17 by Miss Islington (bot) in branch '3.9': bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) https://github.com/python/cpython/commit/28e93dd2b26c460424acbebd00d8b943abbbea17 -- ___

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +20641 pull_request: https://github.com/python/cpython/pull/21499 ___ Python tracker ___ _

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +20640 pull_request: https://github.com/python/cpython/pull/21498 ___ Python tracker ___ __

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Steve Dower
Steve Dower added the comment: New changeset 936a66094591dc0e67d4a60c170148bb700ec016 by Steve Dower in branch 'master': bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) https://github.com/python/cpython/commit/936a66094591dc0e67d4a60c170148bb700ec016 --

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +20639 pull_request: https://github.com/python/cpython/pull/21497 ___ Python tracker _

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +20637 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/21495 ___ Python tracker _

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Steve Dower
Change by Steve Dower : -- stage: -> test needed type: -> security ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Steve Dower
Steve Dower added the comment: Thanks, this is a regression. https://github.com/python/cpython/blob/master/PC/getpathp.c#L672 should be inverted, as a zero return value indicates success. -- keywords: +3.8regression versions: +Python 3.10, Python 3.7, Python 3.9

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ __

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Jimmy Girardet
Jimmy Girardet added the comment: replacing python38._pth by python._pth does fix it. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue41304] python 38 embed ignore python38._pth file on windows

2020-07-15 Thread Jimmy Girardet
Change by Jimmy Girardet : -- title: python 38 embed ignore python38._pth file -> python 38 embed ignore python38._pth file on windows ___ Python tracker ___ _