Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
curses: use tempfile.TemporaryFile for get/putwin#53
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
Closed
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
bpo-29176: getwin() and putwin() functions of the curses module nowuse tempfile.TemporaryFile instead of calling the C mkstemp()function to create a temporary file in a more portable and safermanner.
Codecov Report
@@ Coverage Diff @@## master #53 +/- ##==========================================- Coverage 82.37% 82.37% -0.01%========================================== Files 1427 1427 Lines 350948 350948 ==========================================- Hits 289093 289087 -6- Misses 61855 61861 +6 Continue to review full report at Codecov.
|
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
…annels- document, that the sender must notify the receiver of anend-of-iteration condition by sending a StopIteration exception.- document the return value of channel.send_sequence()- issuepython#53: document the behaviour of channel.close()- add another test case to test_chanel.https://bitbucket.org/stackless-dev/stackless/issues/78https://bitbucket.org/stackless-dev/stackless/issues/53(grafted from 38b6cdef017849134ee433c78d6daf168c1c01e2)
lazka added a commit to lazka/cpython that referenced this pull requestNov 10, 2021
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestNov 21, 2021
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJan 23, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestMar 8, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestMar 13, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestApr 22, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestApr 24, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestApr 24, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestApr 24, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestMay 17, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestMay 27, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestJun 6, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestJun 24, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestSep 22, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestDec 8, 2022
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestMar 2, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
isidentical pushed a commit to isidentical/cpython that referenced this pull requestMar 28, 2023
test_eof: Fix failed case `test_eof_with_line_continuation`
lazka added a commit to lazka/cpython that referenced this pull requestApr 7, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestApr 16, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 18, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 20, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 23, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 24, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull requestJun 25, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestJul 28, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestAug 27, 2023
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestFeb 10, 2024
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
lazka added a commit to lazka/cpython that referenced this pull requestAug 25, 2024
In case CC="ccache gcc" then subprocess would interpret it as one commandand fail to find it. Instead split the command line into separate arguments.Fixespython#53
This was referencedFeb 11, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bpo-29176: getwin() and putwin() functions of the curses module now
use tempfile.TemporaryFile instead of calling the C mkstemp()
function to create a temporary file in a more portable and safer
manner.