-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[Feature] Core: Python 3.12 wheel #40211
Copy link
Copy link
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability
Description
Description
Add support for Ray with python 3.12
Python 3.12.0 final released on Monday, 2023-10-02.
Use case
-
The asyncio package has had a number of performance improvements, with some benchmarks showing a 75% speed up.
-
Replace the builtin hashlib implementations of SHA1, SHA3, SHA2-384, SHA2-512, and MD5 with formally verified code from the HACL* project. These builtin implementations remain as fallbacks that are only used when OpenSSL does not provide them.
-
CPython support for the Linux perf profiler
-
Stack overflow protection on supported platforms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability