Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 674
    • Issues 674
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Merge requests
  • !388

pypy/interpreter test fixes for 3.3 branch

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Bitbucket Importer requested to merge bitbucket/declined-pr-388 into branch/py3.3 Jan 10, 2016
  • Overview 7
  • Commits 0
  • Changes 0

Created originally on Bitbucket by pconnell (Phil Connell)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

Some easy test fixes.

Pickling still has problems with several types and test_pyc_commandline_argument may fail for environmental reasons (magic number disagreements). Apart from those, all of the pypy/interpreter tests are passing.

  • Trivial fix for pycode.dump test

    Also add an extra check to verify that the MAKE_FUNCTION opcode actually does the right thing with kw-only args with defaults!

  • Fix qualname of classes with non-ascii identifiers

  • Fix for running .pyc file as main

    test_pyc_commandline_argument still fails due to wrong magic number in generated bytecode (CPython vs. PyPy default?)

  • Fix buffered stdout test

    Expected that stderr output is unbuffered and thus appears first

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bitbucket/declined-pr-388