Skip to content

Fix a typo in a deprecation warning#24423

Merged
corona10 merged 1 commit intopython:masterfrom
ZackerySpytz:bpo-41282-distutils-warning-typo
Feb 5, 2021
Merged

Fix a typo in a deprecation warning#24423
corona10 merged 1 commit intopython:masterfrom
ZackerySpytz:bpo-41282-distutils-warning-typo

Conversation

@ZackerySpytz
Copy link
Contributor

There was a minor typo in the warning message in Lib/distutils/__init__.py.

@ZackerySpytz
Copy link
Contributor Author

This is a "skip issue" and "skip news" PR.

@corona10
Copy link
Member

corona10 commented Feb 3, 2021

@ZackerySpytz cc @vstinner

By the way, I've taken a look at your activity for a long time and it is a surprise that you don't have triage permission yet.
Can you send me a mail to discuss the new permission? (You can get my email address from my github profile)
Thanks!

Regards,
Dong-hee

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@corona10 corona10 self-assigned this Feb 3, 2021
@corona10 corona10 merged commit 4bb332c into python:master Feb 5, 2021
@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO + PGO 3.x has failed when building commit 4bb332c.

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/all/#builders/442/builds/1086) and take a look at the build logs.
  4. Check if the failure is related to this commit (4bb332c) 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/all/#builders/442/builds/1086

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

== Tests result: ENV CHANGED ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 38 sec
  • test_multiprocessing_spawn: 1 min 8 sec
  • test_multiprocessing_forkserver: 59.1 sec
  • test_multiprocessing_fork: 53.4 sec
  • test_signal: 47.6 sec
  • test_asyncio: 44.8 sec
  • test_io: 34.2 sec
  • test_imaplib: 32.3 sec
  • test_pydoc: 31.1 sec
  • test_faulthandler: 28.6 sec

1 test altered the execution environment:
test_asyncio

15 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

Total duration: 4 min 56 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/sslproto.py", line 321, in __del__
    self.close()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/sslproto.py", line 316, in close
    self._ssl_protocol._start_shutdown()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/sslproto.py", line 590, in _start_shutdown
    self._abort()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/sslproto.py", line 731, in _abort
    self._transport.abort()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/selector_events.py", line 680, in abort
    self._force_close(None)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/selector_events.py", line 731, in _force_close
    self._loop.call_soon(self._call_connection_lost, exc)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/base_events.py", line 745, in call_soon
    self._check_closed()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/asyncio/base_events.py", line 510, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants