<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Antonio Cuni pushed to branch branch/hpy
at <a href="https://foss.heptapod.net/pypy/pypy">PyPy / pypy</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/a9ba26c024248820e9a13a249ae9ffc9b2957591">a9ba26c0</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T16:28:49+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">./update_vendored to hpy.devel 0.1.dev756+g848192d, git rev 848192d

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/1612e04e577dabebbd88ed77c186a93e51199332">1612e04e</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T16:45:05+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update the definition of HPyContext, rename the HPyTracker functions and kill HPyDict_{Get,Set}Item

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/13bbeb407e19ccd0a8145c07a83c1225235d4a0c">13bbeb40</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T17:22:22+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">implement HPyErr_Clear, and improve the documentaion about how this stuff is implemented

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/3f12d5dd72b4c1e1c08e22dccc9c7823d2947855">3f12d5dd</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T17:35:48+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">temporarily comment out this line until we decide how to deal with it upstream

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/ba718de8cbc3aa6a52e8452675999a7bd28e130e">ba718de8</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T17:44:26+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix ztranslation

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/38ac64719bafffb26e2287e08996be49d8705cb3">38ac6471</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T17:18:51+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix the extra_tests/hpy_tests/conftest.py, which was broken after a refactoring in hpy.devel

--HG--
branch : hpy
</pre>
</li>
<li>
<strong><a href="https://foss.heptapod.net/pypy/pypy/-/commit/56f0bbd2ac624d1dbe2dfc95c852dba90be19009">56f0bbd2</a></strong>
<div>
<span>by Antonio Cuni</span>
<i>at 2020-11-06T17:40:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use pytest_configure instead of pytest_sessionstart, to make sure that the hook is called even when we do py.test extra_tests. Before it was NOT called and the result was that hpy tests were never executed by buildbot :(

--HG--
branch : hpy
</pre>
</li>
</ul>
<h4>25 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#0dfe0e32e701416456139cbe22b323f9967317a0">
extra_tests/hpy_tests/conftest.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#1b31ee1b5228c55f763572fd81fdeb98e17aff66">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/autogen_impl.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#fa668cc0d6816609fd047f959888bbd5db85e3e9">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/runtime/ctx_tracker.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#b7bba5a223972d705276726b38cdffeb5d894d53">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#6d3f675377f0d0e7866feac4e12ae4087ab922bb">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/cpython/hpy.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#5299c74e864dc76ef041baa0ab8b131b9f25deb5">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_ctx.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#e89166016a7b536506fbfcb9ae63ba743ac75af9">
pypy/module/_hpy_universal/_vendored/hpy/devel/include/universal/autogen_trampolines.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#bf68732a0a2984822a9748a8189467320f88418c">
pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/argparse.c
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#011ca97720b3e27c4b71731fdaa6c25466c51f1d">
pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/ctx_tracker.c
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#b823a6814a2471755462e41fccd3a98483cb83aa">
pypy/module/_hpy_universal/_vendored/hpy/devel/version.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#1852770f9f4b85671857494df6283a70133aa776">
pypy/module/_hpy_universal/bridge.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#ba20bb7f33bf7e1436b0cd2814dd014e8e41a8cc">
pypy/module/_hpy_universal/handles.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#ea801773be1b82dd7cfbc1fcae9906ecfb81a85f">
pypy/module/_hpy_universal/interp_dict.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#b220790f05bfa85f52ab033311da439221adf23d">
pypy/module/_hpy_universal/interp_err.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#f57f961c43c31ee7136c708f0e4ef5d82472fcd9">
pypy/module/_hpy_universal/interp_tracker.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#8d826a32ad9bcb7d92e5fc113f0e32a823d6c700">
pypy/module/_hpy_universal/llapi.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#9854d642a8845f9250e9d28b443ffe84ddacdd28">
pypy/module/_hpy_universal/src/bridge.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#21917dbfdade6e0d0e873f8f596d06ab59ed598d">
pypy/module/_hpy_universal/src/hpyerr.c
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#d8446d32ced75f77191ede54acb021f8196f9e16">
pypy/module/_hpy_universal/src/hpyerr.h
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#d242a653676da877a3957dd04344e8a40ad352f2">
pypy/module/_hpy_universal/state.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#45d82f0897fe4d13bdb0259130e87a284d131e05">
pypy/module/_hpy_universal/test/_vendored/test_argparse.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#04cf43aea6744d53abbd185d516cc927bb1d1cfc">
pypy/module/_hpy_universal/test/_vendored/test_basic.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#89ddbecaae79fdb02e925ef3355f923e667d5be6">
pypy/module/_hpy_universal/test/_vendored/test_hpydict.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#fec822090888632f5ac43f3f359ae23be64863a3">
pypy/module/_hpy_universal/test/_vendored/test_tracker.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009#ad2ee42d6fdcbd2177c1f2bca38e04a9ea226f7a">
pypy/objspace/fake/objspace.py
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/09293d6cf4f3eef1ed8c2c8dcd765827b76bf37a...56f0bbd2ac624d1dbe2dfc95c852dba90be19009">View it on GitLab</a>.
<br>
You're receiving this email because of your account on foss.heptapod.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>