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

List:       pypy-svn
Subject:    [pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: explicitly test for 0-len byte array w
From:       "Matti Picus ( () mattip)" <foss () heptapod ! net>
Date:       2023-11-27 12:50:36
Message-ID: 6564909c45f19_17e31a374c16991c () heptapod-foss ! mail
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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


Commits:
c8ef2ef1 by Matti Picus at 2023-11-27T07:38:59+02:00
explicitly test for 0-len byte array when converting indexes

reverts d7392539820e, ab40ae2be233

--HG--
branch : py3.9

- - - - -
aecc058e by Matti Picus at 2023-11-27T14:50:18+02:00
add hidden_applevel to _contextvars.Context.run

discovered in django PR 17500

--HG--
branch : py3.9

- - - - -


4 changed files:

- lib-python/3/functools.py
- lib_pypy/_contextvars.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/test/test_bytearrayobject.py


View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a


-- 
View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a
 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, "GitLab Mono"), JetBrains Mono, \
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, "GitLab \
Sans"),-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, "GitLab \
Sans"),-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/c8ef2ef1f74da3a4682c142f8fbb696903ed6757">c8ef2ef1</a></strong>
 <div>
<span> by Matti Picus </span> <i> at 2023-11-27T07:38:59+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
14px; color: #333238; position: relative; font-family: var(--default-mono-font, \
"GitLab Mono"),"JetBrains Mono","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;'>explicitly test for 0-len byte array when converting indexes

reverts d7392539820e, ab40ae2be233

--HG--
branch : py3.9
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/aecc058ec0e7dc29467f249aa7e0c378301f4e5a">aecc058e</a></strong>
 <div>
<span> by Matti Picus </span> <i> at 2023-11-27T14:50:18+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
14px; color: #333238; position: relative; font-family: var(--default-mono-font, \
"GitLab Mono"),"JetBrains Mono","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;'>add hidden_applevel to _contextvars.Context.run

discovered in django PR 17500

--HG--
branch : py3.9
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
4 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298 \
f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a#31c4bc1ce27dc58e9960bdf5f50e8f351e27ce5e">
 lib-python/3/functools.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298 \
f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a#bb4d8b73ff846a195434140358af3f2266002fd7">
 lib_pypy/_contextvars.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298 \
f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a#f19759a294a6c6a3c9ff3ddf31cc791c91682993">
 pypy/objspace/std/bytearrayobject.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/94e6666548670f94bc5d7dcd48d4298 \
f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a#883d16fe7aeaa6bb21001279e9a8fc824a394d46">
 pypy/objspace/std/test/test_bytearrayobject.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/94e6666548670f94bc5d7dcd48d4298f53938824...aecc058ec0e7dc29467f249aa7e0c378301f4e5a">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