[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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

bpo-41300: IDLE - save files with non-ascii chars #21512

Merged
merged 3 commits into from Jul 16, 2020

Conversation

Copy link
Member

terryjreedy commented Jul 16, 2020

Fix regression released in 3.9.0b4 and 3.8.4.

https://bugs.python.org/issue41300

terryjreedy self-assigned this Jul 16, 2020
terryjreedy merged commit 38d3864 into python:master Jul 16, 2020
4 checks passed
Copy link
Contributor

miss-islington commented Jul 16, 2020

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖

terryjreedy deleted the io branch Jul 16, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 16, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
(cherry picked from commit 38d3864)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link

bedevere-bot commented Jul 16, 2020

GH-21513 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 16, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
(cherry picked from commit 38d3864)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link

bedevere-bot commented Jul 16, 2020

GH-21514 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jul 16, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
(cherry picked from commit 38d3864)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Jul 16, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
(cherry picked from commit 38d3864)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link

bedevere-bot commented Jul 16, 2020

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

Hi! The buildbot AMD64 FreeBSD Shared 3.9 has failed when building commit 5a7aa28.

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/720/builds/179) and take a look at the build logs.
  4. Check if the failure is related to this commit (5a7aa28) 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/720/builds/179

Failed tests:

  • test_asyncio

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.9.koobs-freebsd-564d/build/Lib/test/test_asyncio/test_tasks.py", line 3482, in test_run_coroutine_threadsafe_with_timeout
    self.loop.run_until_complete(future)
AssertionError: TimeoutError not raised

Copy link
Member Author

terryjreedy commented Jul 16, 2020

False positive due to time out after 25 min.
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... *** Error code 1

arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 4, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 20, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Fix regression released in 3.9.0b4 and 3.8.4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants