[pypy-commit] pypy winoverlapped: Set error on overlapped object and added wait for multiple objects.

2019-03-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96329:3e255039d4dc Date: 2019-03-16 18:21 + http://bitbucket.org/pypy/pypy/changeset/3e255039d4dc/ Log:Set error on overlapped object and added wait for multiple objects. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.

[pypy-commit] pypy winoverlapped: Fixed remaining tests in test_windows_events.py.

2019-03-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96328:c0aff3718043 Date: 2019-03-16 17:14 + http://bitbucket.org/pypy/pypy/changeset/c0aff3718043/ Log:Fixed remaining tests in test_windows_events.py. Added the overlapped class back into _winapi which was wrongly removed f

[pypy-commit] cffi py3.8-interp-dict: attempt to use PyInterpreterState_GetDict()

2019-03-16 Thread arigo
Author: Armin Rigo Branch: py3.8-interp-dict Changeset: r3245:113fd85cc556 Date: 2019-03-16 08:03 +0100 http://bitbucket.org/cffi/cffi/changeset/113fd85cc556/ Log:attempt to use PyInterpreterState_GetDict() diff --git a/c/call_python.c b/c/call_python.c --- a/c/call_python.c +++ b/c/call_pyt

[pypy-commit] cffi py3.8-interp-dict: hg merge default

2019-03-16 Thread arigo
Author: Armin Rigo Branch: py3.8-interp-dict Changeset: r3246:1f45194ae650 Date: 2019-03-16 08:03 +0100 http://bitbucket.org/cffi/cffi/changeset/1f45194ae650/ Log:hg merge default diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -169,8 +16

[pypy-commit] cffi py3.8-interp-dict: Testing whether interp->dict seems to work.

2019-03-16 Thread arigo
Author: Armin Rigo Branch: py3.8-interp-dict Changeset: r3244:25b7ab34a165 Date: 2019-03-16 06:37 +0100 http://bitbucket.org/cffi/cffi/changeset/25b7ab34a165/ Log:Testing whether interp->dict seems to work. It's a new addition to Python 3.8: https://bugs.python.org/issue36124

[pypy-commit] cffi default: py3.8 fixes

2019-03-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3243:272b53198be9 Date: 2019-03-16 08:00 +0100 http://bitbucket.org/cffi/cffi/changeset/272b53198be9/ Log:py3.8 fixes diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -169,8 +169,10 @@ global_di