Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 697
    • Issues 697
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !614

Remove an unneeded call into OpenSSL

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bitbucket Importer requested to merge branch/alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011 into branch/py3.6 May 16, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created originally on Bitbucket by alex_gaynor (Alex Gaynor)

Remove an unneeded call into OpenSSL

This call doesn't do anything, on every version of OpenSSL going back to forever the call to ERR_clear_error() calls ERR_get_state(), so it's always been a no-op.

Same change for CPython: https://github.com/python/cpython/pull/6887

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011