cpython/Doc/c-api
Victor Stinner 59d3dce69b
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Calling PyDict_GetItem() without GIL held had been allowed for
historical reason. It is no longer allowed.
2020-06-02 14:03:25 +02:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst Doc: int -> int or Py_ssize_t (GH-18663) 2020-02-26 15:04:39 +09:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst bpo-39245: Fix docs links to the stable ABI (GH-20388) 2020-05-25 08:42:48 -07:00
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
contextvars.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) 2020-06-02 14:03:25 +02:00
exceptions.rst Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) 2020-03-12 22:39:30 +05:30
file.rst
float.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
function.rst
gcsupport.rst bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) 2020-04-14 20:11:20 +02:00
gen.rst
import.rst
index.rst
init.rst bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) 2020-04-29 03:01:43 +02:00
init_config.rst bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) 2020-05-01 11:33:44 +02:00
intro.rst bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) 2020-04-26 21:31:44 -05:00
iter.rst
iterator.rst
list.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
long.rst bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449) 2020-05-27 13:43:17 +01:00
mapping.rst
marshal.rst
memory.rst fix(doc): set correct RST syntax for c:function (GH-18589) 2020-02-21 11:47:41 +01:00
memoryview.rst
method.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
module.rst bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) 2020-04-26 21:31:44 -05:00
none.rst
number.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
objbuffer.rst
object.rst bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) 2020-03-17 10:19:28 +02:00
objimpl.rst
refcounting.rst
reflection.rst bpo-40421: Add PyFrame_GetBack() function (GH-19765) 2020-04-29 03:28:46 +02:00
sequence.rst
set.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
slice.rst
stable.rst
structures.rst bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) 2020-05-27 14:55:10 +02:00
sys.rst bpo-39882: Py_FatalError() logs the function name (GH-18819) 2020-03-07 00:54:20 +01:00
tuple.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
type.rst bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) 2020-05-11 23:38:55 +02:00
typeobj.rst bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) 2020-05-27 02:03:38 -07:00
unicode.rst bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) 2020-02-11 14:29:33 +01:00
utilities.rst
veryhigh.rst
weakref.rst