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
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 650
    • Issues 650
    • 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 Jun 18, 2021 by Carl Friedrich Bolz-Tereick's avatar Carl Friedrich Bolz-Tereick
Show whitespace changes
Inline Side-by-side
Python-3.8-status.md
View page @ 8f76a0e5
......@@ -10,10 +10,7 @@
## harder
* ``test_tuple``: tuple hashing works differently now, might make sense to follow CPython
* ``test_unicode``, ``test_userstring``: ``.capitalize()`` bugs!
* ``test_marshal``: some interning silliness for old marshal versions, maybe we don't care?
* ``test_pickle``: there's a problem around picklebuffers/buffers in general: when we go from bytes->PickleBuffer->memoryview of said buffer, in CPython we get the original bytes object back, because `Py_buffer.obj` stores a reference to the underlying `PyObject*`. In PyPy, this is not the case. There's a test that checks that, which we can't pass. Maybe other buffer features are similarly affected.
# 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