Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-python gst-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-pythongst-python
  • Repository
Switch branch/tag
  • gst-python
  • gi
  • overrides
  • gstmodule.c
Find file BlameHistoryPermalink
  • Thibault Saunier's avatar
    python: Avoid treating float as int · 434dd80c
    Thibault Saunier authored Nov 16, 2021 and Tim-Philipp Müller's avatar Tim-Philipp Müller committed Nov 20, 2021
    Since python 3.10 implicit conversion to integers using `__int__` as
    been completely removed (was deprecated behavior in 3.9) so we need
    to cleanly handle it now.
    
    See https://gitlab.gnome.org/GNOME/pitivi/-/issues/2589
    
    Part-of: <!46>
    434dd80c

Replace gstmodule.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.