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-101100: Resolve reference warnings in whatsnew/3.7.rst #138410

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
hugovk merged 1 commit into python:main from AA-Turner:docs/refwarn/whatsnew-3.7
Sep 3, 2025

Conversation

Copy link
Member

@AA-Turner AA-Turner commented Sep 2, 2025
edited by github-actions bot
Loading

@AA-Turner AA-Turner added the needs backport to 3.13 bugs and security fixes label Sep 2, 2025
@AA-Turner AA-Turner added the needs backport to 3.14 bugs and security fixes label Sep 2, 2025
@hugovk hugovk merged commit dd86fb4 into python:main Sep 3, 2025
42 checks passed
Copy link

Thanks @AA-Turner for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 3, 2025
...onGH-138410)
Resolve reference warnings in whatsnew/3.7.rst
(cherry picked from commit dd86fb4)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 3, 2025
...onGH-138410)
Resolve reference warnings in whatsnew/3.7.rst
(cherry picked from commit dd86fb4)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Copy link

bedevere-app bot commented Sep 3, 2025

GH-138423 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Sep 3, 2025
Copy link

bedevere-app bot commented Sep 3, 2025

GH-138424 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 3, 2025
hugovk pushed a commit that referenced this pull request Sep 3, 2025
...138410) (#138423)
GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410)
Resolve reference warnings in whatsnew/3.7.rst
(cherry picked from commit dd86fb4)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
hugovk pushed a commit that referenced this pull request Sep 3, 2025
...138410) (#138424)
GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410)
Resolve reference warnings in whatsnew/3.7.rst
(cherry picked from commit dd86fb4)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Copy link

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

Hi! The buildbot s390x RHEL8 Refleaks 3.x (tier-3) has failed when building commit dd86fb4.

What do you need to do:

  1. Don't panic.
  2. Check the 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/75/builds/3272) and take a look at the build logs.
  4. Check if the failure is related to this commit (dd86fb4) 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/75/builds/3272

Failed tests:

  • test.test_multiprocessing_fork.test_processes

Failed subtests:

  • test_interrupt - test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt

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

==

Click to see traceback logs
Traceback (most recent call last):
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
 self.run()
 ~~~~~~~~^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run
 self._target(*self._args, **self._kwargs)
 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 523, in _sleep_some_event
 event.set()
 ~~~~~~~~~^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 344, in set
 with self._cond:
 ^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 242, in __exit__
 return self._lock.__exit__(*args)
 ~~~~~~~~~~~~~~~~~~~^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 100, in __exit__
 return self._semlock.__exit__(*args)
 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
 self.run()
 ~~~~~~~~^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run
 self._target(*self._args, **self._kwargs)
 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 524, in _sleep_some_event
 time.sleep(100)
 ~~~~~~~~~~^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/contextlib.py", line 85, in inner
 return func(*args, **kwds)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 596, in test_interrupt
 exitcode = self._kill_process(multiprocessing.Process.interrupt)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/contextlib.py", line 85, in inner
 return func(*args, **kwds)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 577, in _kill_process
 self.assertEqual(join(), None)
 ~~~~^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__
 return self.func(*args, **kwds)
 ~~~~~~~~~^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
 res = self._popen.wait(timeout)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
 return self.poll(os.WNOHANG if timeout == 0.0 else 0)
 ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
 pid, sts = os.waitpid(self.pid, flag)
 ~~~~~~~~~~^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 573, in handler
 raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-541' pid=2004342 parent=1999454 started daemon>
Traceback (most recent call last):
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/contextlib.py", line 85, in inner
 return func(*args, **kwds)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 596, in test_interrupt
 exitcode = self._kill_process(multiprocessing.Process.interrupt)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/contextlib.py", line 85, in inner
 return func(*args, **kwds)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 577, in _kill_process
 self.assertEqual(join(), None)
 ~~~~^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__
 return self.func(*args, **kwds)
 ~~~~~~~~~^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
 res = self._popen.wait(timeout)
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
 return self.poll(os.WNOHANG if timeout == 0.0 else 0)
 ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
 pid, sts = os.waitpid(self.pid, flag)
 ~~~~~~~~~~^^^^^^^^^^^^^^^^
 File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 573, in handler
 raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-5' pid=2022824 parent=2022818 started daemon>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@gpshead gpshead gpshead approved these changes

@picnixz picnixz Awaiting requested review from picnixz picnixz is a code owner

@willingc willingc Awaiting requested review from willingc willingc is a code owner

@hugovk hugovk Awaiting requested review from hugovk hugovk is a code owner

Assignees
No one assigned
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /