Why did my benchmark stop at N=22? A debugging story in nine bugs
A developer debugging the a2a-benchmark project discovered that a Python agent's benchmark stopped at N=22 due to a CPython 3.11 integer string conversion limit, which caused a silent crash. The fix r…