<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Python, branch v3.10.0rc1</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)</title>
<updated>2021-07-29T15:20:58Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-29T15:20:58Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=ebba286709bdb9401df8e5eb196b50008d3b09d2'/>
<id>ebba286709bdb9401df8e5eb196b50008d3b09d2</id>
<content type='text'>
This commit stores the _PyRuntime structure in a section of the same name. This allows a debugging or crash reporting tool to quickly locate this structure at runtime without requiring the symbol table.

Co-authored-by: Pablo Galindo &lt;pablogsal@gmail.com&gt;
(cherry picked from commit 35002aa8f62dda1f79035e9904abdf476683e9be)

Co-authored-by: Max Bélanger &lt;aeromax@gmail.com&gt;

Co-authored-by: Max Bélanger &lt;aeromax@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit stores the _PyRuntime structure in a section of the same name. This allows a debugging or crash reporting tool to quickly locate this structure at runtime without requiring the symbol table.

Co-authored-by: Pablo Galindo &lt;pablogsal@gmail.com&gt;
(cherry picked from commit 35002aa8f62dda1f79035e9904abdf476683e9be)

Co-authored-by: Max Bélanger &lt;aeromax@gmail.com&gt;

Co-authored-by: Max Bélanger &lt;aeromax@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435)</title>
<updated>2021-07-29T01:02:14Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-29T01:02:14Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=405f5c54914483607194a3ba6d4e50533d92bad1'/>
<id>405f5c54914483607194a3ba6d4e50533d92bad1</id>
<content type='text'>
(cherry picked from commit 8d0647485db5af2a0f0929d6509479ca45f1281b)


Co-authored-by: Brandt Bucher &lt;brandt@python.org&gt;

Automerge-Triggered-By: GH:brandtbucher</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8d0647485db5af2a0f0929d6509479ca45f1281b)


Co-authored-by: Brandt Bucher &lt;brandt@python.org&gt;

Automerge-Triggered-By: GH:brandtbucher</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)</title>
<updated>2021-07-26T22:34:32Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-26T22:34:32Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=6fc1efa4546ad94a904239fd5efb84e02894eb31'/>
<id>6fc1efa4546ad94a904239fd5efb84e02894eb31</id>
<content type='text'>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed)

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed)

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)</title>
<updated>2021-07-26T00:04:06Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-26T00:04:06Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=01601aa7360ae51e74a64dbe957288096bb364fd'/>
<id>01601aa7360ae51e74a64dbe957288096bb364fd</id>
<content type='text'>
(cherry picked from commit 4214f470f0cb9b6fef9a90758756fbc00ba95b5a)


Co-authored-by: Charles Burkland &lt;charles.aburkland@gmail.com&gt;

Automerge-Triggered-By: GH:brandtbucher</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 4214f470f0cb9b6fef9a90758756fbc00ba95b5a)


Co-authored-by: Charles Burkland &lt;charles.aburkland@gmail.com&gt;

Automerge-Triggered-By: GH:brandtbucher</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235)</title>
<updated>2021-07-19T11:15:58Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-19T11:15:58Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=37bdd2221ce3607a81d5d7fafc4603d95ca3e8cb'/>
<id>37bdd2221ce3607a81d5d7fafc4603d95ca3e8cb</id>
<content type='text'>
(cherry picked from commit d09c13417890427f829e3df297beb0e27133f8f4)

Co-authored-by: Mark Shannon &lt;mark@hotpy.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d09c13417890427f829e3df297beb0e27133f8f4)

Co-authored-by: Mark Shannon &lt;mark@hotpy.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201)</title>
<updated>2021-07-17T00:01:53Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-17T00:01:53Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=efda9054b9fc91e69ecb34eae84fdd2ca8e6feef'/>
<id>efda9054b9fc91e69ecb34eae84fdd2ca8e6feef</id>
<content type='text'>
(cherry picked from commit f783428a2313a729ca8b539c5a86ff114b9ff375)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit f783428a2313a729ca8b539c5a86ff114b9ff375)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198)</title>
<updated>2021-07-16T21:16:08Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-16T21:16:08Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=a0b1d401db52391d13479c53ee3880e6640df98c'/>
<id>a0b1d401db52391d13479c53ee3880e6640df98c</id>
<content type='text'>
(cherry picked from commit 6714dec5e104bdee4a0ed4d9966de27d1bfa1e3d)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6714dec5e104bdee4a0ed4d9966de27d1bfa1e3d)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195)</title>
<updated>2021-07-16T17:29:32Z</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-16T17:29:32Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=42a5514cca6b4542f6b492b5652e337f15a89227'/>
<id>42a5514cca6b4542f6b492b5652e337f15a89227</id>
<content type='text'>
This reverts commit 000e70ad5246732fcbd27cf59268185cbd5ad734.
(cherry picked from commit c90c591e5158ab7b531dcd6e2a5f00bc70ba7637)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 000e70ad5246732fcbd27cf59268185cbd5ad734.
(cherry picked from commit c90c591e5158ab7b531dcd6e2a5f00bc70ba7637)

Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182)</title>
<updated>2021-07-16T10:49:10Z</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2021-07-16T10:49:10Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=37686f78ccef5f1cf4776419a4270cf0ea7eadf0'/>
<id>37686f78ccef5f1cf4776419a4270cf0ea7eadf0</id>
<content type='text'>
(cherry picked from commit a86f7dae0acf918d54086cb85e5a0b0bedeedce7)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a86f7dae0acf918d54086cb85e5a0b0bedeedce7)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183)</title>
<updated>2021-07-16T10:48:46Z</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2021-07-16T10:48:46Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=0e349ea5541104c76cafc173bfcfef8de872f96f'/>
<id>0e349ea5541104c76cafc173bfcfef8de872f96f</id>
<content type='text'>
(cherry picked from commit 000e70ad5246732fcbd27cf59268185cbd5ad734)

Co-authored-by: Mark Shannon &lt;mark@hotpy.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 000e70ad5246732fcbd27cf59268185cbd5ad734)

Co-authored-by: Mark Shannon &lt;mark@hotpy.org&gt;</pre>
</div>
</content>
</entry>
</feed>
