-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4574 from abravalheri/ordered_set
Replace ordered_set with dict
- Loading branch information
Showing
14 changed files
with
13 additions
and
724 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
``setuptools`` is replacing the usages of :pypi:`ordered_set` with simple | ||
instances of ``dict[Hashable, None]``. This is done to remove the extra | ||
dependency and it is possible because since Python 3.7, ``dict`` maintain | ||
insertion order. |
This file contains 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
This file was deleted.
Oops, something went wrong.
158 changes: 0 additions & 158 deletions
158
setuptools/_vendor/ordered_set-4.1.0.dist-info/METADATA
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.