Skip to content

Labels

Labels

  • area: aot

    kohebi-aot: whole-program analysis, sealing, Rust emission
  • area: build

    Workspace, CI, release, distribution
  • area: bytecode

    kohebi-bc: register bytecode, quickening, dis view
  • area: c-api

    kohebi-capi: CPython C-API emulation
  • area: cir

    kohebi-cir: the shared inline-cache IR and its four backends
  • area: compat

    CPython compatibility and divergences
  • area: concurrency

    Threads, no-GIL, async
  • area: design

    docs/spec and design decisions
  • area: hir

    kohebi-hir: lowering and the semantics definition
  • area: interop

    kohebi-abi, kohebi-pyo3-compat: two-way Rust interop
  • area: interpreter

    kohebi-interp: tier 0
  • area: jit

    kohebi-jit: tiers 1 and 2, deopt, OSR
  • area: memory

    Refcounting, GC, allocation, safepoints
  • area: object-model

    kohebi-core: values, shapes, collections, layout
  • area: parser

    kohebi-parse: lexer, parser, ast module
  • area: perf

    Speed and memory
  • area: stdlib

    kohebi-std and the pure-Python stdlib
  • area: testing

    kohebi-testing: differential testing, fuzzing, stress modes
  • area: tooling

    pdb, pytest, coverage, profilers, packaging
  • dependencies

    Pull requests that update a dependency file
  • github_actions

    Pull requests that update GitHub Actions code
  • good first issue

    Self-contained and a reasonable place to start
  • help wanted

    Expertise we do not have would make this much faster
  • kind: bug

    Behaviour that differs from CPython, crashes, or is wrong
  • kind: chore

    Build, CI, dependencies, housekeeping
  • kind: design

    A decision to be made, or a spec change
  • kind: docs

    Documentation only
  • kind: experiment

    Produces an answer and a writeup, not product code
  • kind: feature

    New capability
  • kind: milestone

    A milestone tracking issue, with a gate that can fail