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-127732: Add Windows Server 2025 toplatform.py detection#127733

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

Merged
zooba merged 4 commits intopython:mainfromWulian233:server2025
Dec 9, 2024

Conversation

@Wulian233
Copy link
Contributor

@Wulian233Wulian233 commentedDec 8, 2024
edited by bedevere-appbot
Loading

fgt1t5y and Wulian233 reacted with thumbs up emoji
@zoobazooba added OS-windows needs backport to 3.12only security fixes needs backport to 3.13bugs and security fixes labelsDec 9, 2024
@zoobazooba merged commit5eb7fd4 intopython:mainDec 9, 2024
44 checks passed
@miss-islington-app
Copy link

Thanks@Wulian233 for the PR, and@zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 9, 2024
…pythonGH-127733)(cherry picked from commit5eb7fd4)Co-authored-by: Wulian <1055917385@qq.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 9, 2024
…pythonGH-127733)(cherry picked from commit5eb7fd4)Co-authored-by: Wulian <1055917385@qq.com>
@bedevere-app
Copy link

GH-127762 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelDec 9, 2024
@bedevere-app
Copy link

GH-127763 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 9, 2024
zooba pushed a commit that referenced this pull requestDec 9, 2024
…27733)(cherry picked from commit5eb7fd4)Co-authored-by: Wulian <1055917385@qq.com>
zooba pushed a commit that referenced this pull requestDec 9, 2024
…27733)(cherry picked from commit5eb7fd4)Co-authored-by: Wulian <1055917385@qq.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotARM64 macOS 3.12 has failed when building commitfa93522.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1206/builds/1344) and take a look at the build logs.
  4. Check if the failure is related to this commit (fa93522) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1206/builds/1344

Failed tests:

  • test.test_multiprocessing_spawn.test_processes

Failed subtests:

  • test_repr_rlock - test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/_test_multiprocessing.py", line1479, intest_repr_rlockself.assertEqual('<RLock(SomeOtherThread, nonzero)>',repr(lock))AssertionError:'<RLock(SomeOtherThread, nonzero)>' != '<RLock(None, 0)>'- <RLock(SomeOtherThread, nonzero)>+ <RLock(None, 0)>Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/threading.py", line1075, in_bootstrap_innerself.run()  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_poplib.py", line235, inrun    asyncore.loop(timeout=0.1,count=1)  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line213, inloop    poll_fun(timeout,map)  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line156, inpoll    read(obj)  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line93, inread    obj.handle_error()  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line89, inread    obj.handle_read_event()  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line426, inhandle_read_eventself.handle_read()  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_poplib.py", line203, inhandle_read    asynchat.async_chat.handle_read(self)  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asynchat.py", line128, inhandle_readself.handle_error()  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asynchat.py", line124, inhandle_read    data=self.recv(self.ac_in_buffer_size)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/asyncore.py", line377, inrecv    data=self.socket.recv(buffer_size)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/ssl.py", line1232, inrecvreturnself.read(buflen)^^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.12.pablogsal-macos-m1.macos-with-brew/build/Lib/ssl.py", line1105, inreadreturnself._sslobj.read(len)^^^^^^^^^^^^^^^^^^^^^^ssl.SSLError:[SYS] unknown error (_ssl.c:2570)k

@Wulian233Wulian233 deleted the server2025 branchDecember 10, 2024 10:14
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@hugovkhugovkhugovk left review comments

@zoobazoobazooba left review comments

@picnixzpicnixzpicnixz left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@Wulian233@bedevere-bot@hugovk@zooba@picnixz

[8]ページ先頭

©2009-2025 Movatter.jp