[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
STINNER Victor added the comment: Thanks for your bug report Miro Hrončok. The fix will be part of the next Python 3.8 alpha release: "3.8.0 alpha 4: Monday, 2019-04-29" https://www.python.org/dev/peps/pep-0569/ -- ___ Python tracker

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset 06d04e77ca36133e82bf6c363c09ba82e07a9c75 by Victor Stinner in branch 'master': bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) https://github.com/python/cpython/commit/06d04e77ca36133e82bf6c363c09ba82e07a9c75 -- __

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread Miro Hrončok
Miro Hrončok added the comment: 1f24a719e7be5e49b876a5dc7daf21d01ee69faa -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +12896 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread STINNER Victor
STINNER Victor added the comment: regen-keyword is recent: bpo-36143. regen-grammar has been modified to use Parser.pgen in bpo-35808. -- ___ Python tracker ___ _

[issue36733] make regen-all doesn't work in subfolder: No module named Parser.pgen

2019-04-26 Thread Miro Hrončok
New submission from Miro Hrončok : When I attempt to build CPython from a subfolder (as we do in Fedora) make regen-all dies with: python3.8 -m Parser.pgen ../../Grammar/Grammar \ ../../Grammar/Tokens \ ../../Include/graminit.h.new \ ../../Python/graminit.c.new /usr/