Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

`sys.stdout` has no attribute `buffer`

未關閉
#786 3 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
38/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
jupyter-notebook, python

研究方向

首先,使用 Python 3.9.6 和 ipykernel 6.4.1 在 Jupyter Notebook 中重現回報的表達式。檢查用於 sys.stdout 的 OutStream 物件,並將其與標準 Python 串流進行比較;當 sys.stdout.buffer 的預期行為確立並由回歸測試涵蓋時即完成。

由索引模型根據 Issue 內容生成。

描述

If I run

import sys
sys.stdout.buffer

in a Python or a IPython shell, it works fine:

In [1]: import sys

In [2]: sys.stdout.buffer
Out[2]: <_io.BufferedWriter name='<stdout>'>

However, when running in a Jupyter Notebook, I get:

AttributeError                            Traceback (most recent call last)
/var/folders/hp/166tdb592211tp23nb_rgmqw0000gp/T/ipykernel_3131/3028238189.py in <module>
----> 1 sys.stdout.buffer

AttributeError: 'OutStream' object has no attribute 'buffer'

Some diagnostics:

$ pip freeze | grep ipykernel
ipykernel==6.4.1
$ python --version
Python 3.9.6

Noticed when looking into https://github.com/psf/black/issues/2516

主要語言
Python
星號
734
分支
411
平均合併
1 天 2 小時
30 天內合併 PR
9

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

ipython/ipykernel 的其他 Issue

查看 ipython/ipykernel 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。