File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 1- test_sqlite3: testing with SQLite version 3.37.2
1+ test_sqlite3: testing with SQLite version 3.45.1
22# modules
33_abc (entire module)
44_aix_support (entire module)
@@ -43,7 +43,6 @@ _pylong (entire module)
4343_queue (entire module)
4444readline (entire module)
4545_sha2 (entire module)
46- smtplib (entire module)
4746_sqlite3 (entire module)
4847_stat (entire module)
4948_symtable (entire module)
@@ -456,11 +455,6 @@ _locale.gettext
456455_locale.nl_langinfo
457456_locale.textdomain
458457locale._getdefaultlocale
459- logging._is_internal_frame
460- logging.getHandlerByName
461- logging.getHandlerNames
462- logging.getLevelNamesMapping
463- logging.logAsyncioTasks
464458math.__file__
465459math.sumprod
466460_md5.MD5Type
@@ -492,6 +486,7 @@ os.CLONE_NEWIPC
492486os.CLONE_NEWNET
493487os.CLONE_NEWNS
494488os.CLONE_NEWPID
489+ os.CLONE_NEWTIME
495490os.CLONE_NEWUSER
496491os.CLONE_NEWUTS
497492os.CLONE_SIGHAND
@@ -601,6 +596,7 @@ posix.CLONE_NEWIPC
601596posix.CLONE_NEWNET
602597posix.CLONE_NEWNS
603598posix.CLONE_NEWPID
599+ posix.CLONE_NEWTIME
604600posix.CLONE_NEWUSER
605601posix.CLONE_NEWUTS
606602posix.CLONE_SIGHAND
@@ -1617,17 +1613,16 @@ zipfile.__path__
16171613zipfile._sanitize_filename
16181614zlib.ZLIB_RUNTIME_VERSION
16191615zlib.ZLIB_VERSION
1620- zlib._ZlibDecompressor
16211616zlib.__file__
16221617zlib.__version__
16231618zoneinfo.TZPATH
16241619
16251620# summary
16261621# cpython_modules 282
1627- # implemented 96
1628- # not_implemented 64
1622+ # implemented 98
1623+ # not_implemented 63
16291624# failed_to_import 0
1630- # missing_items 100
1631- # mismatched_items 59
1625+ # missing_items 99
1626+ # mismatched_items 60
16321627# mismatched_doc_items 49
16331628# not_implementeds 36
You can’t perform that action at this time.
0 commit comments