mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
benchmark: update benchmark (#1207)
Co-authored-by: bytecii <bytecii@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
c5ec78e5f9
commit
f7bf29a40a
21 changed files with 840 additions and 35 deletions
7
backend/benchmark/answer/1/python313_features.md
Normal file
7
backend/benchmark/answer/1/python313_features.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# warnings
|
||||
|
||||
PEP 702: The new `warnings.deprecated()` decorator provides a way to communicate deprecations to a static type checker and to warn on usage of deprecated classes and functions. A `DeprecationWarning` may also be emitted when a decorated function or class is used at runtime. (Contributed by Jelle Zijlstra in `gh-104003`.)
|
||||
|
||||
# multiprocessing
|
||||
|
||||
The default number of worker threads and processes is now selected using `os.process_cpu_count()` instead of `os.cpu_count()`. (Contributed by Victor Stinner in `gh-109649`.)
|
||||
Loading…
Add table
Add a link
Reference in a new issue