Skip to content
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

Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" #13458

Merged
merged 1 commit into from May 21, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 21, 2019

@vstinner
Copy link
Member Author

vstinner commented May 21, 2019

The commit 4959c33 broke the AIX buildbot for longer than week:
https://bugs.python.org/issue36084#msg342263

The CI for the policy is to revert a change which breaks the CI and no one is able to come up with a fix in 1 day:
https://pythondev.readthedocs.io/ci.html#revert-on-fail

So I revert the change.

It doesn't mean that the change is wrong and will never land in Python. It is just a way to repair the CI and give more time to find the right design which fits all platforms running on the CI.

cc @jaketesler @pitrou

@vstinner vstinner merged commit d12e757 into python:master May 21, 2019
@vstinner vstinner deleted the revert_thread_id branch May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants