<?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>ProcessPoolExecutor on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/processpoolexecutor/</link><description>Recent content in ProcessPoolExecutor on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Sat, 25 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/processpoolexecutor/index.xml" rel="self" type="application/rss+xml"/><item><title>Python concurrent.futures Executor.map: 하나의 작업이 예외를 던지면 나머지 결과가 사라지는 문제</title><link>https://tokkabi.com/posts/concurrentfutures-executormap-cancels-other-futures-when-one/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/concurrentfutures-executormap-cancels-other-futures-when-one/</guid><description>Python의 concurrent.futures.Executor.map은 병렬 작업 중 하나가 예외를 던지면 결과 반복자가 종료되어 나머지 작업의 결과를 얻을 수 없습니다. 내장 map과 다른 동작입니다. 근본 원인과 회피 방법, 공식 수정(3.16)까지 정리합니다.</description></item></channel></rss>