Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-08-24 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-23 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-22 | 0 | 1 | 0 | 1 | 0 |
| 2026-08-21 | 1 | 0 | 0 | 0 | 1 |
| 2026-08-20 | 0 | 0 | 0 | 2 | 2 |
| 2026-08-19 | 0 | 0 | 3 | 5 | 2 |
| 2026-08-18 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-17 | 0 | 1 | 1 | 4 | 1 |
| 2026-08-16 | 2 | 0 | 1 | 1 | 2 |
| 2026-08-15 | 2 | 0 | 1 | 1 | 3 |
| 2026-08-14 | 2 | 0 | 0 | 41 | 10 |
| 2026-08-13 | 6 | 6 | 10 | 28 | 4 |
| 2026-08-12 | 13 | 18 | 23 | 48 | 13 |
| 2026-08-11 | 2 | 0 | 0 | 0 | 3 |
Opened: 1
Closed: 1
Comments: 3
Events: 8
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#732 Panic: `resume_with_resolved_futures` assert — no pending calls and no ready tasks Opened 11 days ago | samuelcolvin | closed - completed | bug security | 0 | 0 | 2 days ago |
#766 Support `str.format` Opened 3 days ago | davidhewitt | open | No labels | 0 | 0 | 3 days ago |
#150 add support for time and datetime? Opened 6 months ago | zhcn000000 | open - reopened | No labels | 6 | 0 | 4 days ago |
#742 WebSocket clients never send `Reset`, so a remote server can never reuse a worker after a clean session end Opened 10 days ago | samuelcolvin | open | No labels | 2 | 0 | 5 days ago |
#387 Remove Experimental badge Opened 4 months ago | rsr5 | open | No labels | 13 | 2 | 5 days ago |
#649 CREATED BY CLAUDE: stack overflow (SIGABRT) from unbounded `handle_exception` recursion on deep async task chains Opened 21 days ago | samuelcolvin | closed - completed | security | 1 | 0 | 7 days ago |
#739 Support common CPython JSON-to-file idiom: json.dumps(default=...) and Path.write_text(encoding=...) Opened 11 days ago | vatsal-korman | open | No labels | 4 | 4 | 7 days ago |
#754 Monty worker panics on lambda capturing comprehension target in nested list comprehension Opened 8 days ago | 15r10nk | open | No labels | 1 | 0 | 8 days ago |
#755 Class-body comprehensions resolve names from class scope instead of global scope Opened 8 days ago | 15r10nk | open | No labels | 0 | 0 | 8 days ago |
#753 Dict/set lookup calls the queried key's `__eq__` instead of the stored key's — membership and `d[k]` disagree with CPython when colliding keys' `__eq__` differ Opened 9 days ago | gusfraser | open | No labels | 0 | 0 | 9 days ago |
#729 Container mutation from a guest `__eq__`/`__hash__` panics the worker: stale index used after the callback (list, deque, dict, set) Opened 12 days ago | qng95 | open | bug security | 5 | 2 | 9 days ago |
#752 v0.0.20/v0.0.21 do not build: ruff 0.0.3 crates pin compact_str 0.9 but get-size2 0.10.3 implements GetSize only for compact_str 0.10 Opened 9 days ago | w0wl0lxd | open | No labels | 0 | 0 | 9 days ago |
#744 V1 Roadmap Opened 10 days ago | samuelcolvin | open | No labels | 0 | 0 | 10 days ago |
#717 Type-checker span-offset underflow crashes the worker when `script_name` == `repl_type_stubs.pyi` Opened 12 days ago | samuelcolvin | open | bug security | 0 | 0 | 10 days ago |
#440 Stack overflow protection Opened 3 months ago | davidhewitt | open | security | 1 | 0 | 10 days ago |
#700 list(islice(<genexp over infinite iterator>, n)) preallocates the clamped 16 MiB and aborts the worker instead of raising MemoryError Opened 15 days ago | YIatridis | open | security | 2 | 0 | 10 days ago |
#698 Announcing a suspension costs extra copies of its payload, so a large host-call argument can exceed max_memory Opened 15 days ago | samuelcolvin | open | No labels | 2 | 0 | 11 days ago |
#711 Stale `pending_os_effect` after a rejected sort-key callback corrupts unrelated results Opened 12 days ago | samuelcolvin | closed - completed | No labels | 0 | 0 | 11 days ago |
#736 Add a max_suspensions limit to ResourceLimits Opened 11 days ago | samuelcolvin | open | security | 0 | 0 | 11 days ago |
#734 Debounce print output in the worker: parent-side cost is per `print()` call, not per byte Opened 11 days ago | samuelcolvin | open | security | 0 | 0 | 11 days ago |
#731 Panic: `list.remove(x)` removes by a stale index when the matching `__eq__` mutates the list Opened 11 days ago | samuelcolvin | closed - not_planned | bug | 1 | 0 | 11 days ago |
#730 Panic: list/deque comparison indexes the other operand with a stale index when an element `__eq__` mutates it Opened 11 days ago | samuelcolvin | closed - not_planned | bug | 1 | 0 | 11 days ago |
#716 Panic: deque.index/count/remove with an `__eq__` that mutates the deque (stale length → out of bounds) Opened 12 days ago | samuelcolvin | closed - not_planned | bug | 2 | 0 | 11 days ago |
#715 Panic: dict assignment with a key whose `__eq__` clears the dict (stale index → out of bounds) Opened 12 days ago | samuelcolvin | closed - not_planned | bug | 2 | 0 | 11 days ago |
#534 limits dict silently ignores unknown/misspelled keys, disabling the intended cap Opened 2 months ago | fugu-ai | closed - completed | No labels | 4 | 0 | 11 days ago |