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
https://docs.python.org/3.12/whatsnew/3.12.html
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
https://docs.python.org/3.12/whatsnew/3.12.html