Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
d1c1d54e by Armin Rigo at 2020-03-07T11:46:21+01:00
(ronan, arigo) Make translation fail cleanly on zarch for now
- - - - -
1 changed file:
- rpython/jit/backend/zarch/callbuilder.py
View it on GitLab:
https://foss.heptapo
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy
Commits:
068bfe4f by Antonio Cuni at 2020-02-29T17:13:09+01:00
(arigo, antocuni) start a branch in which we refactor rgil to track the ID of
the thread currently holding the GIL.
This will allow us to:
1. kill cpyext_glob_tid
2. cal
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
35b00dcd by Ronan Lamy at 2020-03-07T12:58:05+01:00
Manually backout 6fe99e96ea52: AppTestW_TupleObject is used in
test_specialisedtupleobject.py
- - - - -
2 changed files:
- − pypy/objspace/std/test/apptest_tupleobject.py
-
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy
Commits:
bd68230b by Ronan Lamy at 2020-03-07T13:31:27+01:00
fix merge
--HG--
branch : py3.6
- - - - -
1 changed file:
- pypy/module/cpyext/api.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit/bd68230b396ae4efe0618472
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
27878768 by Armin Rigo at 2020-03-07T12:48:29+01:00
(arigo, ronan around) Trying to fix an issue with rpy_fastgil and the thread
ident cached in the thread-locals
- - - - -
b28d5e93 by Armin Rigo at 2020-03-07T13:33:55+01:00
mer
Ronan Lamy deleted branch topic/default/bitbucket-pr-622 at PyPy / pypy
---
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commi
Ronan Lamy deleted branch topic/default/bitbucket-pr-291 at PyPy / pypy
---
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commi
Ronan Lamy pushed new branch topic/bitbucket-pr-282/bitbucket-pr-282 at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/bitbucket-pr-282/bitbucket-pr-282
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy deleted branch topic/default/bitbucket-pr-93 at PyPy / pypy
---
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit
Ronan Lamy pushed new branch topic/bitbucket-pr-93/bitbucket-pr-93 at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/bitbucket-pr-93/bitbucket-pr-93
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy pushed new branch topic/bitbucket-pr-622/bitbucket-pr-622 at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/bitbucket-pr-622/bitbucket-pr-622
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy pushed new branch topic/bitbucket-pr-291/bitbucket-pr-291 at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/bitbucket-pr-291/bitbucket-pr-291
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy pushed new branch topic/bitbucket-pr-635/bitbucket-pr-635 at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/bitbucket-pr-635/bitbucket-pr-635
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy deleted branch topic/default/bitbucket-pr-282 at PyPy / pypy
---
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commi
Ronan Lamy deleted branch topic/default/bitbucket-pr-635 at PyPy / pypy
---
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commi
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy
Commits:
27878768 by Armin Rigo at 2020-03-07T12:48:29+01:00
(arigo, ronan around) Trying to fix an issue with rpy_fastgil and the thread
ident cached in the thread-locals
- - - - -
b28d5e93 by Armin Rigo at 2020-03-07T13:33:55+01:00
merge
Armin Rigo pushed to branch branch/default at PyPy / pypy
Commits:
dcd47727 by Armin Rigo at 2020-03-07T15:31:50+00:00
Upgrade to pycparser 2.20 and regenerate lextab/yacctab
- - - - -
5 changed files:
- lib_pypy/cffi/_pycparser/__init__.py
- lib_pypy/cffi/_pycparser/c_lexer.py
- lib_pypy/cff
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
3b79e52f by Ronan Lamy at 2020-01-31T05:20:58+00:00
Store UnicodeIO data as a list of unichars instead of GC strings
--HG--
branch : StringIO-perf
- - - - -
ab49bc60 by Ronan Lamy at 2020-02-02T16:18:04+00:00
Add explicit state at
Manuel Jacob pushed to branch branch/default at PyPy / pypy
Commits:
6fa29594 by Manuel Jacob at 2020-03-07T18:00:36+01:00
Add failing test for _io.BufferedReader under RevDB.
- - - - -
1 changed file:
- pypy/module/_io/test/test_bufferedio.py
View it on GitLab:
https://foss.heptapod.net/p
Manuel Jacob pushed to branch branch/default at PyPy / pypy
Commits:
71e746c2 by Manuel Jacob at 2020-03-07T18:24:48+01:00
Generalize tests for ByteBuffer.
- - - - -
01bccc50 by Manuel Jacob at 2020-03-07T18:41:06+01:00
Add rpython.rlib.buffer.RawByteBuffer.
It is like rpython.rlib.buffer.ByteB
Manuel Jacob pushed to branch branch/default at PyPy / pypy
Commits:
d3cfae7b by Manuel Jacob at 2020-03-07T19:05:03+01:00
Fix translation of RawByteBuffer.
- - - - -
1 changed file:
- rpython/rlib/buffer.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit/d3cfae7b4565955ab725
Manuel Jacob pushed to branch branch/default at PyPy / pypy
Commits:
38ecfa40 by Manuel Jacob at 2020-03-07T22:37:42+01:00
Remove comment that become obsolete a few changesets ago.
- - - - -
cfcc7a02 by Manuel Jacob at 2020-03-08T00:13:31+01:00
Avoid relying on buffer internals.
- - - - -
1 c
Manuel Jacob pushed new branch topic/default/bufferedio-release-buffer at PyPy
/ pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/default/bufferedio-release-buffer
You're receiving this email because of your account on foss.heptapod.net.
Manuel Jacob pushed to branch branch/py3.6 at PyPy / pypy
Commits:
dcd47727 by Armin Rigo at 2020-03-07T15:31:50+00:00
Upgrade to pycparser 2.20 and regenerate lextab/yacctab
- - - - -
6fa29594 by Manuel Jacob at 2020-03-07T18:00:36+01:00
Add failing test for _io.BufferedReader under RevDB.
- -
Manuel Jacob pushed new branch
topic/default/make_build_cffi_imports_work_without__multiprocessing at PyPy /
pypy
---
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/tree/topic/default/make_build_cffi_imports_work_without__multiprocessing
You're receiving this email because of your accou
25 matches
Mail list logo