cpython/Doc/c-api
Antoine Pitrou cdddc2b742
bpo-43422: Revert _decimal C API addition (GH-24960)
Stefan Krah requested the reversal of these (unreleased) changes, quoting him:
> The capsule API does not meet my testing standards, since I've focused
on the upstream mpdecimal in the last couple of months.
> Additionally, I'd like to refine the API, perhaps together with the
Arrow community.

Automerge-Triggered-By: GH:pitrou
2021-03-21 09:27:54 -07:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst bpo-36346: Document removal schedule of deprecate APIs (GH-20879) 2021-02-23 08:06:51 +09:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst bpo-43422: Revert _decimal C API addition (GH-24960) 2021-03-21 09:27:54 -07:00
contextvars.rst
conversion.rst closes bpo-43266: Improve array formatting. (GH-24573) 2021-02-19 09:32:31 -06:00
coro.rst
datetime.rst
descriptor.rst bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) 2021-02-16 08:50:00 +01:00
dict.rst
exceptions.rst bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) 2021-03-11 23:35:45 +01:00
file.rst
float.rst
function.rst bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) 2021-02-18 19:20:16 +01:00
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
init_config.rst
intro.rst
iter.rst bpo-40170: Always define PyIter_Check() as a function (GH-24548) 2021-02-16 16:05:58 +01:00
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) 2021-03-09 12:16:42 +01:00
memoryview.rst
method.rst
module.rst
none.rst
number.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) 2021-02-20 18:03:08 +00:00
slice.rst
stable.rst
structures.rst
sys.rst
tuple.rst
type.rst
typeobj.rst
unicode.rst bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) 2021-03-16 13:24:27 +09:00
utilities.rst
veryhigh.rst
weakref.rst