Skip to content

Use fused types to avoid tempita #22411

Closed
@jbrockmendel

Description

@jbrockmendel

A lot of the cython code is templated to avoid duplication, but is not especially readable (see anything in _libs with filename ending in ".pxi.in").

AFAICT we can use fused types and cython will internally generate all of the relevant functions. If this understanding is correct, the code can be made a lot friendlier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InternalsRelated to non-user accessible pandas implementationRefactorInternal refactoring of code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions