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


Commits:
3fbc9c56 by Matti Picus at 2023-03-01T12:19:21+02:00
make utf8_mode the default, regardless of locale. This can be avoided with 
difficulty on CPython

--HG--
branch : py3.10

- - - - -
89681361 by Matti Picus at 2023-03-01T14:50:46+02:00
expose and allow passing in PyCF_IGNORE_COOKIE flag to compile()

--HG--
branch : py3.10

- - - - -
f6eba8e5 by Matti Picus at 2023-03-01T14:50:56+02:00
ignore coding cookie (like "# coding: latin1") when run with -c  
(bpo-32381)

--HG--
branch : py3.10

- - - - -
29eb6e48 by Matti Picus at 2023-03-01T14:51:25+02:00
add doctests to docstring of bytearray.hex

--HG--
branch : py3.10

- - - - -
8100022c by Matti Picus at 2023-03-01T14:51:54+02:00
adapt test to PyPy's EOF error message

--HG--
branch : py3.10

- - - - -


6 changed files:

- lib-python/3/test/test_eof.py
- pypy/interpreter/app_main.py
- pypy/module/__builtin__/compiling.py
- pypy/module/__builtin__/test/apptest_compile.py
- pypy/module/_ast/moduledef.py
- pypy/objspace/std/bytearrayobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/3ad9b8f98dc8972b5e9c7040c0d2a697a61dc832...8100022c13fb08b9d2826bf3b744bbda17387bd3

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


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to