[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-10-26 Thread miss-islington
miss-islington added the comment: New changeset 562ad7624e5fe22fdded9b39723c562255a49abd by Miss Skeleton (bot) in branch '3.9': bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) https://github.com/python/cpython/commit/562ad7624e5fe22fdded9b39723c562255a49abd

[issue41474] Missing dependency on Include/cpython/frameobject.h

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

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-10-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +21915 pull_request: https://github.com/python/cpython/pull/23000 ___ Python tracker

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-10-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset a6879d9445f98833c4e300e187956e2a218a2315 by Victor Stinner in branch 'master': bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) https://github.com/python/cpython/commit/a6879d9445f98833c4e300e187956e2a218a2315

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-10-26 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21914 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22999 ___ Python tracker ___

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-07 Thread Guido van Rossum
Guido van Rossum added the comment: Wrong issue, sorry. (Bpo bug?) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-07 Thread Guido van Rossum
Guido van Rossum added the comment: Sorry to rain on your parade, but couldn’t this be a new package on PyPI? -- nosy: +gvanrossum ___ Python tracker ___

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Skip Montanaro added the comment: > > I don't know how to get rid of all those commit messages. > > I suggest you to create a local branch per change, rather than using "master". > > I consider that "origin" is g...@github.com:python/cpython.git. Check your > remotes with "git remote -v".

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread STINNER Victor
STINNER Victor added the comment: > I don't know how to get rid of all those commit messages. I suggest you to create a local branch per change, rather than using "master". I consider that "origin" is g...@github.com:python/cpython.git. Check your remotes with "git remote -v". Example

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Skip Montanaro added the comment: > they all look to be of the form "Merge remote-tracking branch > 'upstream/master'". Aside from one where I erroneously committed a change to the wrong branch, then backed it out immediately. -- ___ Python

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Skip Montanaro added the comment: I see what @vstinner is talking about. If you look at those commit messages, they all look to be of the form "Merge remote-tracking branch 'upstream/master'". That is, they are me syncing python/cpython/master to python/smontanaro/master. There is, in fact,

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Skip Montanaro added the comment: > Your PR has 124 commits, that looks strange. Funny, it told me just one file had changed (Makefile.pre.in). I was attempting to make a PR against that one change from my fork of master to the main repo. Let me take another crack at it. --

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread STINNER Victor
STINNER Victor added the comment: > Created a pull request. Hopefully I didn't muff the protocol too badly. Your PR has 124 commits, that looks strange. -- nosy: +vstinner ___ Python tracker

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Skip Montanaro added the comment: Created a pull request. Hopefully I didn't muff the protocol too badly. -- stage: patch review -> ___ Python tracker ___

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
Change by Skip Montanaro : -- keywords: +patch pull_requests: +20877 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21732 ___ Python tracker ___

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-04 Thread Skip Montanaro
New submission from Skip Montanaro : When Include/cpython/frameobject.h was created, there was no dependency added to Makefile.pre.in. -- components: Build messages: 374809 nosy: skip.montanaro priority: normal severity: normal status: open title: Missing dependency on