Skip to content

fix: resolve mypyc compilation bugs and runtime segfaults#401

Open
cofin wants to merge 5 commits intomainfrom
fix/bugs-n-stuff
Open

fix: resolve mypyc compilation bugs and runtime segfaults#401
cofin wants to merge 5 commits intomainfrom
fix/bugs-n-stuff

Conversation

@cofin
Copy link
Member

@cofin cofin commented Mar 23, 2026

  • Refactored Async Iterators: Implemented a stable pattern for async iterators in that avoids fragile mypyc coroutine state machines by returning Futures from synchronous methods.
  • Removed Unstable Destructors: Eliminated methods causing C-level race conditions during GC.
  • Psycopg Type Safety: Added shims for , , and in to resolve pyright errors and name collisions.
  • Path Resolution Fix: Corrected to handle identical path/base_path cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant