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 654
    • Issues 654
    • 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
Update Python 3.8 status authored Jul 29, 2021 by Matti Picus's avatar Matti Picus
Show whitespace changes
Inline Side-by-side
Python-3.8-status.md
View page @ dae65d48
......@@ -96,7 +96,51 @@
* `test_asyncio`
* `test_warnings`
# July 29
For a run of commit we now hav
{'Ran': 10247, 'failures': 332, 'errors': 69, 'skipped': 1523}
```
3 AssertionError: "f\(\) got some positional-only arguments passed as keyword arguments: 'a'" does not match "f() got a positional-only argument passed as keyword argument: 'a'"
3 AssertionError: Items in the second set but not the first:
3 AttributeError: 'super' object has no attribute '_msg_callback'
3 OverflowError: can't convert negative number to unsigned
3 SyntaxError: f-string: expecting '}'
3 SyntaxError: invalid syntax
3 TypeError: f() got a positional-only argument passed as keyword argument: 'a'
3 TypeError: 'function' object does not support vectorcall
4 AssertionError: '0' != '1'
4 AttributeError: module 'sys' has no attribute 'getrefcount'
5 AssertionError: RuntimeError not raised
6 AssertionError
6 AssertionError: "(?i)certificate.verify.failed" does not match "unable to get local issuer certificate"
6 RuntimeError: no running event loop
7 AssertionError: 0 != 1
11 AssertionError: False is not true
19 AssertionError: Process return code is 1
19 AssertionError: RuntimeWarning not triggered
```
and missing attributes
```
1 AttributeError: cannot delete attribute
1 AttributeError: module 'asyncio.futures' has no attribute '_CFuture'
1 AttributeError: module '_testcapi' has no attribute 'bad_get'
1 AttributeError: module '_testcapi' has no attribute 'HeapCTypeSubclassWithFinalizer'
1 AttributeError: 'NoneType' object has no attribute 'origin'
1 AttributeError: 'SSLContext' object has no attribute 'num_tickets'
1 AttributeError: 'statvfs_result' object has no attribute 'f_fsid'
1 AttributeError: unreadable attribute
2 AttributeError: 'function' object has no attribute '__objclass__'
2 AttributeError: module 'signal' has no attribute 'strsignal'
2 AttributeError: module '_testcapi' has no attribute 'check_pyobject_forbidden_bytes_is_freed'
2 AttributeError: module '_testcapi' has no attribute 'check_pyobject_freed_is_freed'
2 AttributeError: module '_testcapi' has no attribute 'check_pyobject_null_is_freed'
2 AttributeError: module '_testcapi' has no attribute 'check_pyobject_uninitialized_is_freed'
2 AttributeError: 'NoneType' object has no attribute 'exc_type'
3 AttributeError: 'super' object has no attribute '_msg_callback'
4 AttributeError: module 'sys' has no attribute 'getrefcount'
```
# June 16
......
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