Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L ligo-segments
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lscsoft
  • ligo-segments
  • Merge requests
  • !24

Do not set tp_print for Python 3.9

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Leo P. Singer requested to merge leo-singer/ligo-segments:python39-tp-print into master Nov 05, 2020
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

Python 3.9 dropped tp_print. This fixes the following compilation error:

src/segments.c:119:24: error: no member named 'tp_print' in 'struct _typeobject'
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: python39-tp-print