fileinput.input(path, inplace=True) crashes for valid filename with 252-255 characters

オープン
#90,123 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
cli

調査の方向性

long_filename_passed_to_fileinput.ipynb を開き、252–255 文字の有効なファイル名を使って fileinput.input(path, inplace=True) 経由で失敗を再現します。fileinput.input のエントリーポイントを追跡して失敗している動作を特定します。これらのファイル名でクラッシュしなくなり、Notebook の例に対して動作を検証できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

stdlib type-feature
BPO 45965
Nosy @jamilraichouni
Files
  • long_filename_passed_to_fileinput.ipynb: Example Jupyter notebook showcasing that fileinput cannot handle a valid file
  • 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-12-02.15:46:58.990>
    labels = ['type-feature', 'library', '3.10']
    title = 'fileinput.input(path, inplace=True) crashes for valid filename with 252-255 characters'
    updated_at = <Date 2021-12-02.15:46:58.990>
    user = 'https://github.com/jamilraichouni'
    

    bugs.python.org fields:

    activity = <Date 2021-12-02.15:46:58.990>
    actor = 'jamil.raichouni'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2021-12-02.15:46:58.990>
    creator = 'jamil.raichouni'
    dependencies = []
    files = ['50471']
    hgrepos = []
    issue_num = 45965
    keywords = []
    message_count = 1.0
    messages = ['407534']
    nosy_count = 1.0
    nosy_names = ['jamil.raichouni']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue45965'
    versions = ['Python 3.10']
    

    主要言語
    Python
    スター
    77.2k
    フォーク
    36k
    平均マージ
    1日 9時間
    マージ済み PR(30日)
    558

    コントリビューションガイド

    コントリビューションガイドを開く

    はじめの一歩

    1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
    2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
    3. リポジトリをフォークし、ブランチを切って変更します。
    4. issue 番号を参照したプルリクエストを送ります。

    python/cpython のほかの issue

    python/cpython の issue をすべて見る

    似ている issue

    Python の issue をもっと見る

    新しい issue をメールで受け取る

    初心者向けの GitHub issue を短くまとめたダイジェスト。