[pypy-commit] [Git][pypy/pypy][branch/py3.7] 13 commits: add unicode version 12.1

Matti Picus foss at heptapod.net
Fri Mar 12 05:11:00 EST 2021



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
dfa795d6 by Carl Friedrich Bolz-Tereick at 2021-03-08T12:56:17+01:00
add unicode version 12.1

- - - - -
4b8dd2f0 by Carl Friedrich Bolz-Tereick at 2021-03-08T14:30:10+01:00
expose memfd_create on linux

- - - - -
1cb9f859 by Carl Friedrich Bolz-Tereick at 2021-03-08T19:40:41+01:00
I misunderstood how Has works

- - - - -
afcb5dd2 by Carl Friedrich Bolz-Tereick at 2021-03-08T20:37:55+01:00
expose madvise

- - - - -
74774ed5 by Carl Friedrich Bolz-Tereick at 2021-03-08T21:14:43+01:00
tweak

- - - - -
e029ceb6 by Matti Picus at 2021-03-09T08:23:54+02:00
fix for windows

- - - - -
6cfa8650 by Carl Friedrich Bolz-Tereick at 2021-03-11T11:50:30+01:00
kill dead code

- - - - -
8ce49bd0 by Carl Friedrich Bolz-Tereick at 2021-03-11T11:51:24+01:00
properly deal with memfd_create missing

- - - - -
b61fba4e by Carl Friedrich Bolz-Tereick at 2021-03-11T13:45:18+01:00
gah, thanks matti

- - - - -
60feccb3 by Carl Friedrich Bolz-Tereick at 2021-03-11T13:46:23+01:00
add a shortcut for re.sub doing zero replacements (which happens quite often
for things like escaping characters)

- - - - -
7c99942a by Carl Friedrich Bolz-Tereick at 2021-03-11T20:28:40+01:00
a test that shows the problem of #3402: when disabling inlining we can get into
a situation where we retrace again and again the same loop, because it is
itself too huge

- - - - -
b3c92491 by Matti Picus at 2021-03-12T12:05:23+02:00
redo d137aaa8fb1a to enable the sys_flags on windows

- - - - -
d6e135b2 by Matti Picus at 2021-03-12T12:10:38+02:00
merge default into branch

--HG--
branch : py3.7

- - - - -


12 changed files:

- pypy/interpreter/pyopcode.py
- pypy/module/_sre/interp_sre.py
- pypy/module/_sre/test/test_app_sre.py
- pypy/module/cpyext/api.py
- rpython/jit/metainterp/test/test_recursive.py
- rpython/rlib/rmmap.py
- rpython/rlib/rposix.py
- rpython/rlib/test/test_rmmap.py
- rpython/rlib/test/test_rposix.py
- + rpython/rlib/unicodedata/CaseFolding-12.1.0.txt
- + rpython/rlib/unicodedata/CompositionExclusions-12.1.0.txt
- + rpython/rlib/unicodedata/DerivedCoreProperties-12.1.0.txt


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/fc261249677ce2631a89fd582b071eaf9caa9cfa...d6e135b20bdfbe5e1de830b3812707471cad1660

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fc261249677ce2631a89fd582b071eaf9caa9cfa...d6e135b20bdfbe5e1de830b3812707471cad1660
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210312/7ca063de/attachment.html>


More information about the pypy-commit mailing list