<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_decimal/tests, branch enum-lost-fixes</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>bpo-45332: Fix broken Decimal test and benchmark (GH-28680)</title>
<updated>2021-10-01T14:16:37+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-01T14:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=282992b36f9fe27183037051f3b37210884600af'/>
<id>282992b36f9fe27183037051f3b37210884600af</id>
<content type='text'>
(cherry picked from commit 9eed75fde226cec5a02301cfac1dc8039b5a183e)

Co-authored-by: Dong-hee Na &lt;donghee.na@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 9eed75fde226cec5a02301cfac1dc8039b5a183e)

Co-authored-by: Dong-hee Na &lt;donghee.na@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43422: Revert _decimal C API addition (GH-24960)</title>
<updated>2021-03-21T16:27:54+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>antoine@python.org</email>
</author>
<published>2021-03-21T16:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cdddc2b742750e3f289305cf276433a8170c32c1'/>
<id>cdddc2b742750e3f289305cf276433a8170c32c1</id>
<content type='text'>
Stefan Krah requested the reversal of these (unreleased) changes, quoting him:
&gt; The capsule API does not meet my testing standards, since I've focused
on the upstream mpdecimal in the last couple of months.
&gt; Additionally, I'd like to refine the API, perhaps together with the
Arrow community.

Automerge-Triggered-By: GH:pitrou</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stefan Krah requested the reversal of these (unreleased) changes, quoting him:
&gt; The capsule API does not meet my testing standards, since I've focused
on the upstream mpdecimal in the last couple of months.
&gt; Additionally, I'd like to refine the API, perhaps together with the
Arrow community.

Automerge-Triggered-By: GH:pitrou</pre>
</div>
</content>
</entry>
<entry>
<title>Catch all skip_handler cases (GH-21842)</title>
<updated>2020-08-12T14:00:05+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-08-12T14:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6e0b7888815e74c67b1fc3c5f60dd4a1aeae127a'/>
<id>6e0b7888815e74c67b1fc3c5f60dd4a1aeae127a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call randseed() before other imports in deccheck.py (GH-21834)</title>
<updated>2020-08-11T19:14:51+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-08-11T19:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b5f87b93a542082551c67538523d318f0d46e16e'/>
<id>b5f87b93a542082551c67538523d318f0d46e16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace import_fresh_module in decimal test files (GH-21815)</title>
<updated>2020-08-10T19:54:50+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-08-10T19:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=85fdafa6ea933aa0623f5d8297ab0f4b20866234'/>
<id>85fdafa6ea933aa0623f5d8297ab0f4b20866234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41324 Add a minimal decimal capsule API (#21519)</title>
<updated>2020-08-10T14:32:21+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-08-10T14:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=39042e00ab01d6521548c1b7cc6554c09f4389ff'/>
<id>39042e00ab01d6521548c1b7cc6554c09f4389ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multicore support to deccheck.py. (GH-20731)</title>
<updated>2020-06-08T17:33:12+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-06-08T17:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=951d680d56d8c32556437a86f6b42f221635b97f'/>
<id>951d680d56d8c32556437a86f6b42f221635b97f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39794: Add --without-decimal-contextvar (#18702)</title>
<updated>2020-02-29T18:43:42+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-29T18:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=815280eb160af637e1347213659f9236adf78f80'/>
<id>815280eb160af637e1347213659f9236adf78f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)</title>
<updated>2020-02-21T00:52:47+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-21T00:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90930e65455f60216f09d175586139242dbba260'/>
<id>90930e65455f60216f09d175586139242dbba260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new recommended number of repetitions in the refleak tests. (#18569)</title>
<updated>2020-02-20T18:08:53+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-20T18:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1246d892038a693304549f8574e6c2784b91589a'/>
<id>1246d892038a693304549f8574e6c2784b91589a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
