Mailing List Archive

[issue40432] Pegen regenerate project for Windows not working
Pablo Galindo Salgado <pablogsal@gmail.com> added the comment:

Seems that the regeneration script is not detecting correctly that needs Python3.8+ for regenerating pegen. Check for instance:

https://buildbot.python.org/all/#/builders/596/builds/2/steps/2/logs/stdio

----------
resolution: fixed ->
status: closed -> open

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Change by Ken Jin <kenjin4096@gmail.com>:


----------
nosy: +kj
nosy_count: 2.0 -> 3.0
pull_requests: +24122
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/25389

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Jeremy Kloth <jeremy.kloth+python-tracker@gmail.com> added the comment:

Adding windows team to the nosy list

----------
components: +Windows
nosy: +jkloth, paul.moore, steve.dower, tim.golden, zach.ware

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:

That'll be a change to PCbuild/find_python.bat that needs to be backported then. It probably defaults to 3.7 in all branches right now, but since 3.9 is out we can update them all to that (it downloads on demand if necessary).

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:

Thanks for the PR, kj! Left a suggestion for you, but otherwise it should solve the problem nicely.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:


New changeset 425434dadc30d96dc1c0c628f954f9b6f5edd2c9 by Ken Jin in branch 'master':
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
https://github.com/python/cpython/commit/425434dadc30d96dc1c0c628f954f9b6f5edd2c9


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
nosy: +miss-islington
nosy_count: 8.0 -> 9.0
pull_requests: +24332
pull_request: https://github.com/python/cpython/pull/25637

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
?ukasz Langa <lukasz@langa.pl> added the comment:


New changeset f65f3f0e99b27e0a4ea6bb7e30c5bdb5832a76c6 by Miss Islington (bot) in branch '3.9':
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) (#25637)
https://github.com/python/cpython/commit/f65f3f0e99b27e0a4ea6bb7e30c5bdb5832a76c6


----------
nosy: +lukasz.langa

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue40432] Pegen regenerate project for Windows not working [ In reply to ]
Change by Steve Dower <steve.dower@python.org>:


----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue40432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com