Updated the urllib + http libraries + test libraries - #6672
Conversation
3569649 to
b35d242
Compare
| # TODO: RUSTPYTHON; Currently, __new__ is not treated specially in __dict__ | ||
| # new_member = __new__.__func__ |
There was a problem hiding this comment.
what happens without this patch?
There was a problem hiding this comment.
Whoops! That error was why I added #6658. Now that it's resolved, it should be good to uncomment. I'll give it a shot after I finish testing asyncio
aa54aa7 to
86edf1d
Compare
There was a problem hiding this comment.
I think changes of this file can be in their own PR
ac5387b to
b44d087
Compare
|
Code has been automatically formatted The code in this PR has been formatted using git pull origin update_urllib_http |
bffcbf9 to
9119a2f
Compare
fanninpm
left a comment
There was a problem hiding this comment.
In addition to these in-line comments, I was wondering if the tests currently marked with this:
@unittest.skipIf(os.name == 'nt', 'TODO: RUSTPYTHON; ValueError: illegal environment variable name')…could be replaced with this:
@unittest.expectedFailureIfWindows('TODO: RUSTPYTHON; ValueError: illegal environment variable name')f36bb4c to
d1c7bc3
Compare
b1c8a36 to
2d63721
Compare
There was a problem hiding this comment.
this is interesting that this update fixes a lot of other tests but broken this one.

No description provided.