[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-28 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker ___ _

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset ec3d34c5b2feb10cb4d7606a10d81c178c3afce3 by Antoine Pitrou (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3797) https://github.com/python/cpython/commit/ec3d34c5b2feb10cb4d7606

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-28 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +3782 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-28 Thread STINNER Victor
STINNER Victor added the comment: > Victor, are the buildbots fine now? I didn't see anything wrong on buildbots, nor Travis CI/AppVeyor on PRs. So we can now backport the "optimization". Do you want to do it, Antoine? -- ___ Python tracker

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Victor, are the buildbots fine now? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-21 Thread STINNER Victor
STINNER Victor added the comment: I may do the backport, or ask the bot to do it. Right now I prefer to check if everything is fine on all CI. -- resolution: fixed -> status: closed -> open ___ Python tracker __

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-21 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: > If it works well, maybe it's worth it to backport the change to the 3.6 > branch. We still backport a lot of changes to 3.6. But maybe wait until 3.6.3 > final is released? Fair enough. Does someone want to do the backport? :-) -- _

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread STINNER Victor
STINNER Victor added the comment: If it works well, maybe it's worth it to backport the change to the 3.6 branch. We still backport a lot of changes to 3.6. But maybe wait until 3.6.3 final is released? -- ___ Python tracker

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset b091bec824137f286b22084be5f8d397d21b9abb by Victor Stinner (Antoine Pitrou) in branch 'master': bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) https://github.com/python/cpython/commit/b091bec824137f286b22084be5f8d397d21b9abb -

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Note that GNU install (`install -C`) would probably do the trick, but is not necessarily installed on the build system. -- ___ Python tracker

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Posted https://github.com/python/cpython/pull/3678 which uses a separate utility. It seems to save 1 minute off the build step on Travis-CI. -- ___ Python tracker __

[issue31536] `make regen-all` triggers wholesale rebuild

2017-09-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: `make regen-opcode` triggers wholesale rebuild -> `make regen-all` triggers wholesale rebuild ___ Python tracker ___ _