Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-99352: ExportHTTPSHandler fromurllib.request#103688

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
arhadthedev wants to merge1 commit intopython:mainfromarhadthedev:gh-99352

Conversation

@arhadthedev
Copy link
Member

@arhadthedevarhadthedev commentedApr 22, 2023
edited by bedevere-bot
Loading

Fixes a builbot failure due togh-99353 importing previously unexportedurllib.request.HTTPSHandler into a test:

test test_urllib2 crashed -- Traceback (most recent call last):  File "/home/buildbot/buildarea/pull_request.cstratak-RHEL7-x86_64/build/Lib/test/libregrtest/runtest.py", line 360, in _runtest_inner    refleak = _runtest_inner2(ns, test_name)              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/home/buildbot/buildarea/pull_request.cstratak-RHEL7-x86_64/build/Lib/test/libregrtest/runtest.py", line 300, in _runtest_inner2    the_module = importlib.import_module(abstest)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/home/buildbot/buildarea/pull_request.cstratak-RHEL7-x86_64/build/Lib/importlib/__init__.py", line 124, in import_module    return _bootstrap._gcd_import(name[level:], package, level)           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "<frozen importlib._bootstrap>", line 1332, in _gcd_import  File "<frozen importlib._bootstrap>", line 1305, in _find_and_load  File "<frozen importlib._bootstrap>", line 1276, in _find_and_load_unlocked  File "<frozen importlib._bootstrap>", line 841, in _load_unlocked  File "<frozen importlib._bootstrap_external>", line 1025, in exec_module  File "<frozen importlib._bootstrap>", line 400, in _call_with_frames_removed  File "/home/buildbot/buildarea/pull_request.cstratak-RHEL7-x86_64/build/Lib/test/test_urllib2.py", line 527, in <module>    class MockHTTPSHandler(urllib.request.HTTPSHandler):                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: module 'urllib.request' has no attribute 'HTTPSHandler'. Did you mean: 'HTTPHandler'?

I've met this error in#19474 (comment).

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@arhadthedev for commita9b31ab 🤖

If you want to schedule another build, you need to add the🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelApr 22, 2023
@arhadthedev
Copy link
MemberAuthor

#19474 (comment)

@arhadthedevarhadthedev deleted the gh-99352 branchApril 22, 2023 19:07
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@arhadthedev@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp