mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".
This commit is contained in:
parent
26e08dfdd7
commit
f8b7fe2f26
22 changed files with 99 additions and 53 deletions
|
|
@ -581,7 +581,7 @@ that the treatment of negative indices differs from a Python slice):
|
|||
default).
|
||||
|
||||
A serial number, incremented by 1 on each call to a malloc-like or
|
||||
realloc-like function. Big-endian ``size_t``. If "bad memory" is detected
|
||||
realloc-like function. Big-endian :c:type:`size_t`. If "bad memory" is detected
|
||||
later, the serial number gives an excellent way to set a breakpoint on the
|
||||
next run, to capture the instant at which this block was passed out. The
|
||||
static function bumpserialno() in obmalloc.c is the only place the serial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue