Skip to content
GitLab
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 and registries
    • Packages and 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
  • PyPyPyPy
  • pypypypy
  • Wiki
  • Python 3.8 status

Python 3.8 status · Changes

Page history
Update Python 3.8 status authored Jun 22, 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 @ 56b2fff6
......@@ -18,6 +18,10 @@
* `test_frozen`: skip?
* `test_generators`: TypeError vs AttributeError
* `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
......@@ -43,6 +47,15 @@
* `test_grammar`: messages, a warning, a missing syntax error
* `test_imp`: frozen modules need a `__spec__`
* `test_io`: issues
* `test_multiprocessing_fork`: timeout, fork problem?
* `test_named_expressions`: this is #3358
* `test_os`: some fork problem?
* `test_syntax`: #3358
* `test_thread`: message
* `test_trace`: line number difference
* `test_traceback`: line number difference
* `test_zipimport_support`: same error as `test_pdb`?
* `test_importlib`: segfault?
## unclear
......@@ -53,21 +66,11 @@
* `test_hashlib`
* `test_idle`
* `test_inspect`
* `test_list`
* `test_marshal`
* `test_mmap`
* `test_multibytecodec`
* `test_multiprocessing_fork`
* `test_multiprocessing_forkserver`
* `test_multiprocessing_spawn`
* `test_named_expressions`
* `test_os`
* `test_pdb`
* `test_peepholer`
* `test_poll`
* `test_positional_only_arg`
* `test_pyexpat`
* `test_readline`
* `test_regrtest`
* `test_repl`
......@@ -78,25 +81,19 @@
* `test_ssl`
* `test_struct`
* `test_subprocess`
* `test_syntax`
* `test_sysconfig`
* `test_tcl`
* `test_tempfile`
* `test_thread`
* `test_threaded_import`
* `test_timeit`
* `test_trace`
* `test_traceback`
* `test_type_comments`
* `test_typing`
* `test_unittest`
* `test_utf8_mode`
* `test_venv`
* `test_zipimport_support`
* `test_zlib`
* `test_asyncio`
* `test_import`
* `test_importlib`
* `test_warnings`
......
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