Merged
Conversation
914d0c9 to
a30f4bb
Compare
Contributor
|
The Discuss thread hasn't seen updates in a while, but FWIW +1 on adding numbers. |
rgommers
reviewed
Mar 25, 2025
rgommers
left a comment
There was a problem hiding this comment.
This looks good, thanks for tackling this @henryiii! My one question is whether there is a place to include the definitions of these levels, as given in https://discuss.python.org/t/free-threading-trove-classifier/62406/50
Contributor
Author
|
I'm not aware of one. |
Signed-off-by: Henry Schreiner <[email protected]>
9881154 to
1543182
Compare
Contributor
Author
|
I've rebased this, not sure what the status is. |
di
approved these changes
May 8, 2025
auto-merge was automatically disabled
May 8, 2025 15:22
Pull Request is not mergeable
|
I added a mention of the trove classifiers to the free-threaded guide: Quansight-Labs/free-threaded-compatibility#196 |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Request to add a new Trove classifier.
The name of the classifier(s) you would like to add:
Programming Language :: Python :: Free Threading :: 1 - UnstableProgramming Language :: Python :: Free Threading :: 2 - BetaProgramming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Free Threading :: 4 - ResilientWhy do you want to add this classifier?
See #177 and https://discuss.python.org/t/free-threading-trove-classifier/62406. I'm also asking there if
:: Single Threador maybe better:: Thread-safemakes sense. I had to add numbers to get these to sort properly since the original proposal.