Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 652
    • Issues 652
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • Wiki
  • Python 3.8 status

Python 3.8 status · Changes

Page history
several tests pass now authored Aug 09, 2021 by Carl Friedrich Bolz-Tereick's avatar Carl Friedrich Bolz-Tereick
Hide whitespace changes
Inline Side-by-side
Python-3.8-status.md
View page @ 0e315ed5
......@@ -3,7 +3,6 @@
## easy (eg error messages)
* ``test_typing``
* ``test_dictcomps``
* ``test_mmap``
* ``test_pyexpat``
* ``test_struct``
......@@ -11,26 +10,21 @@
* `test_code`: different flags, investigate and maybe adapt the test
* `test_coroutines`
* `test_ctypes`: the don't import atm, should be fixed as a first step
* `test_dictcomps`
* `test_eof`: should be skipped, I like pypy's more :wink:
* `test_extcall`: msg (cpython's is nicer)
* `test_file`: missing warning
* `test_frozen`: skip?
* `test_generators`: TypeError vs AttributeError (isidentical: it seems like pypy is correct)
* `test_genexps`: msg
* `test_mmap`: error message, a return value
* `test_peepholer`: a missing peepholer case, should be straightforward
* `test_positional_only_arg`: pypy has nicer messages, skip?
* `test_import`: messages
## harder
* ``test_marshal``: some interning silliness for old marshal versions, maybe we don't care?
* passing a feature_version that is not -1 to ast.parse
* ``test_asyncgen``: awaiting the same coroutine twice doesn't give an error
* `test_audit`: various audit hook calls are missing
* `test_bdb`: different trace events, some seem to come from structseq, those should be hidden maybe?
* `test_builtin`: some top-level await problem
* `test_call`: vectorcall problems
* `test_capi`: buildvalue segfault?
* `test_class`: error messages, some hashing problem?
......@@ -87,8 +81,6 @@
* `test_threaded_import`
* `test_timeit`
* `test_type_comments`
* `test_typing`
* `test_unittest`
* `test_utf8_mode`
* `test_venv`
......
Clone repository
  • Adventures in cpyext compatibility (ended)
  • Analysing lib python errors
  • CrypticErrorMessages
  • Darling macOS emulator
  • GSOC 2013
  • GSOC 2014
  • Home
  • How to run lib python tests
  • JitFriendliness
  • PyPy on windows in VS Code
  • Python 3.8 status
  • RPython 3 considerations
  • Speeding up cpyext
  • Status of PyPy3 support for 3.6
  • TestSuiteFailures
View All Pages