<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Asyncio on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/asyncio/</link><description>Recent content in Asyncio on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.7</generator><language>ko</language><lastBuildDate>Tue, 01 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/asyncio/index.xml" rel="self" type="application/rss+xml"/><item><title>asyncio.print_call_graph()가 완료된 태스크에서 AttributeError를 던지는 이유</title><link>https://tokkabi.com/posts/asyncio-print-call-graph-attributeerror-finished-task/</link><pubDate>Tue, 01 Sep 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/asyncio-print-call-graph-attributeerror-finished-task/</guid><description>완료된 코루틴에서 asyncio.print_call_graph()가 &amp;#39;AttributeError: NoneType object has no attribute f_generator&amp;#39;를 던지는 버그를 근본 원인부터 추적한다. 완료된 코루틴의 cr_frame이 None이 될 수 있는데 이를 검사하지 않는 것이 원인이며, None 체크 추가로 해결할 수 있다.</description></item></channel></rss>