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

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

  • PyPy
  • pypypypy
  • Wiki
  • Python 3.8 status

Python 3.8 status · Changes

Page history
Create Python 3.8 status authored Jun 09, 2021 by Matti Picus's avatar Matti Picus
Hide whitespace changes
Inline Side-by-side
Python-3.8-status.md 0 → 100644
View page @ ec21492d
# June 9 2021
Concentrating right now on the lib-python errors, and using the tips from [Analysing lib python errors](Analysing-lib-python-errors).
We have `{'Ran': 11221, 'failures': 503, 'errors': 567, 'skipped': 1414}`. When ranking the errors, the top 3 are
```
90 RuntimeError: There is no current event loop in thread 'MainThread'.
98 ModuleNotFoundError: No module named '_posixshmem'
228 RuntimeError: no running event loop
```
The missing attributes (by grepping for `AttributeError`) are
```
1 AttributeError: 'Attribute' object has no attribute 'end_col_offset'
1 AttributeError: 'BoolOp' object has no attribute 'end_lineno'
1 AttributeError: 'ClassDef' object has no attribute 'end_lineno'
1 AttributeError: 'FunctionDef' object has no attribute 'end_lineno'
1 AttributeError: 'function' object has no attribute '__objclass__'
1 AttributeError: 'ImportFrom' object has no attribute 'end_lineno'
1 AttributeError: 'ListComp' object has no attribute 'end_lineno'
1 AttributeError: module 'asyncio.futures' has no attribute '_CFuture'
1 AttributeError: module 'multiprocessing.managers' has no attribute 'SharedMemoryManager'
1 AttributeError: module 'signal' has no attribute 'raise_signal'
1 AttributeError: module 'sys' has no attribute 'getrefcount'
1 AttributeError: module '_testcapi' has no attribute 'bad_get'
1 AttributeError: 'NoneType' object has no attribute 'origin'
1 AttributeError: 'SSLContext' object has no attribute 'num_tickets'
1 AttributeError: 'Starred' object has no attribute 'end_lineno'
1 AttributeError: 'str' object has no attribute 'co_firstlineno'
1 AttributeError: unreadable attribute
1 AttributeError: 'While' object has no attribute 'end_lineno'
2 AttributeError: 'Assign' object has no attribute 'end_lineno'
2 AttributeError: 'BinOp' object has no attribute 'end_lineno'
2 AttributeError: cannot delete attribute
2 AttributeError: module 'socket' has no attribute 'if_nameindex'
2 AttributeError: 'NoneType' object has no attribute '_cancelled'
3 AttributeError: 'super' object has no attribute '_msg_callback'
4 AttributeError: 'NoneType' object has no attribute 'exc_type'
8 AttributeError: 'memoryview' object has no attribute 'toreadonly'
12 AttributeError: module '_testcapi' has no attribute 'EncodeLocaleEx'
15 AttributeError: 'arg' object has no attribute 'type_comment'
16 AttributeError: module 'sys' has no attribute '_base_executable'
18 AttributeError: module '_testcapi' has no attribute 'DecodeLocaleEx'
```
\ No newline at end of file
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