Skip to content

Commit

Permalink
[3.11] pythongh-101100: Fix datetime reference warnings (pythonGH-114661
Browse files Browse the repository at this point in the history
) (pythonGH-114718)

(cherry picked from commit e8b8f5e)

Co-authored-by: Skip Montanaro <[email protected]>
  • Loading branch information
serhiy-storchaka and smontanaro authored Jan 29, 2024
1 parent 07d68ea commit c67f94e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 54 deletions.
5 changes: 5 additions & 0 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,25 @@
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
Expand Down
Loading

0 comments on commit c67f94e

Please sign in to comment.