Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,065
    • Issues 1,065
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Core
  • Tor
  • Issues
  • #26372

Closed
Open
Opened Jun 14, 2018 by Nick Mathewson@nickm🐭Owner

Search for python3 with a better list of names.

Right now we search with:

AC_CHECK_PROGS(PYTHON, [python python2 python2.7 python3 python3.3])

But we'd like to prefer python3, and we'd like to prefer more recent versions. Ben McGinnes, who reported this bug, recommends

AC_CHECK_PROGS(PYTHON, [python3.6 python3.5 python3.4 python3.3 python3 python2.7 python2])

As an alternative, he suggests that we have a look at the GPGME Python binding M4 files, modulo license issues.

Personally, I'm thinking we'd like something like "python3, then known python3.x versions in descending order, then python, then python2, then python 2.7".

Having typed this ticket out, "Python" no longer looks like a word to me.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.3.4.x-final
Milestone
Tor: 0.3.4.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/core/tor#26372