Skip to content

Fix "functions should not be declared inline" Cython warnings #23771

@jdemeyer

Description

@jdemeyer

We fix these Cython warnings either by

  1. Removing inline for the declaration in the .pxd file

  2. or, not declaring the function in the .pxd file at all (in case the function is never used outside of the module defining it).

Component: cython

Author: Jeroen Demeyer

Branch/Commit: 65abd9d

Reviewer: Vincent Delecroix

Issue created by migration from https://trac.sagemath.org/ticket/23771

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions