Skip to content

bpo-42443 Add Thread Creation Hook to Threading.py #23477

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

qstanczyk
Copy link

@qstanczyk qstanczyk commented Nov 23, 2020

This is implementation for https://bugs.python.org/issue42443

#86609

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

Recognized GitHub username

We couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames:

@qstanczyk

This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

@gpshead
Copy link
Member

gpshead commented Nov 23, 2020

A unittest in Lib/test/test_threading.py that confirms the new APIs work is needed.

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 25, 2020
@gpshead
Copy link
Member

gpshead commented May 20, 2021

I made a variety of edits as noted in the bug. Still TODO:

  • A Lib/test/test_threading.py unittest.
  • Doc/library/threading.rst documentation.
  • A NEWS blurb.

Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you complete your TODO list or submit at a later date?

@gpshead
Copy link
Member

gpshead commented Apr 20, 2022

Can you complete your TODO list or submit at a later date?

All of those TODO list items are requirements before this can be merged.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Aug 1, 2022
@gpshead gpshead added stale Stale PR or inactive for long period of time. awaiting changes and removed awaiting core review labels May 20, 2023
@gpshead gpshead removed their assignment May 20, 2023
@python-cla-bot
Copy link

The following commit authors need to sign the Contributor License Agreement:

CLA signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants