-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update threading lib and tests from CPython 3.12.0a0
#4156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
functools lib, tests and Add singledispatchfunctools lib, tests and Add functools.singledispatch
|
When you update python files from CPython, could you leave version message to commit log? It is helpful when we update the files to future version later. Otherwise we need to check file content to check its version. Here is guideline: https://rustpython.github.io/blog/2020/04/04/how-to-contribute-by-cpython-unittest.html |
d906f87 to
2efdeac
Compare
functools lib, tests and Add functools.singledispatchfunctools, threading lib and tests from CPython 3.12.0a0
a3097a4 to
65694b0
Compare
|
I'm waiting for this issue resolved before going further. #4157 |
|
we'd better to step on 3.11 before 3.12. 3.12 is very early version of next cpython. |
|
functools is updated by #5078. threading is not. |
65694b0 to
2e19981
Compare
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
functools, threading lib and tests from CPython 3.12.0a0threading lib and tests from CPython 3.12.0a0
2e19981 to
aa40898
Compare
* Update threading.py from CPython v3.12.0a0 * Update test_threading.py from CPython v3.12.0a0 * mark failing tests --------- Co-authored-by: Jeong YunWon <[email protected]>
* Update threading.py from CPython v3.12.0a0 * Update test_threading.py from CPython v3.12.0a0 * mark failing tests --------- Co-authored-by: Jeong YunWon <[email protected]>
* Update threading.py from CPython v3.12.0a0 * Update test_threading.py from CPython v3.12.0a0 * mark failing tests --------- Co-authored-by: Jeong YunWon <[email protected]>
Related links
bpo-46014: Add ability to use typing.Union with singledispatch python/cpython#30017
Python documentation