-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
[3.7] bpo-35283: Add a deprecated warning for the threading.Thread.isAlive #11459
Conversation
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
In practice, I would prefer to start with a change in the master branch, and later consider what to do in the 3.7 branch. I'm not sure if it's ok to start to emit a PendingDeprecatinonWarning in 3.7.3. |
c336941
to
3001a51
Compare
3001a51
to
0390b24
Compare
I have made the requested changes; please review again. |
Thanks for making the requested changes! @vstinner: please review the changes made to this pull request. |
Most of the case, the backport patch you mentioned can be written by a bot. But in this case, as vstiner mentioned, we should apply So I think that this PR can be merged after #11454 is merged when core developers decide to emit |
Yes you right. But the when the bot generate the backport, maintainer could modify the PR, isn't? |
https://bugs.python.org/issue35283