▽no title ●04/14 17:40 2024-04-12 Python 3.12の新機能(その7) PEP 709: 内包式のインライン化Python3.0以降では、リスト内包でエラーが発生すると、トレースバックに <listcomp> という不思議な関数名が表示されることがありました。>>> def func(): ... [1/0 for i in range(10)] ... >>> f() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<stdin>", line 2, in func File "<stdin>", line 2, in <listcomp> ZeroDivisionError: diすべて表示 ...
▽blog.bulknews.net ●12/16 12:39 403 Access Denied! You are not authorized to access this GitHub Pages site. If this is your site, make sure you are logged into GitHub with an account that has at least read access to the repository it was published from. Read the full documentation for more information about using GitHub Pages. GitHub Status — @githubstatus