tempfile mkstemp() leaks file descriptors if os.close() is not called
オープン
まだ誰も着手していません。
3.8 (EOL)
docs
stdlib
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 42830 |
|---|---|
| Nosy | @srinivasreddy, @akulakov, @StillSubjectToChange |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-01-05.11:28:47.432>
labels = ['3.8', 'library', 'performance']
title = 'tempfile mkstemp() leaks file descriptors if os.close() is not called'
updated_at = <Date 2021-07-09.20:49:19.364>
user = 'https://bugs.python.org/mieczyslawtorchala'
bugs.python.org fields:
activity = <Date 2021-07-09.20:49:19.364>
actor = 'andrei.avk'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-01-05.11:28:47.432>
creator = 'mieczyslaw.torchala'
dependencies = []
files = []
hgrepos = []
issue_num = 42830
keywords = ['patch']
message_count = 8.0
messages = ['384384', '385850', '385898', '397180', '397185', '397209', '397218', '397221']
nosy_count = 4.0
nosy_names = ['thatiparthy', 'andrei.avk', 'mieczyslaw.torchala', 'StillSubjectToChange']
pr_nums = ['27075']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue42830'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず tempfile.mkstemp()、os.close() との相互作用、および PR #27075 を確認してください。ファイルディスクリプタの意図された所有権を確認し、既存の issue の議論と pull request を使用して、受け入れられた動作と完了基準を判断してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- operating-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100