[issue37589] Missing dependences in the Makefile

2019-09-09 Thread Thomas Wouters
Change by Thomas Wouters : -- assignee: -> twouters resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37589] Missing dependences in the Makefile

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 64f7f6efa0b6ccd5f942b0dd7c63978957d1660e by Miss Islington (bot) (T. Wouters) in branch '3.7': [3.7] bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) (GH-15769) https://github.com/python/cpython/commit/64f7f6efa

[issue37589] Missing dependences in the Makefile

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 248387f3f1182087da8f432c989ac6f18315b50f by Miss Islington (bot) in branch '3.8': bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) https://github.com/python/cpython/commit/248387f3f1182087da8f432c989ac6f18315b50

[issue37589] Missing dependences in the Makefile

2019-09-09 Thread Thomas Wouters
Change by Thomas Wouters : -- pull_requests: +15422 pull_request: https://github.com/python/cpython/pull/15769 ___ Python tracker ___ __

[issue37589] Missing dependences in the Makefile

2019-09-09 Thread Thomas Wouters
Thomas Wouters added the comment: New changeset b4612f5d54aced5bc37f1b85bf50b4cafa2480f0 by T. Wouters in branch 'master': bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) https://github.com/python/cpython/commit/b4612f5d54aced5bc37f1b85bf50b4cafa2480f0 ---

[issue37589] Missing dependences in the Makefile

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

[issue37589] Missing dependences in the Makefile

2019-09-09 Thread Thomas Wouters
Change by Thomas Wouters : -- keywords: +patch pull_requests: +15410 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15757 ___ Python tracker ___ _

[issue37589] Missing dependences in the Makefile

2019-07-15 Thread Kyle Stanley
Kyle Stanley added the comment: Added twouters to the nosy list since he's the makefile expert according to https://devguide.python.org/experts/#miscellaneous. -- nosy: +aeros167, twouters ___ Python tracker __

[issue37589] Missing dependences in the Makefile

2019-07-13 Thread Vemake
New submission from Vemake : We use a tool to detect 138 dependence issues in the Makefile. Most of them are missing of c source files and header files. Those issues can cause incorrect results when we want to do incremental build and parallel build. For example, any changes in "Include/typ