Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • N nautilus-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • nautilus-python
  • Merge requests
  • !5

Fix Python 3.8 compatibility

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged stratakis requested to merge stratakis/nautilus-python:py38 into master Jun 10, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

From Python 3.8 and onwards C extensions are no longer linked to libpython so in order to embed python within an application the --embed flag needs to be added to python3-config --libs. A fall back is provided as the command will error out on previous python versions.

References: https://bugs.python.org/issue36721

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: py38