[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-svn
Subject:    [pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: consolidate repetitive tests
From:       "Matti Picus ( () mattip)" <foss () heptapod ! net>
Date:       2023-08-23 8:25:11
Message-ID: 64e5c2675aaa1_b21922375dcbc246605fb () heptapod-foss ! mail
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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


Commits:
bae0ba52 by Matti Picus at 2023-08-23T10:08:06+03:00
consolidate repetitive tests

--HG--
branch : py3.9

- - - - -
42009215 by Matti Picus at 2023-08-23T10:09:17+03:00
fix __module__ reassignment after PyType_Ready in PyType_FromSpec

--HG--
branch : py3.9

- - - - -
2abe08a2 by Matti Picus at 2023-08-23T11:24:48+03:00
Do not override tp_itemsize, it is set elsewhere

--HG--
branch : py3.9

- - - - -


3 changed files:

- pypy/module/cpyext/test/test_methodobject.py
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/typeobject.py


View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e47a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8


-- 
View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e47a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8
 You're receiving this email because of your account on foss.heptapod.net.


[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" \
"http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en" \
style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, \
Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, \
monospace;'> <head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
Heptapod
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit; }
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; \
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'> <div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Matti Picus pushed to branch branch/py3.9 at <a \
href="https://foss.heptapod.net/pypy/pypy">PyPy / pypy</a> </h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/bae0ba522bc37ed457fa2e62de343c7731d931c0">bae0ba52</a></strong>
 <div>
<span> by Matti Picus </span> <i> at 2023-08-23T10:08:06+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>consolidate repetitive tests

--HG--
branch : py3.9
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/420092153905f82def0f91715d4cc9c4ff5d089d">42009215</a></strong>
 <div>
<span> by Matti Picus </span> <i> at 2023-08-23T10:09:17+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>fix __module__ reassignment after PyType_Ready in \
PyType_FromSpec

--HG--
branch : py3.9
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/2abe08a291eb61015d4fc9823688b5d6189b99e8">2abe08a2</a></strong>
 <div>
<span> by Matti Picus </span> <i> at 2023-08-23T11:24:48+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>Do not override tp_itemsize, it is set elsewhere

--HG--
branch : py3.9
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
3 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e4 \
7a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8#4b24c14e59f055ff86861d6e5717350a4c5cf23a">
 pypy/module/cpyext/test/test_methodobject.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e4 \
7a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8#3eed882785d50da92cae875558c1f105ed9e3cf2">
 pypy/module/cpyext/test/test_typeobject.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e4 \
7a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8#f39ef09ba1f22b3edd73adecee508d9166a5dceb">
 pypy/module/cpyext/typeobject.py
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
&#8212;
<br>
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/58498658d2d854ab846ffaed2df63e47a59b4b56...2abe08a291eb61015d4fc9823688b5d6189b99e8">View \
it on Heptapod</a>. <br>
You're receiving this email because of your account on <a target="_blank" \
rel="noopener noreferrer" href="https://foss.heptapod.net">foss.heptapod.net</a>. <a \
href="https://foss.heptapod.net/-/profile/notifications" target="_blank" \
rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> &#183; \
<a href="https://foss.heptapod.net/help" target="_blank" rel="noopener noreferrer" \
class="help-link">Help</a>



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



_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-leave@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: pypy-svn@progressive-comp.com


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic