Bug 270534
| Summary: | REGRESSION(275690@main): [webkitpy][Win] NameError: name '_winreg' is not defined | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | Tools / Tests | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 270561 | ||
| Bug Blocks: | |||
Fujii Hironori
After 275690@main bug#270475, WinCairo tester buildbots are broken.
> NameError: name '_winreg' is not defined
Buildbot: builder WinCairo-64-bit-Release-Tests build 3743
https://build.webkit.org/#/builders/728/builds/3743
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/25498
EWS
Committed 275706@main (e6fda5d30717): <https://commits.webkit.org/275706@main>
Reviewed commits have been landed. Closing PR #25498 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/124089063>
WebKit Commit Bot
Re-opened since this is blocked by bug 270561
Fujii Hironori
35.3. _winreg — Windows registry access — Python 2.7.18 documentation
https://docs.python.org/2.7/library/_winreg.html
> Note The _winreg module has been renamed to winreg in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/25700
EWS
Committed 275901@main (2e18c746deb2): <https://commits.webkit.org/275901@main>
Reviewed commits have been landed. Closing PR #25700 and removing active labels.