Skip to content

Merge smoke-test into main #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ constructor:
\ \"rb\") as f:\n persisted_http_cache = pickle.load(f) # Take a\
\ snapshot\n except (\n FileNotFoundError, # Or IOError in Python\
\ 2\n pickle.UnpicklingError, # A corrupted http cache file\n \
\ ):\n persisted_http_cache = {} # Recover by starting afresh\n\
\ AttributeError, # Cache created by a different version of MSAL\n \
\ ):\n persisted_http_cache = {} # Recover by starting afresh\n\
\ atexit.register(lambda: pickle.dump(\n # When exit, flush it back\
\ to the file.\n # It may occasionally overwrite another process's concurrent\
\ write,\n # but that is fine. Subsequent runs will reach eventual consistency.\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ constructor:
\ \"rb\") as f:\n persisted_http_cache = pickle.load(f) # Take a\
\ snapshot\n except (\n FileNotFoundError, # Or IOError in Python\
\ 2\n pickle.UnpicklingError, # A corrupted http cache file\n \
\ ):\n persisted_http_cache = {} # Recover by starting afresh\n\
\ AttributeError, # Cache created by a different version of MSAL\n \
\ ):\n persisted_http_cache = {} # Recover by starting afresh\n\
\ atexit.register(lambda: pickle.dump(\n # When exit, flush it back\
\ to the file.\n # It may occasionally overwrite another process's concurrent\
\ write,\n # but that is fine. Subsequent runs will reach eventual consistency.\n\
Expand Down
64 changes: 60 additions & 4 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,6 @@ references:
href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException
name: UnexpectedException
uid: doctest.UnexpectedException
- fullName: doctest.failureException
href: https://docs.python.org/3/library/doctest.html#doctest.failureException
name: failureException
uid: doctest.failureException
- fullName: email.errors.BoundaryError
href: https://docs.python.org/3/library/email.errors.html#email.errors.BoundaryError
name: BoundaryError
Expand Down Expand Up @@ -1003,6 +999,10 @@ references:
href: https://docs.python.org/3/library/tarfile.html#tarfile.HeaderError
name: HeaderError
uid: tarfile.HeaderError
- fullName: tarfile.LinkFallbackError
href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkFallbackError
name: LinkFallbackError
uid: tarfile.LinkFallbackError
- fullName: tarfile.LinkOutsideDestinationError
href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkOutsideDestinationError
name: LinkOutsideDestinationError
Expand Down Expand Up @@ -1975,6 +1975,38 @@ references:
href: https://docs.python.org/3/library/datetime.html#datetime.timezone.utc
name: utc
uid: datetime.timezone.utc
- fullName: decimal.Context.Emax
href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emax
name: Emax
uid: decimal.Context.Emax
- fullName: decimal.Context.Emin
href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emin
name: Emin
uid: decimal.Context.Emin
- fullName: decimal.Context.capitals
href: https://docs.python.org/3/library/decimal.html#decimal.Context.capitals
name: capitals
uid: decimal.Context.capitals
- fullName: decimal.Context.clamp
href: https://docs.python.org/3/library/decimal.html#decimal.Context.clamp
name: clamp
uid: decimal.Context.clamp
- fullName: decimal.Context.flags
href: https://docs.python.org/3/library/decimal.html#decimal.Context.flags
name: flags
uid: decimal.Context.flags
- fullName: decimal.Context.prec
href: https://docs.python.org/3/library/decimal.html#decimal.Context.prec
name: prec
uid: decimal.Context.prec
- fullName: decimal.Context.rounding
href: https://docs.python.org/3/library/decimal.html#decimal.Context.rounding
name: rounding
uid: decimal.Context.rounding
- fullName: decimal.Context.traps
href: https://docs.python.org/3/library/decimal.html#decimal.Context.traps
name: traps
uid: decimal.Context.traps
- fullName: definition.__doc__
href: https://docs.python.org/3/library/stdtypes.html#definition.__doc__
name: __doc__
Expand Down Expand Up @@ -2091,6 +2123,10 @@ references:
href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException.test
name: test
uid: doctest.UnexpectedException.test
- fullName: doctest.module.__test__
href: https://docs.python.org/3/library/doctest.html#doctest.module.__test__
name: __test__
uid: doctest.module.__test__
- fullName: email.charset.Charset.body_encoding
href: https://docs.python.org/3/library/email.charset.html#email.charset.Charset.body_encoding
name: body_encoding
Expand Down Expand Up @@ -12439,6 +12475,10 @@ references:
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.emit
name: emit
uid: logging.handlers.RotatingFileHandler.emit
- fullName: logging.handlers.RotatingFileHandler.shouldRollover
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.shouldRollover
name: shouldRollover
uid: logging.handlers.RotatingFileHandler.shouldRollover
- fullName: logging.handlers.SMTPHandler.emit
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.SMTPHandler.emit
name: emit
Expand Down Expand Up @@ -12507,6 +12547,10 @@ references:
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.getFilesToDelete
name: getFilesToDelete
uid: logging.handlers.TimedRotatingFileHandler.getFilesToDelete
- fullName: logging.handlers.TimedRotatingFileHandler.shouldRollover
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.shouldRollover
name: shouldRollover
uid: logging.handlers.TimedRotatingFileHandler.shouldRollover
- fullName: logging.handlers.WatchedFileHandler.emit
href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.WatchedFileHandler.emit
name: emit
Expand Down Expand Up @@ -22119,6 +22163,10 @@ references:
href: https://docs.python.org/3/library/os.html#os.pardir
name: pardir
uid: os.pardir
- fullName: os.path.ALLOW_MISSING
href: https://docs.python.org/3/library/os.path.html#os.path.ALLOW_MISSING
name: ALLOW_MISSING
uid: os.path.ALLOW_MISSING
- fullName: os.path.supports_unicode_filenames
href: https://docs.python.org/3/library/os.path.html#os.path.supports_unicode_filenames
name: supports_unicode_filenames
Expand Down Expand Up @@ -27023,6 +27071,10 @@ references:
href: https://docs.python.org/3/library/ast.html#ast.TypeAlias
name: TypeAlias
uid: ast.TypeAlias
- fullName: ast.TypeIgnore
href: https://docs.python.org/3/library/ast.html#ast.TypeIgnore
name: TypeIgnore
uid: ast.TypeIgnore
- fullName: ast.TypeVar
href: https://docs.python.org/3/library/ast.html#ast.TypeVar
name: TypeVar
Expand Down Expand Up @@ -30955,6 +31007,10 @@ references:
href: https://docs.python.org/3/library/codecs.html#codecs.backslashreplace_errors
name: backslashreplace_errors
uid: codecs.backslashreplace_errors
- fullName: codecs.charmap_build
href: https://docs.python.org/3/library/codecs.html#codecs.charmap_build
name: charmap_build
uid: codecs.charmap_build
- fullName: codecs.decode
href: https://docs.python.org/3/library/codecs.html#codecs.decode
name: decode
Expand Down