diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-02-21 20:20:13 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2021-02-21 20:20:13 +0200 |
commit | a7e447f25977c14954bb31da6426b3f38651d273 (patch) | |
tree | 5cb62cc50caf2139fff59855e6505acf9b97d200 /pypy/doc/whatsnew-head.rst | |
parent | update cffi to c16abb8f809f (diff) | |
parent | test, fix for PyObject_Format(space.wrap(type('a')), None) (diff) | |
download | pypy-a7e447f25977c14954bb31da6426b3f38651d273.tar.gz pypy-a7e447f25977c14954bb31da6426b3f38651d273.tar.bz2 pypy-a7e447f25977c14954bb31da6426b3f38651d273.zip |
merge branch to fix PyObject_Format for type objects (issue 3404)
Diffstat (limited to 'pypy/doc/whatsnew-head.rst')
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index cf7632de21..26094691b6 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -85,3 +85,7 @@ new "builtin" types (wide chars, complex, etc.). .. branch: intbound-improvements-3 Refactor the intbound analysis in the JIT + +.. branch: issue-3404 + +Fix ``PyObject_Format`` for type objects |