| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
contextlib seemed to related to contextlib.py version.
so this patch is fully fixing the with changes in 3.11. right?
Sorry, something went wrong.
|
@youknowone I'm going to replace contextlib.py and test again. |
Sorry, something went wrong.
This patch does not cover all cases of `test_contextlib.py` `bytecode::Instruction::SetupWith` and `BeforeAsyncWith` raise a TypeError instead of an AttributeError. Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
|
@youknowone #4659 fixed 3 tests in text_conextlib.py and this patch fixed 2 tests. However, there are still expectedFailures that were added during updating test_contextlib.py and contextlib.py. |
Sorry, something went wrong.
|
at least, they are not regressions ;) |
Sorry, something went wrong.
|
Thank you for contributing! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This patch does not cover all cases of test_contextlib.py
bytecode::Instruction::SetupWith and BeforeAsyncWith raise a TypeError instead of an AttributeError.
It relates to #4650