time: fix constants availability (#5419)

This commit is contained in:
Shantanu
2021-05-11 23:35:39 -07:00
committed by GitHub
parent a2d5f72e8a
commit 6bb1d885c6
5 changed files with 20 additions and 11 deletions
@@ -1,3 +1,4 @@
_?curses.A_ITALIC
_curses.color_pair
curses.color_pair
time.CLOCK_PROF
+2 -1
View File
@@ -1,4 +1,5 @@
_?curses.A_ITALIC
ctypes.wintypes
pwd.getpwnam
time.CLOCK_PROF
time.CLOCK_UPTIME
time.CLOCK_UPTIME
+2 -1
View File
@@ -1,2 +1,3 @@
_?curses.A_ITALIC
time.CLOCK_PROF
time.CLOCK_UPTIME
time.CLOCK_UPTIME
@@ -1,2 +1,3 @@
_?curses.A_ITALIC
time.CLOCK_PROF
time.CLOCK_UPTIME