-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-27593: Updates Windows build to use information from git #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note that until getbuildinfo.c has not been updated, this won't make things work any better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In #446, I've advocated retaining tag information like was the case with hg, so, if we agree on that, this PR would need to be changed to also supply GITTAG.
This reverts commit e5555d4.
@ned-deily I have no strong opinion about including the tag - @brettcannon thought it wasn't important. I've reverted the change to exclude it here, so our PRs are consistent. I see no harm in releasing RC with it included and changing that for final if we want to. |
Do not use the frame transfer mechanism outside of a transfer and fix various reference leaks. test_transfer_errors.py now works, if Stackless is compiled with SLP_WITH_FRAME_REF_DEBUG defined. (cherry picked from commit 8c57745)
* miss-islington can also do regular non-backport merges Add the information to README that miss-islington can also merge regular PRs if `automerge` label is added to them and it is approved by a Core Dev. * Remove some redundant info. * Add robo emoji Co-Authored-By: Mariatta <Mariatta@users.noreply.github.com>
bpo-27593: Updates Windows build to use information from git
Note that until getbuildinfo.c has been updated, this won't make things work any better.