mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.11] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114718)
(cherry picked from commit e8b8f5e9c2
)
Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
This commit is contained in:
parent
07d68ea843
commit
c67f94e385
3 changed files with 58 additions and 54 deletions
|
@ -78,20 +78,25 @@ if venvdir is not None:
|
|||
nitpick_ignore = [
|
||||
# Standard C functions
|
||||
('c:func', 'calloc'),
|
||||
('c:func', 'ctime'),
|
||||
('c:func', 'dlopen'),
|
||||
('c:func', 'exec'),
|
||||
('c:func', 'fcntl'),
|
||||
('c:func', 'fork'),
|
||||
('c:func', 'free'),
|
||||
('c:func', 'gettimeofday'),
|
||||
('c:func', 'gmtime'),
|
||||
('c:func', 'localeconv'),
|
||||
('c:func', 'localtime'),
|
||||
('c:func', 'main'),
|
||||
('c:func', 'malloc'),
|
||||
('c:func', 'mktime'),
|
||||
('c:func', 'printf'),
|
||||
('c:func', 'realloc'),
|
||||
('c:func', 'snprintf'),
|
||||
('c:func', 'sprintf'),
|
||||
('c:func', 'stat'),
|
||||
('c:func', 'strftime'),
|
||||
('c:func', 'system'),
|
||||
('c:func', 'vsnprintf'),
|
||||
# Standard C types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue