<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch dependabot/github_actions/actions/cache-2.1.7</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>build(deps): bump actions/cache from 2.1.6 to 2.1.7</title>
<updated>2021-12-01T09:01:17+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-12-01T09:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cbfe8937ac6d4c17515ce92eba36e9bbc455c53e'/>
<id>cbfe8937ac6d4c17515ce92eba36e9bbc455c53e</id>
<content type='text'>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45876:  Have stdev() also use decimal specific square root. (GH-29869)</title>
<updated>2021-12-01T01:25:57+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2021-12-01T01:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0aa0bd056349f73de9577ccc38560c1d01864d51'/>
<id>0aa0bd056349f73de9577ccc38560c1d01864d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45876:  Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)</title>
<updated>2021-12-01T00:20:08+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2021-12-01T00:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a39f46afdead515e7ac3722464b5ee8d7b0b2c9b'/>
<id>a39f46afdead515e7ac3722464b5ee8d7b0b2c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780)</title>
<updated>2021-11-30T22:37:04+00:00</updated>
<author>
<name>Irit Katriel</name>
<email>1055913+iritkatriel@users.noreply.github.com</email>
</author>
<published>2021-11-30T22:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8a45ca542a65ea27e7acaa44a4c833a27830e796'/>
<id>8a45ca542a65ea27e7acaa44a4c833a27830e796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (#20911)</title>
<updated>2021-11-30T18:23:13+00:00</updated>
<author>
<name>Weipeng Hong</name>
<email>hongweichen8888@sina.com</email>
</author>
<published>2021-11-30T18:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af8c8caaf5e07c02202d736a31f6a2f7e27819b8'/>
<id>af8c8caaf5e07c02202d736a31f6a2f7e27819b8</id>
<content type='text'>
* Add function inspect.getmembers_static that does not call properties or dynamic
properties.

* update _getmembers args

* Update Misc/NEWS.d/next/Library/2020-06-16-18-00-56.bpo-30533.StL57t.rst

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;

* Update Lib/inspect.py

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;

* Removes the copy pasted doc string

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;
Co-authored-by: Dino Viehland &lt;dinoviehland@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add function inspect.getmembers_static that does not call properties or dynamic
properties.

* update _getmembers args

* Update Misc/NEWS.d/next/Library/2020-06-16-18-00-56.bpo-30533.StL57t.rst

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;

* Update Lib/inspect.py

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;

* Removes the copy pasted doc string

Co-authored-by: Itamar Ostricher &lt;itamarost@gmail.com&gt;
Co-authored-by: Dino Viehland &lt;dinoviehland@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)</title>
<updated>2021-11-30T14:13:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-11-30T14:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4b97d974ecca9cce532be55410fe851eb9fdcf21'/>
<id>4b97d974ecca9cce532be55410fe851eb9fdcf21</id>
<content type='text'>
The following internal macros can not longer be used as l-value:

* asdl_seq_GET()
* asdl_seq_GET_UNTYPED()
* asdl_seq_LEN()

They are modified to use the _Py_RVALUE() macro.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following internal macros can not longer be used as l-value:

* asdl_seq_GET()
* asdl_seq_GET_UNTYPED()
* asdl_seq_LEN()

They are modified to use the _Py_RVALUE() macro.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45476: Add _Py_RVALUE() macro (GH-29860)</title>
<updated>2021-11-30T11:14:45+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-11-30T11:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c19c3a09618ac400538ee412f84be4c1196c7bab'/>
<id>c19c3a09618ac400538ee412f84be4c1196c7bab</id>
<content type='text'>
Add a new _Py_RVALUE() macro to prevent using an expression as an
l-value.

Replace a "(void)" cast with the _Py_RVALUE() macro in the following
macros:

* PyCell_SET()
* PyList_SET_ITEM()
* PyTuple_SET_ITEM()
* _PyGCHead_SET_FINALIZED()
* _PyGCHead_SET_NEXT()
* asdl_seq_SET()
* asdl_seq_SET_UNTYPED()

Add also parentheses around macro arguments in PyCell_SET() and
PyTuple_SET_ITEM() macros.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new _Py_RVALUE() macro to prevent using an expression as an
l-value.

Replace a "(void)" cast with the _Py_RVALUE() macro in the following
macros:

* PyCell_SET()
* PyList_SET_ITEM()
* PyTuple_SET_ITEM()
* _PyGCHead_SET_FINALIZED()
* _PyGCHead_SET_NEXT()
* asdl_seq_SET()
* asdl_seq_SET_UNTYPED()

Add also parentheses around macro arguments in PyCell_SET() and
PyTuple_SET_ITEM() macros.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801)</title>
<updated>2021-11-30T11:01:44+00:00</updated>
<author>
<name>Vishal Pandey</name>
<email>vishalpandeyviptsk@gmail.com</email>
</author>
<published>2021-11-30T11:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f97ec09baf8431494fd2ef5133090c7b0afd0551'/>
<id>f97ec09baf8431494fd2ef5133090c7b0afd0551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)</title>
<updated>2021-11-30T04:16:40+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-30T04:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9a5dec4e978f68ab956e979858ce3aa178436fa4'/>
<id>9a5dec4e978f68ab956e979858ce3aa178436fa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no-issue: remove unused import from test_graphlib.py (GH-29853)</title>
<updated>2021-11-30T02:27:37+00:00</updated>
<author>
<name>Adrian Garcia Badaracco</name>
<email>1755071+adriangb@users.noreply.github.com</email>
</author>
<published>2021-11-30T02:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd9342dddead5993500e7978edad7b5e6a0c1f26'/>
<id>bd9342dddead5993500e7978edad7b5e6a0c1f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
