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

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
vstinner wants to merge1 commit intopython:masterfromvstinner:curses_temporaryfile
Closed

curses: use tempfile.TemporaryFile for get/putwin#53

vstinner wants to merge1 commit intopython:masterfromvstinner:curses_temporaryfile

Conversation

vstinner
Copy link
Member

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.

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
Copy link

codecovbot commentedFeb 12, 2017

Codecov Report

Merging#53 intomaster willdecrease coverage by-0.01%.
The diff coverage isn/a.

@@            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.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatec22bfaa...0701024. Read thecomment docs.

@tirantiran self-requested a reviewFebruary 21, 2017 14:44
@vstinner
Copy link
MemberAuthor

@tiran wrote a simpler fix, PR#235, which was merged. I abandon my change.

@vstinnervstinner deleted the curses_temporaryfile branchMarch 2, 2017 10:10
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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tirantiranAwaiting requested review from tiran

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@vstinner@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp