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 653
    • Issues 653
    • 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

This instance will be upgraded to Heptapod 0.31.0 (final) on 2022-05-24 at 14:00 UTC+2 (a few minutes of down time)

  • PyPy
  • pypypypy
  • Wiki
  • Python 3.8 status

Python 3.8 status · Changes

Page history
Update Python 3.8 status: start looking into failures a tiny bit authored Jun 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 @ 46eef642
...@@ -41,4 +41,20 @@ The missing attributes (by grepping for `AttributeError`) are ...@@ -41,4 +41,20 @@ The missing attributes (by grepping for `AttributeError`) are
15 AttributeError: 'arg' object has no attribute 'type_comment' 15 AttributeError: 'arg' object has no attribute 'type_comment'
16 AttributeError: module 'sys' has no attribute '_base_executable' 16 AttributeError: module 'sys' has no attribute '_base_executable'
18 AttributeError: module '_testcapi' has no attribute 'DecodeLocaleEx' 18 AttributeError: module '_testcapi' has no attribute 'DecodeLocaleEx'
``` ```
\ No newline at end of file
# Some individual notes per test file
## easy (eg error messages)
* ``test_typing``
* ``test_dictcomps``
* ``test_mmap``
* ``test_pyexpat``
* ``test_struct``
## harder
* ``test_tuple``: tuple hashing works differently now, might make sense to follow CPython
* ``test_unicode``, ``test_userstring``: ``.capitalize()`` bugs!
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