File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105 r'https://github.com/python/bedevere/#pr-state-machine' ,
106106 # "Anchor not found":
107107 r'https://packaging.python.org/.*#' ,
108+ # "-rate limited-", causing a timeout
109+ r'https://stackoverflow.com/.*' ,
108110 # Discord doesn't allow robot crawlers: "403 Client Error: Forbidden"
109- r 'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames' ,
111+ 'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames' ,
110112]
111113
112114rediraffe_redirects = {
Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ on Linux, macOS and iOS.
779779
780780 As with CPython itself, the dependencies for CPython must be compiled for
781781 each of the hardware architectures that iOS supports. Consult the
782- documentation for `XZ <https://xz. tukaani.org/xz-utils / >`__, `bzip2
782+ documentation for `XZ <https://tukaani.org/xz/ >`__, `bzip2
783783 <https://sourceware.org/bzip2/> `__, `OpenSSL <https://www.openssl.org >`__ and
784784 `libffi <https://github.com/libffi/libffi >`__ for details on how to configure
785785 the project for cross-platform iOS builds.
You can’t perform that action at this time.
0 commit comments