René's URL Explorer Experiment


Title: 3.12 backport gh 105236 by erlend-aasland · Pull Request #105358 · python/cpython · GitHub

Open Graph Title: 3.12 backport gh 105236 by erlend-aasland · Pull Request #105358 · python/cpython

X Title: 3.12 backport gh 105236 by erlend-aasland · Pull Request #105358 · python/cpython

Description: Post 3.12.0b1 [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769) [3.12] gh-87891: Add ABI check to CI (#104793) [3.12] howto/urllib2: remove link to an outdated french translation (GH-104193) (#104758) [3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760) [3.12] GH-101291: Avoid using macros with casts in low-level long API. (GH-104742) (#104759) [3.12] gh-99108: Release the GIL around hashlib built-in computation (GH-104675) (#104776) [3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104279) [3.12] Remove gh-103207 changelog item as it was never part of any release. (GH-104815) [3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harness (GH-104811) (#104823) [3.12] gh-104372: use == -1 before PyErr_Occurred (GH-104831) (#104833) [3.12] gh-104797: Allow Protocols to inherit from collections.abc.Buffer (GH-104827) (#104841) [3.12] gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (GH-104824) (#104847) [3.12] gh-102856: Add missing quote to fix doctest (GH-104852) (#104854) [3.12] gh-104825: Remove implicit newline in the line attribute in tokens emitted in the tokenize module (GH-104846). (#104850) [3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-104853) [3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-104767) (#104844) [3.12] gh-102856: Update "Formatted string literals" docs section after PEP701 (GH-104861) (#104865) [3.12] gh-104825: add omitted idlelib text fix (#104880) gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by Apple in macOS 13.4. (GH-104883) [3.12] gh-104866: Tokenize should emit NEWLINE after exiting block with comment (GH-104870) (#104872) [3.12] Improve test coverage for is_typeddict (GH-104884) (#104889) [3.12] gh-104879: Fix TypeAliasType.module in exec() (GH-104881) (#104890) [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893) [3.12] gh-104874: Document NewType.supertype (GH-104875) (#104906) [3.12] Fix test_importlib.test_side_effect_import() (GH-104840) (#104842) [3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915) [3.12] Misc improvements to the itertools docs (GH-104916) (GH-104917) [3.12] Fix indentation in json.AttrDict REPL example (GH-104930) (#104931) Improves the Windows MSI test run on PR (GH-104929) [3.12] gh-104935: typing: Fix interactions between @runtime_checkable and Generic (GH-104939) (#104941) [3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942) [3.12] gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (#104959) [3.12] gh-104479: Update outdated tutorial floating-point reference (GH-104681) (#104960) [3.12] gh-104943: Remove mentions of old Python versions (GH-104945) (#104963) [3.12] Fix typo in the tokenizer (GH-104950) (#104953) [3.12] gh-104924: Fix read()able in http.client log messages (gh-104926) (gh-104970) [3.12] gh-104955: Fix release_buffer signature (GH-104956) (#104973) [3.12] Remove raw asserts in test_typing.py (GH-104951) (#104978) [3.12] gh-104972: Ensure that line attributes in tokens in the tokenize module are correct (GH-104975) (#104982) [3.12] CI: Cache config.cache across runs to speed up build (GH-104800) (#104967) [3.12] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986) (#104987) [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989) [3.12] GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platforms (GH-104948) (GH-104990) [3.12] GH-103631: Fix PurePosixPath(PureWindowsPath(...)) separator handling (GH-104949) (GH-104991) [3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965) (GH-104997) [3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenizer (GH-104980) (#105000) [3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006) [3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) (#105009) [3.12] CI: Precompute hash for config cache key in check_source job (GH-105008) (#105014) [3.12] gh-105017: Fix including additional NL token when using CRLF (GH-105022) (#105023) [3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028) [3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (GH-104995) (#105036) [3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (GH-105021) (#105032) [3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030) (#105041) [3.12] Document PEP 698 and other new typing features in What's New (GH-104957) (#105045) Fix compiler warning in unicodeobject.c (GH-105050) gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Windows Dev Drive (GH-104805) gh-104820: Fixes os.stat on Windows to better handle file systems that do not support FileIdInformation (GH-104892) gh-103646: Remove --include-pip-user from default APPX package build (GH-105064) [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module docs (GH-105044) (#105066) [3.12] gh-105077: Fix test_tkinter refleak checking (GH-105078) (GH-105079) [3.12] gh-102251: Fix reference leak in _testsinglephase initialization (GH-105082) (#105083) [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974) [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (GH-105072) (#105095) [3.12] Enable the ABI check job to publish the updated ABI data file (GH-105088) [3.12] gh-103921: Minor PEP-695 fixes to the ast module docs (GH-105093) (#105101) [3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105) gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055) [3.12] gh-105035: fix super() calls on unusual types (e.g. meta-types) (GH-105094) (#105117) [3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118) [3.12] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105132) [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092) (GH-105133) [3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (GH-105061) (#105120) [3.12] gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (GH-105070) (#105119) [3.12] gh-105096: Reformat wave documentation (#105136) (#105138) [3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (GH-105126) (#105142) [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (#105143) [3.12] gh-105144: Runtime-checkable protocols: move all 'sanity checks' to _ProtocolMeta.__subclasscheck__ (GH-105152) (#105160) [3.12] GH-105113: Improve performance of pathlib.PurePath.match() (GH-105114) [3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123) [3.12] gh-102251: Explicitly free state for test modules with state in test_import (GH-105085) (#105170) gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147) [3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192) [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105199) [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207) [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115) (gh-105124) [3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current Thread (gh-105109) (gh-105209) [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-105122) (gh-105211) [3.12] gh-104799: Default missing lists in AST to the empty list (GH-104834) (#105213) [3.12] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105218) [3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231) (#105234) [3.12] gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() regarding sys.last_exc (GH-105190) (#105246) [3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type() (GH-105225) (#105248) [3.12] gh-105080: Fixed inconsistent signature on derived classes (GH-105217) (#105257) [3.12] gh-89415: Mention new IP_* constants in socket module in the docs (GH-105266) (#105270) [3.12] gh-104690 Disallow thread creation and fork at interpreter finalization (GH-104826) (#105277) [3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282) [3.12] gh-104882: Docs: fix description of relationship between socket.getblocking() and socket.gettimeout() (GH-105026) (#105283) [3.12] gh-98963: Restore the ability to have a dict-less property. (GH-105262) (#105297) [3.12] gh-105164: Detect annotations inside match blocks (GH-105177) (#105313) [3.12] gh-105237: Allow calling issubclass(X, typing.Protocol) again (GH-105239) (#105316) [3.12] gh-105280: Ensure isinstance([], collections.abc.Mapping) always evaluates to False (GH-105281) (#105318) [3.12] gh-105286: Improve typing.py docstrings (#105287) (#105319) [3.12] Clarify that error messages are better with PEP 701 (GH-105150) (#105169) [3.12] What's New in 3.12: List 'Improved Modules' alphabetically (GH-105315) (#105321) [3.12] gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054) (#105057) [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105327) [3.12] gh-105324: Fix tokenize module main function for stdin (GH-105325) (#105330) [3.12] gh-90005: Don't link with libbsd if not needed (#105236) 📚 Documentation preview 📚: https://cpython-previews--105358.org.readthedocs.build/

Open Graph Description: Post 3.12.0b1 [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769) [3.12] gh-87891: Add ABI check to CI (#104793) [3.12] howto/urllib2: remove link to an outdated french transl...

X Description: Post 3.12.0b1 [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769) [3.12] gh-87891: Add ABI check to CI (#104793) [3.12] howto/urllib2: remove link to an outdated french transl...

Opengraph URL: https://github.com/python/cpython/pull/105358

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:63fd6973-3a35-e4a1-07ab-a7b5b18f182c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCCFA:1E6D3F:19F8682:229A46A:6969B229
html-safe-nonce1336d50768910452e124d00e2016d2e1548e2799d44a082b37435aa8175e6b22
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQ0ZBOjFFNkQzRjoxOUY4NjgyOjIyOUE0NkE6Njk2OUIyMjkiLCJ2aXNpdG9yX2lkIjoiMTIwNDg0MDk0MzY1NTE3MDYwMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac432cdda3d7f20026d86db8791f8b8e7a694df40bc198ae406b3449f50d4d0a22
hovercard-subject-tagpull_request:1380564111
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/105358/files
twitter:imagehttps://avatars.githubusercontent.com/u/13780613?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/13780613?s=400&v=4
og:image:altPost 3.12.0b1 [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769) [3.12] gh-87891: Add ABI check to CI (#104793) [3.12] howto/urllib2: remove link to an outdated french transl...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb23b8fcc855cd29bb04d6c94aafa62d336bf44eefa8229444eecc968cad03aee
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release0672399d88424758731ec07fe24509e23bb17fb5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/105358/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F105358%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F105358%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/105358/files
Reloadhttps://github.com/python/cpython/pull/105358/files
Reloadhttps://github.com/python/cpython/pull/105358/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
erlend-aaslandhttps://github.com/erlend-aasland
python:mainhttps://github.com/python/cpython/tree/main
erlend-aasland:3.12-backport-gh-105236https://github.com/erlend-aasland/cpython/tree/3.12-backport-gh-105236
Conversation 0 https://github.com/python/cpython/pull/105358
Commits 110 https://github.com/python/cpython/pull/105358/commits
Checks 0 https://github.com/python/cpython/pull/105358/checks
Files changed https://github.com/python/cpython/pull/105358/files
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
3.12 backport gh 105236 https://github.com/python/cpython/pull/105358/files#top
Show all changes 110 commits https://github.com/python/cpython/pull/105358/files
c2b127e Post 3.12.0b1 Yhg1s May 22, 2023 https://github.com/python/cpython/pull/105358/commits/c2b127ed3ab44d404c502bd2f8f279253fd081e6
97f8547 [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104… miss-islington May 22, 2023 https://github.com/python/cpython/pull/105358/commits/97f85479131ad34daa3bc50e33c471fb2fe6c056
b44beac [3.12] gh-87891: Add ABI check to CI (#104793) encukou May 23, 2023 https://github.com/python/cpython/pull/105358/commits/b44beac5e101bb68898aa1bf4ccfc37f6f168050
25b5ce7 [3.12] howto/urllib2: remove link to an outdated french translation (… miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1
905d419 [3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760) miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/905d419cac0e2617ee07c8a478e132793878a875
e43fbbd [3.12] GH-101291: Avoid using macros with casts in low-level long API… miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/e43fbbd92884ad167cdaea296526c671f593b234
9aea1f2 [3.12] gh-99108: Release the GIL around hashlib built-in computation … miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/9aea1f28e2d22dd8650f6153eb5630ffd250d3c8
f4e2049 [3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-… itamaro May 23, 2023 https://github.com/python/cpython/pull/105358/commits/f4e2049f14d40c1b893c68530eec5e341cf3d929
5c8418c [3.12] Remove gh-103207 changelog item as it was never part of any re… miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/5c8418c5cc6737cd40df448eff80d2297f68e1a5
22c45c4 [3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harn… miss-islington May 23, 2023 https://github.com/python/cpython/pull/105358/commits/22c45c49bbdc480ce221fc11ddf488b41c0d9c60
b719dd8 [3.12] gh-104372: use == -1 before PyErr_Occurred (GH-104831) (#104833) miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/b719dd8725a820a1af4b76c30ae87c23d8db68c0
d10d1e3 [3.12] gh-104797: Allow Protocols to inherit from collections.abc.Buf… miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/d10d1e3b10737a8426f92221e2788e40ad05b4e0
a5c0ef8 [3.12] gh-102856: Add changes related to PEP 701 in 3.12 What's New d… miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/a5c0ef87a1c7b08d9c7407a705b3751d9e0b3638
2d685ec [3.12] gh-102856: Add missing quote to fix doctest (GH-104852) (#104854) miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/2d685eca8a6ef25963609246d18097032358881c
3d2ed89 [3.12] gh-104825: Remove implicit newline in the line attribute in to… pablogsal May 24, 2023 https://github.com/python/cpython/pull/105358/commits/3d2ed8991f9f0f4bbefe4c6f5c8bbbb92259bac6
b151660 [3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… corona10 May 24, 2023 https://github.com/python/cpython/pull/105358/commits/b151660883864392c0e37972efde232b46a36589
5e1799e [3.12] gh-104719: IDLE - test existence of all tokenize references. (… miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/5e1799ea2e6ce96dbaba380f41f37b3856e43354
25890eb [3.12] gh-102856: Update "Formatted string literals" docs section aft… miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/25890ebbb8502a19b76da7634d9a85e3c8ddcb54
2b54ea5 [3.12] gh-104825: add omitted idlelib text fix (#104880) terryjreedy May 24, 2023 https://github.com/python/cpython/pull/105358/commits/2b54ea5ba2f5fbbaea03def966f02b742652104e
45b88e0 gh-103207: The macOS 13 Ventura Installer.app permission problem is f… ned-deily May 24, 2023 https://github.com/python/cpython/pull/105358/commits/45b88e0653da265ae5cbbed7785f3970c5d52d08
ddc29c8 [3.12] gh-104866: Tokenize should emit NEWLINE after exiting block wi… miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/ddc29c8fdb59849e7eebd8e72462b14a98994874
3d91d03 [3.12] Improve test coverage for is_typeddict (GH-104884) (#104889) miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/3d91d034a0d74804a356d773f54230e62c9924ba
b670214 [3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) … miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/b67021463687941b5ac650a9c3d0f5a533dbcf5d
c4bc97a [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893) miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/c4bc97a0aa0c8793d6995f8e89ff915faaf421a6
a064233 [3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906) miss-islington May 24, 2023 https://github.com/python/cpython/pull/105358/commits/a06423388618424e2c6dab2ab503fdca5a953e38
51eb009 [3.12] Fix test_importlib.test_side_effect_import() (GH-104840) (#104… miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/51eb009cef155f02c59d05ce1f0d93c50ea9085a
4833f62 [3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915) miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/4833f621b341a05debb794b896baab9dfe393fcc
1a47d11 [3.12] Misc improvements to the itertools docs (GH-104916) (GH-104917) miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/1a47d11f35973feb222fc0921b002633595f289c
b328ba1 [3.12] Fix indentation in `json.AttrDict` REPL example (GH-104930) (#… miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/b328ba194157ab5191d056608d35ab4353fc61af
d176f78 Improves the Windows MSI test run on PR (GH-104929) miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/d176f78ec23116bedaa8c5ad27fe5ca323deebaf
930efde [3.12] gh-104935: typing: Fix interactions between `@runtime_checkabl… miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/930efde4c72a38cdc98dfafc94f790638639924e
5c2971b [3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (… miss-islington May 25, 2023 https://github.com/python/cpython/pull/105358/commits/5c2971b78f7e2bdf8ed6073c7470cdfe2a4b7a69
8010cef [3.12] gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/8010cefc45d6763fea0c5950db9237ce42776516
bd2cc41 [3.12] gh-104479: Update outdated tutorial floating-point reference (… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/bd2cc41d3832369e78ff96a78a1bf089f7d0594d
6324458 [3.12] gh-104943: Remove mentions of old Python versions (GH-104945) … miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/6324458bef67c597b4278fff829b7a20cb32b64a
b31cfd2 [3.12] Fix typo in the tokenizer (GH-104950) (#104953) miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/b31cfd276ee48b51220e6dbdc8bb9d66c5c7679d
83bdfa4 [3.12] gh-104924: Fix `read()able` in `http.client` log messages (gh-… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/83bdfa43206f9d04585d1d44ea55e1d93091a905
3158b4d [3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973) miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/3158b4d2f92299a2d2571405ff6eb920fa9d6b50
01af2b0 [3.12] Remove raw asserts in test_typing.py (GH-104951) (#104978) miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/01af2b0e516608c831f4c6837087479f45368d21
8ca2957 [3.12] gh-104972: Ensure that line attributes in tokens in the tokeni… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/8ca29573a89f78f87380210d02f48410763f507d
97509ca [3.12] CI: Cache config.cache across runs to speed up build (GH-10480… hugovk May 26, 2023 https://github.com/python/cpython/pull/105358/commits/97509ca2bc9f48283ceeb1f1f6acd6b6cfb8c268
bb1e57e [3.12] gh-104984: remove kwargs and starargs from Call & ClassDef (GH… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/bb1e57ee40f81af266a8fd7607d773ab1d25c73b
dcee0aa [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989) miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/dcee0aa9119243c294df820d6586d539ff039d3d
eca102d [3.12] GH-104947: Make pathlib.PureWindowsPath comparisons consistent… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/eca102ddac77a42c6fda62a283fe0802e0ff5549
305d78b [3.12] GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/305d78b71481e309051b1b88f363805d8c0ad34a
05189f3 [3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/05189f3054e3a831967a1bb53d14d97c97e31598
2c02c68 [3.12] gh-104976: Ensure trailing dedent tokens are emitted as the pr… miss-islington May 26, 2023 https://github.com/python/cpython/pull/105358/commits/2c02c6886739f0ed420d900b2a29933bc1c5df37
f625ec3 [3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005)… miss-islington May 27, 2023 https://github.com/python/cpython/pull/105358/commits/f625ec360324842d7123db7dfe05ca2e221eecfd
368d177 [3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.… miss-islington May 27, 2023 https://github.com/python/cpython/pull/105358/commits/368d177da5bec2a71ab1af6e6f8e07ba6b2b1222
edd0cb8 [3.12] CI: Precompute hash for config cache key in check_source job (… miss-islington May 27, 2023 https://github.com/python/cpython/pull/105358/commits/edd0cb8e77d7b65f5a9c2c69dc81f9c4514878d5
2b176bc [3.12] gh-105017: Fix including additional NL token when using CRLF (… miss-islington May 27, 2023 https://github.com/python/cpython/pull/105358/commits/2b176bc90269b400226d0219a05e9b4c49604c51
5426ff1 [3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#10… miss-islington May 27, 2023 https://github.com/python/cpython/pull/105358/commits/5426ff14765bda6c1bf5a74f8223edc144bc8b1f
36a4227 [3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.… miss-islington May 28, 2023 https://github.com/python/cpython/pull/105358/commits/36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d
41b622b [3.12] gh-105013: Fix inspect.getsource with parenthesized multiline … miss-islington May 28, 2023 https://github.com/python/cpython/pull/105358/commits/41b622b1e8736bd86c8dc2e1471121d5f6a88937
3f8d5d9 [3.12] gh-105017: Include CRLF lines in strings and column numbers (G… miss-islington May 28, 2023 https://github.com/python/cpython/pull/105358/commits/3f8d5d9ed60ae0f70c92dc29587cc6367eda80c3
74bbc60 [3.12] Document PEP 698 and other new typing features in What's New (… miss-islington May 28, 2023 https://github.com/python/cpython/pull/105358/commits/74bbc603e42d3b191358023811695d9fa4766076
5dc6b18 Fix compiler warning in unicodeobject.c (GH-105050) miss-islington May 29, 2023 https://github.com/python/cpython/pull/105358/commits/5dc6b18cb0c83faab556b46bdcf96ce21880fa91
635ce29 gh-104803: Implement ntpath.isdevdrive for checking whether a path is… miss-islington May 29, 2023 https://github.com/python/cpython/pull/105358/commits/635ce29257a7f7272af009d3c08379522317d89b
68bf3fe gh-104820: Fixes os.stat on Windows to better handle file systems tha… miss-islington May 29, 2023 https://github.com/python/cpython/pull/105358/commits/68bf3fe0e4221bd33823b727af1f70708bdb8f29
56722ef gh-103646: Remove --include-pip-user from default APPX package build … miss-islington May 29, 2023 https://github.com/python/cpython/pull/105358/commits/56722efe36dd5ef8320f1b3fd0a949d85e62e585
6794526 [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback … miss-islington May 29, 2023 https://github.com/python/cpython/pull/105358/commits/67945261c42d746d0674b4361b2d8efa75e57345
7f04a15 [3.12] gh-105077: Fix test_tkinter refleak checking (GH-105078) (GH-1… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/7f04a1546f2be67bfa53ddaa5769002d4d1691f2
fd6b913 [3.12] gh-102251: Fix reference leak in _testsinglephase initializati… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/fd6b913535d78d3bfec710075ac930474c1057ca
7899fac [3.12] gh-104799: Move location of type_params AST fields (GH-104828)… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/7899fac3c5fba3b8258cdd72562230c51164d778
b45df73 [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except… iritkatriel May 30, 2023 https://github.com/python/cpython/pull/105358/commits/b45df737d43e809b1c41b9b2056ecb28c3cfb288
4e7d41f [3.12] Enable the ABI check job to publish the updated ABI data file … zooba May 30, 2023 https://github.com/python/cpython/pull/105358/commits/4e7d41f9867676dc1aacdf0310f500b0191be0fc
9fb7abb [3.12] gh-103921: Minor PEP-695 fixes to the `ast` module docs (GH-10… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/9fb7abba6d64dd345e09e13675b522aa2006d74f
aeee5a5 [3.12] gh-105071: add missing versionadded directive (GH-105097) (#10… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/aeee5a575647a9f2676d0d00c763e1a9454a6102
9ae49e3 gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/9ae49e3f3bdf585473f03522a1b7dd7c9e4baa6a
5fff491 [3.12] gh-105035: fix super() calls on unusual types (e.g. meta-types… miss-islington May 30, 2023 https://github.com/python/cpython/pull/105358/commits/5fff491bd5d6da579a28b521efd3ef15f3f42c01
af7b55d [3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#… erlend-aasland May 30, 2023 https://github.com/python/cpython/pull/105358/commits/af7b55d37f10594c3aa9815e7b6f0fd8e5ca020f
e3fcd9e [3.12] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-1… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/e3fcd9e4fa34f087985f0ab958c6effa20bf071e
4729100 [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on o… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/4729100239ce5486fce0ff4d62dad52c30e108c3
2f8c22f [3.12] gh-105042: Disable unmatched parens syntax error in python tok… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/2f8c22f1d6c22f018c78264937db66d52fb18869
c687946 [3.12] gh-105069: Add a readline-like callable to the tokenizer to co… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/c687946f6815a17bc5ceacaf3bbceba5b41e73fd
01b42f9 [3.12] gh-105096: Reformat wave documentation (#105136) (#105138) vstinner May 31, 2023 https://github.com/python/cpython/pull/105358/commits/01b42f9559b614d729c3f055d09269db13d2433c
d3c21a9 [3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode … miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/d3c21a9f3327d8bed58b47e6e5ada7c95b0a7bde
4f477c7 [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/4f477c796cbd6db14fa102fecd5afc38a3604850
076f3cd [3.12] gh-105144: Runtime-checkable protocols: move all 'sanity check… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/076f3cda140a45b08c2c9518bc19624aae50d3a3
e7cb216 [3.12] GH-105113: Improve performance of `pathlib.PurePath.match()` (… barneygale May 31, 2023 https://github.com/python/cpython/pull/105358/commits/e7cb216339e8aa8d00f7f55f9e37864b1720ca0f
f87c6d1 [3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123) ericsnowcurrently May 31, 2023 https://github.com/python/cpython/pull/105358/commits/f87c6d189418850ac9c2e5f9cb08531cf004f704
8b51666 [3.12] gh-102251: Explicitly free state for test modules with state i… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/8b516668f2fea6d55edbd7054e27391cfd574d86
dbd7d7c gh-105146: Update links at end of Windows installer (uninstall/repair… miss-islington May 31, 2023 https://github.com/python/cpython/pull/105358/commits/dbd7d7c8e105e0462aec0530a118c016870c45a8
6375287 [3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192) miss-islington Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/6375287b37c226eb95d032b4714c43f8c04b7edb
25543ae [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-… miss-islington Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/25543aecfe1e11c1a7aca02e2a83ddbfbadde85f
83c7386 [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207) erlend-aasland Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/83c7386cee59d8dfe9fa8f5db80ab4afeb3a7b8a
c38ceb0 [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For … miss-islington Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/c38ceb032d59d6c8f2006ab9a347d7e207f9f84e
d2be5c7 [3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizin… miss-islington Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/d2be5c73ed520fb9d82a395f001eb9001711ed8f
d57ee81 [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType… miss-islington Jun 1, 2023 https://github.com/python/cpython/pull/105358/commits/d57ee813ebd496a3fd8118d7dc057d54c4af847e
e6d5e63 [3.12] gh-104799: Default missing lists in AST to the empty list (GH-… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/e6d5e63614684025d4aa09f77a759eb3fc0bd77f
46cc4f0 [3.12] gh-105184: document that marshal functions can fail and need t… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/46cc4f0f76a9f6966aee76d74f8db9a2f43fa8a6
103ae4e [3.12] gh-105194: Fix format specifier escaped characters in f-string… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/103ae4e36e965b2d693c90bb6cb699f845903950
00fe618 [3.12] gh-102778: update documentation of PyErr_PrintEx and traceback… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/00fe6186cb8bb5de9ab1604521dfd2584a487545
72d5dfa [3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basi… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/72d5dfaa8f475498644035839f5a6469db486407
d3922c4 [3.12] gh-105080: Fixed inconsistent signature on derived classes (GH… miss-islington Jun 2, 2023 https://github.com/python/cpython/pull/105358/commits/d3922c4688172c6865caaee69ed1afb439907919
f629d5f [3.12] gh-89415: Mention new `IP_*` constants in `socket` module in t… miss-islington Jun 3, 2023 https://github.com/python/cpython/pull/105358/commits/f629d5fc240e674652e6d183ada7a4e2dbdf3e18
c7a9d96 [3.12] gh-104690 Disallow thread creation and fork at interpreter fin… miss-islington Jun 4, 2023 https://github.com/python/cpython/pull/105358/commits/c7a9d96a25a646d37cb97506019e82ee7493d1b3
6b61fe9 [3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282) miss-islington Jun 4, 2023 https://github.com/python/cpython/pull/105358/commits/6b61fe90975b3693f51e257723716fe9c3090911
9ce3312 [3.12] gh-104882: Docs: fix description of relationship between `sock… miss-islington Jun 4, 2023 https://github.com/python/cpython/pull/105358/commits/9ce3312cdba865b57547377d4e99877fe811a92f
3e7ddc2 [3.12] gh-98963: Restore the ability to have a dict-less property. (G… miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/3e7ddc29a3f33b638c5d51d9372763fbc688b06b
6d03541 [3.12] gh-105164: Detect annotations inside match blocks (GH-105177) … miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/6d0354167f8093183ae5f12205fd0cf991dbbd6a
5175026 [3.12] gh-105237: Allow calling `issubclass(X, typing.Protocol)` agai… miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/51750269cf36901e83a70a1fff9ab93a2e2855fb
2031238 [3.12] gh-105280: Ensure `isinstance([], collections.abc.Mapping)` al… miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/2031238eb64150053117e214ca40dc774b95b933
83fc562 [3.12] gh-105286: Improve `typing.py` docstrings (#105287) (#105319) AlexWaygood Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/83fc562ea5ff1d731cd1066016c16f9f75a12de4
dbc179e [3.12] Clarify that error messages are better with PEP 701 (GH-105150… miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/dbc179e7c3c668537e7a61f36b8522545af08b56
0c51318 [3.12] What's New in 3.12: List 'Improved Modules' alphabetically (GH… hugovk Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/0c51318c5863060195facc69bcaa90e574b7f899
05b6153 [3.12] gh-97908: CAPI docs: Remove repeated struct names from member … miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/05b615345699c9d0dcff0b638b8eb9bd596c0cb7
ab660e9 [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback … miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/ab660e9a53090f6b00b33ff0633b0388355f4c4a
3aa3be4 [3.12] gh-105324: Fix tokenize module main function for stdin (GH-105… miss-islington Jun 5, 2023 https://github.com/python/cpython/pull/105358/commits/3aa3be4fe3f64ccaf2b6235bd3addeb5c1313002
bdd2b89 [3.12] gh-90005: Don't link with libbsd if not needed (#105236) erlend-aasland Jun 6, 2023 https://github.com/python/cpython/pull/105358/commits/bdd2b89c097df1304e349a7d3fc157ef89b056ce
Clear filters https://github.com/python/cpython/pull/105358/files
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
ci.yml https://github.com/python/cpython/pull/105358/files#diff-aaf2d8fa6617806c6eaa3f20fb2bb39b3b2131af9532615f7900f53d90ab1a4c
pr.yml https://github.com/python/cpython/pull/105358/files#diff-176f4ace67c158967e67a887fb0a24812c2a31bd64b5925c31d910889a4fb9af
build.yml https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
build_msi.yml https://github.com/python/cpython/pull/105358/files#diff-ccd65a69b3fba0d0aa8703c679eb956d549bfafc8545604d2fd52ecc41c75254
doc.yml https://github.com/python/cpython/pull/105358/files#diff-7871fa1d10e6bf511d9cfda5a6874d1a75acb950fb1bc9fee6057eff13257521
.gitignore https://github.com/python/cpython/pull/105358/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
exceptions.rst https://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
marshal.rst https://github.com/python/cpython/pull/105358/files#diff-9552e29b14533f455241dfb30a7a184a94f7d1600c6c0f52807dc1f7b6083d4e
structures.rst https://github.com/python/cpython/pull/105358/files#diff-7cc88f3345d03aaf0505c8c85cf6912c43b87a16e124332e84059f1550061286
type.rst https://github.com/python/cpython/pull/105358/files#diff-04d16413dd014ab960bcc7e5f56e3e087da668393f6525d10d099e5a86020016
veryhigh.rst https://github.com/python/cpython/pull/105358/files#diff-f12744846bbcc1b08e6c6faf291c0c46b891a525908b87c10d388ad0152e3cb1
python3.12.abi https://github.com/python/cpython/pull/105358/files#diff-90def4e0d49c920032ca9ce0ba9f1b3cb8e854f3ac82e851376b7c7411f292cf
urllib2.rst https://github.com/python/cpython/pull/105358/files#diff-0b057b809776057017366aefca2053bb4bffc023afa180af0cb41bf121fd7665
ast.rst https://github.com/python/cpython/pull/105358/files#diff-2001e0882d63f99ea9256cccc068969c03afa6dca739cf2ee1f5068d4534ab08
atexit.rst https://github.com/python/cpython/pull/105358/files#diff-5d3a594704e0256c512c5c573b048705ead90bfb8c2718c57fbb3d3c98565352
dis.rst https://github.com/python/cpython/pull/105358/files#diff-eaa488fc50d23b30ca8b24ab19e9c91c1c941339847af993e908f006eec0653b
itertools.rst https://github.com/python/cpython/pull/105358/files#diff-dc4aad2e6d83f79bb1296aa5b1e1567f11ef347d522c2eb3a82645f772cd6e5e
json.rst https://github.com/python/cpython/pull/105358/files#diff-31831534a45e7154ec80da9cec0fa478ffef9b129f8a8dbb45270ca45eebdc57
os.path.rst https://github.com/python/cpython/pull/105358/files#diff-22dc079c4b2ebb7590f7963d2a7ea70133920c3f465d35b421ec9451c563d783
pathlib.rst https://github.com/python/cpython/pull/105358/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
socket.rst https://github.com/python/cpython/pull/105358/files#diff-e9e93d6b76a8a1cf0825d557b12e7ce3e67081cad650063eee520b81fd651943
stdtypes.rst https://github.com/python/cpython/pull/105358/files#diff-08a31a70dd1f6d97aa8dacdce77db4de04c700d9949be1af611a595186aad5b3
subprocess.rst https://github.com/python/cpython/pull/105358/files#diff-346949b57abf9f17798d03d93244ab8f54b1cebcef518df03b21134bf7411f1d
traceback.rst https://github.com/python/cpython/pull/105358/files#diff-a9dfe7dd797d4b6f0c0fd21182d70a180a287f8ee6f43a08ef7ecc29f809b13e
typing.rst https://github.com/python/cpython/pull/105358/files#diff-8a0f115fde6769c122b771b6d0eca184c4580f7b5fabe2f0b0579c679424364f
wave.rst https://github.com/python/cpython/pull/105358/files#diff-fc459f8732c78b5086d83c7c9a4d2eaa32b777c865091302f96ccd0a91520cc2
compound_stmts.rst https://github.com/python/cpython/pull/105358/files#diff-69b471d7b4c517d310ecacad8e8e432ad39b3942cb1563978b1c275f597c20e1
datamodel.rst https://github.com/python/cpython/pull/105358/files#diff-9125871b063a1ef80aa4bd3e46d7060921032c8437160c7cb8c1497756b02d61
executionmodel.rst https://github.com/python/cpython/pull/105358/files#diff-4e923f2167739541d6e7d69f23d9dbcae9e283790a0b3f6e2b2735bf3b5e80f0
lexical_analysis.rst https://github.com/python/cpython/pull/105358/files#diff-1b819e2e09fc616c594f0099afaefe6191e0055e875ab1d4831679e78c1bb02d
simple_stmts.rst https://github.com/python/cpython/pull/105358/files#diff-300d3fafb76c1066e44118597e6707da9b20127b7b3a1fe35668f5c41c69e0a5
.nitignore https://github.com/python/cpython/pull/105358/files#diff-b7c84835b887ce2fbbbbdbfb8aaee3317c5b731ed4c6c4682e122de334984c9c
floatingpoint.rst https://github.com/python/cpython/pull/105358/files#diff-098f29e0fa85773b196553a29dd55df2186221318acb822785274ea2771f308b
3.11.rst https://github.com/python/cpython/pull/105358/files#diff-78f24041d66ab8ed2ae1aee94bcd42396d27af833cb96a3c506294c6d6dce82d
3.12.rst https://github.com/python/cpython/pull/105358/files#diff-0f2c1763c64530268325a0ee2dfaa4f5d555c4ac27deb78bd77102c8ce1b886b
python.gram https://github.com/python/cpython/pull/105358/files#diff-2973ca53337859793077e9bdc1a1623063379f0fdfcb788836fd82ebb66b763b
longintrepr.h https://github.com/python/cpython/pull/105358/files#diff-c3cb5b87a5019019dc5ed8afef49205c5bcee705af552395544aa84bf8c8f8a1
pyerrors.h https://github.com/python/cpython/pull/105358/files#diff-cc9a661135394138c697d3eb4a19eed6d4ca13de3af841e87215f20f3c45e7ad
pycore_ast.h https://github.com/python/cpython/pull/105358/files#diff-3e14972c26adba10853eaefac7d5ef1b303c4508798980fb363df01155c7d5f9
pycore_ceval.h https://github.com/python/cpython/pull/105358/files#diff-9e7eb7e81667528dfa3a35bbf32fe622d4721c3c71385ea0ea2250abbd15d545
pycore_global_objects_fini_generated.h https://github.com/python/cpython/pull/105358/files#diff-31f682b2a04cda997f449a9816ee5fae305e3bfa7357afcb794615921c6a88d2
pycore_global_strings.h https://github.com/python/cpython/pull/105358/files#diff-7656e411eccd63ff8aab3e11de3f45035665f6b639206d3f440727dfb5e0ebcf
pycore_object.h https://github.com/python/cpython/pull/105358/files#diff-2a12f738a77b362d74a65949b58c37f2affcd15ba8b1c979b63bd00223b8a456
pycore_runtime_init_generated.h https://github.com/python/cpython/pull/105358/files#diff-69a1fc720f0b1e9005cf7717dd81c823399da81dd2f6480664b51238c1ef93f0
pycore_typeobject.h https://github.com/python/cpython/pull/105358/files#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
pycore_unicodeobject_generated.h https://github.com/python/cpython/pull/105358/files#diff-510f6084b63d39305481b719ae0a29475ba759e259a8e4cee4f07c451ffbb2d6
object.h https://github.com/python/cpython/pull/105358/files#diff-87272721a5cf1cd9915d6f503f6a7bbefa2f26c935c7ce83ca78706afd0ad05a
patchlevel.h https://github.com/python/cpython/pull/105358/files#diff-23de33df58f4a041af05ed9b21b959e13aee7257def61e346fc50c8cd174eff0
thread.py https://github.com/python/cpython/pull/105358/files#diff-692c518556397eee9681b886c6c7e85af5defbd0759a01f0f39c355d48d1fd75
enum.py https://github.com/python/cpython/pull/105358/files#diff-e5dd6e444e4e6c2cdeb8edf271d057f9da52f7b406dcd8b655dc396fb013bd03
client.py https://github.com/python/cpython/pull/105358/files#diff-3cf29d90eb758d0fe5ec013bbfda9b0bb60be4f7d899583bd5f490a7a5a5dc5f
NEWS.txt https://github.com/python/cpython/pull/105358/files#diff-58ad78c6c9bd40472cf2060280dadce5e6b2fa117eabbc42f053390dfaaf3d12
editor.py https://github.com/python/cpython/pull/105358/files#diff-0ebe4cdabcc123ccaae0e7cb5fcc54423a11b82957a8f972db70e98a1e847ae4
test_editor.py https://github.com/python/cpython/pull/105358/files#diff-bac2e14f6c7aadf914b40304552d8e0689317d8ff639a9a497cff07f3972392a
test_iomenu.py https://github.com/python/cpython/pull/105358/files#diff-57d74a14f15341523f6af1e838e902021bb192a6d6ed9c9512a70f8c8fe47a83
inspect.py https://github.com/python/cpython/pull/105358/files#diff-b89cd06e4637abacb73f2500301ff979a67ad7ecbfa7cf151c7243715898d7ea
ntpath.py https://github.com/python/cpython/pull/105358/files#diff-892add06b0598c5d7b07448e0ac87f5aa6b97fd0a79d77bcbc69092b70d1d065
pathlib.py https://github.com/python/cpython/pull/105358/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
shutil.py https://github.com/python/cpython/pull/105358/files#diff-db8ac59326160713929e0e1973aef54f0280fe9f154ef24d14244909a0e0689b
inspect_fodder.py https://github.com/python/cpython/pull/105358/files#diff-6bd824058ee04ffc295508fdf83549f9a3b304cbfa8ebd4870fd7123c539f922
inspect_fodder2.py https://github.com/python/cpython/pull/105358/files#diff-93ce41d066e85bf3d2d906387fe2cdbc7e643e01add80012832ef1dc30515851
test_ast.py https://github.com/python/cpython/pull/105358/files#diff-3f516b60719dd445d33225e4f316b36e85c9c51a843a0147349d11a005c55937
test_exceptions.py https://github.com/python/cpython/pull/105358/files#diff-7c2307b287712224bf6f6152a4a15e94c86b0fe750599a068f4bb6799dcc07e7
test_misc.py https://github.com/python/cpython/pull/105358/files#diff-4178d53cac5b09685584df43c65b66797dd4ca4df491b2081565d95ba90aaa36
test_enum.py https://github.com/python/cpython/pull/105358/files#diff-8467f9fbbff81abf26d87a8dbbf0e0c866157971948010e48cc73539251a9e4c
test_fstring.py https://github.com/python/cpython/pull/105358/files#diff-8c1fe2af639c01d0d8e2368a8ab4ed407b1df4a3411e273b3fd5d0278ceb7393
__init__.py https://github.com/python/cpython/pull/105358/files#diff-ea25b7196846cae64e3ed2b3fb2e1ee420961442fcd801a07bcd9000178bbd58
test_threaded_import.py https://github.com/python/cpython/pull/105358/files#diff-a1e554f578aaaf3a7232078affdd527a19c86b178d8e3df84de287d335804ab1
test_inspect.py https://github.com/python/cpython/pull/105358/files#diff-cd0b5ed704ccdad2d507d4f756ac2a9b391e0c9bbb5554baf851dbebd8b5e618
test_itertools.py https://github.com/python/cpython/pull/105358/files#diff-9abbaeca99112e9e04b554726bff97b76030eb982f39e591be77be8ef14149e5
test_ntpath.py https://github.com/python/cpython/pull/105358/files#diff-f32eb738dcaaaaeb2ac5bcd885fd517e11c9efc35c44912bef0c725e20c1fbea
test_os.py https://github.com/python/cpython/pull/105358/files#diff-5007f0845419916c8b0294481e2ee212ca36661d9843f86338ec42254645edfc
test_pathlib.py https://github.com/python/cpython/pull/105358/files#diff-3dd97d2dc8816848d0b0c442e8fdeec9650b3de77935289a93f37ac6396ee17f
test_property.py https://github.com/python/cpython/pull/105358/files#diff-510a022afde6dbb437080870cced7548f338fb8654a4df10c425e5105a83b2e3
test_stable_abi_ctypes.py https://github.com/python/cpython/pull/105358/files#diff-e23b7eb96b17ef58f28bd65875edc3ec27eeb85be4c342d0c2d9c74121a74c0b
test_subprocess.py https://github.com/python/cpython/pull/105358/files#diff-5825be1d1a8e2c68a9321c3d4d04980a72bd4354e35e70bd2407e5e28460c782
test_super.py https://github.com/python/cpython/pull/105358/files#diff-cd995213f1511b07394ae4aeb9e3428bade2a33ead5d29e684fecdcbff84d1c9
test_tabnanny.py https://github.com/python/cpython/pull/105358/files#diff-884acc5769502e20c5110b9ba603fd8b4f2a4ffa97be12a36f0bd69ce09898b2
test_threading.py https://github.com/python/cpython/pull/105358/files#diff-8b4c7f5f9b60a27c4132899af6fa7157c7f1e57a0b6213bc616fe72fba04c168
__init__.py https://github.com/python/cpython/pull/105358/files#diff-0e0e36b8af073739a2f6a10a8d94dd2b3502466786215b61147971bddfc6e838
test_widgets.py https://github.com/python/cpython/pull/105358/files#diff-b586d85a21dddb1f64322ce306bd51b35b0aa230e88de54987d50e27fd559bc0
test_tokenize.py https://github.com/python/cpython/pull/105358/files#diff-b07c4f10c75a22e102f114227a0a9b7b763ddda7a330109994e69b29540ea9bb
test_type_aliases.py https://github.com/python/cpython/pull/105358/files#diff-fbb72c37839a4f1c6b2200174b4d12d023e2cdf86e6818332389fcc77daeb487
test_type_annotations.py https://github.com/python/cpython/pull/105358/files#diff-e96c2288facefd2fd5b6939c5ca4a51480b98a0bf7af19c62e16818374005318
test_typing.py https://github.com/python/cpython/pull/105358/files#diff-04d29c98076c2d6bb75921ea9becb26a862544d39b71db87b6e354c759b9305d
test_venv.py https://github.com/python/cpython/pull/105358/files#diff-d1cebff01d06039d87ad2fa988261142c49a9e097f017e0c70244433bd4c4d6e
tokenize.py https://github.com/python/cpython/pull/105358/files#diff-35c916ae2b7e488053d1c28da2a853790f2c0474e909c03950e49aa4203ea976
traceback.py https://github.com/python/cpython/pull/105358/files#diff-96634ca56022c201d0ff677e922810a97e4ad8a55de53258cf0cbc22bd7c9be1
typing.py https://github.com/python/cpython/pull/105358/files#diff-ddb987fca5f5df0c9a2f5521ed687919d70bb3d64eaeb8021f98833a2a716887
wave.py https://github.com/python/cpython/pull/105358/files#diff-8e67a696f050c6abebc661b71a215e2c2bb8d0bb2f27ee2ba25adecc8b1b094c
build-installer.py https://github.com/python/cpython/pull/105358/files#diff-ced610d6950bc1441f5f6aac8c839d3ecc0f8dbd9a36fbe57b5dba52f6d68da6
Welcome.rtf https://github.com/python/cpython/pull/105358/files#diff-1a1cff9f23d23be4d0cf5d12f2489c531fb6df2474faa0174f8a7ff9eb4948cf
Makefile.pre.in https://github.com/python/cpython/pull/105358/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
3.12.0b1.rst https://github.com/python/cpython/pull/105358/files#diff-3378957c0d586606b2990f419401c6e9b8d72fc359af1d17c4f11a082786e372
2023-05-26-15-44-20.gh-issue-89886._iSW-p.rst https://github.com/python/cpython/pull/105358/files#diff-131cfa988ee91474e72c33c5d6f7a9d60f544af25dc7810af6df766c52b5ecb2
2023-06-06-09-08-10.gh-issue-90005.8mmeJQ.rst https://github.com/python/cpython/pull/105358/files#diff-36183f570f9e0bd193fde733d987009c634ad573589154f6089ddc8e55bdce77
2023-05-19-10-22-34.gh-issue-104668.MLX1g9.rst https://github.com/python/cpython/pull/105358/files#diff-f4d7f561e7789e228f8dc6c9107795c04a5463c917e85c8abad0311297fdc3d1
2023-05-30-10-15-13.gh-issue-105071.dPtp7c.rst https://github.com/python/cpython/pull/105358/files#diff-96286cb445cf09f4ae07a459acf92e53b2d0a3a672cca12421164a55e79c45b3
2023-05-30-17-45-32.gh-issue-105115.iRho1K.rst https://github.com/python/cpython/pull/105358/files#diff-359237355a5b86c32b0ace59b79d95552d50f2db4f613a54384adc6cf3b37b1d
2023-05-24-09-59-56.gh-issue-104825.mQesie.rst https://github.com/python/cpython/pull/105358/files#diff-16e561500268c65e48cd7dc9d4da656c8d43b48d264da215385e77107fed4c0b
2023-05-24-10-19-35.gh-issue-104879.v-29NL.rst https://github.com/python/cpython/pull/105358/files#diff-138aa2a9099e04a31ea937d09de907b77dcfab6840e551995e44ae5e0840b5e0
2023-05-24-12-10-54.gh-issue-104690.HX3Jou.rst https://github.com/python/cpython/pull/105358/files#diff-3bda9d38a6bd08967804e39e1a5c5ee6accebf1c82ea5ac748d0a692998c5775
2023-05-25-21-40-39.gh-issue-104955.LZx7jf.rst https://github.com/python/cpython/pull/105358/files#diff-135a91f915b099baa80c64a4941e81b309c509e5e3f07d9f769844b3daf39d5c
2023-05-26-14-09-47.gh-issue-104972.El2UjE.rst https://github.com/python/cpython/pull/105358/files#diff-b3762f11b85a4785bb43dc37054f34c25cdaad4ec28fd19100006648cbb6b953
2023-05-26-15-16-11.gh-issue-104976.6dLitD.rst https://github.com/python/cpython/pull/105358/files#diff-07ed71848ac70e684c443f2d37743cc1894b61f9c57e93c8f06e4e5f90fce2e1
2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst https://github.com/python/cpython/pull/105358/files#diff-1a8beac6266b6d2ee8dd0ee07e2aebe12f8c7a5c988f1610cdc31f9133e60633
2023-05-27-16-57-11.gh-issue-105013.IsDgDY.rst https://github.com/python/cpython/pull/105358/files#diff-8dbf628272a5203f9b9425ba25ca7890dada724df368bb5d2c1a79825c6cab91
2023-05-27-21-50-48.gh-issue-105017.4sDyDV.rst https://github.com/python/cpython/pull/105358/files#diff-1b5daaa392088f375d6a24ac46cc0a5aa6ee7ffa88837ae9d4f12050c9ffd712
2023-05-30-08-09-43.gh-issue-105035.OWUlHy.rst https://github.com/python/cpython/pull/105358/files#diff-a27dda535e5732571a62189f799a6e7ec7c3d1acd9fd1c6a8c172fadb8adb1b9
2023-05-31-08-10-59.gh-issue-104799.8kDWti.rst https://github.com/python/cpython/pull/105358/files#diff-65b49598ebf212b4e8f2a3cdd5d54fc3b4397831ef2aab2d2c6b87bf07fa2a49
2023-05-31-19-35-22.gh-issue-105164.6Wajph.rst https://github.com/python/cpython/pull/105358/files#diff-7a19c07e86b2745a1409f7d64b8ae0d49ee203bcca28f56742d5362edcf9c4a9
2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst https://github.com/python/cpython/pull/105358/files#diff-c3c238af1f91e8c03fb8316a66f705a80b314a9b4ed5fc375b9f8d725b1ab126
2023-06-02-17-39-19.gh-issue-98963.J4wJgk.rst https://github.com/python/cpython/pull/105358/files#diff-271d7d70938d21d6989618502159c311f5389db819f4589b6cdbfb0b10b0bad4
2023-06-05-17-35-50.gh-issue-105324.BqhiJJ.rst https://github.com/python/cpython/pull/105358/files#diff-06c0439ba5063a218b09c71d1726c07881edb6b8da841a6d225b77fdea1e1d04
2023-05-25-22-34-31.gh-issue-104943.J2v1Pc.rst https://github.com/python/cpython/pull/105358/files#diff-96310ae1cb7d3aac5a28f0a805dc26fea17255d03760b23e01e32dbbdbae60ad
2023-05-28-19-08-42.gh-issue-89412.j4cg7K.rst https://github.com/python/cpython/pull/105358/files#diff-da190f0874673e84ae52e4a0c06f8c34b2468d561c31096447b804caa5e070a4
2023-05-28-21-01-00.gh-issue-89455.qAKRrA.rst https://github.com/python/cpython/pull/105358/files#diff-3e6c09841e1e5cd6b69a1fc0aa531bb72785f6c6ee23678a88de28ad44c2095b
2023-05-23-17-19-49.gh-issue-104719.rvYXH-.rst https://github.com/python/cpython/pull/105358/files#diff-850bf67ab3684732fc9e33911175e2caa2bb8929c9679a7ae85e68fe08515898
2023-02-18-22-55-48.gh-issue-102024.RUmg_D.rst https://github.com/python/cpython/pull/105358/files#diff-fb8fdaca1ed50c3c575feb4a2d4f208b181d8f91efb43e8e9691fe4d0e7ec42f
2023-05-19-19-46-22.gh-issue-99108.wqCg0t.rst https://github.com/python/cpython/pull/105358/files#diff-0960beaa2d1649c52cb754872f4140e91df33dd616cf411df6f1009dc76a5555
2023-05-22-18-39-53.gh-issue-104372.7tDRaK.rst https://github.com/python/cpython/pull/105358/files#diff-9101a3f32d95b827988866f8839004d08fe421e9ac3e7497c89758172e0ecbd6
2023-05-23-17-43-52.gh-issue-104797.NR7KzF.rst https://github.com/python/cpython/pull/105358/files#diff-5627fe22819d7ce34442c7ca33afa907762716ea7a59ac4986c7fd21d948fe42
2023-05-23-18-31-49.gh-issue-104799.MJYOw6.rst https://github.com/python/cpython/pull/105358/files#diff-207ebcca675d20b91a124c048d404fd80ce8dcfa5a9c6763e6c585721ed5cb37
2023-05-24-09-34-23.gh-issue-104874.oqyJSy.rst https://github.com/python/cpython/pull/105358/files#diff-c25af1db14ec313b1f1253662a07cce83861caf13b16b3dd62942bb0ef6c4180
2023-05-25-08-50-47.gh-issue-104935.-rm1BR.rst https://github.com/python/cpython/pull/105358/files#diff-8753eb40b5376cce9473f371fae222e043991116567a0feae9016187066bba9b
2023-05-25-22-54-20.gh-issue-104947.hi6TUr.rst https://github.com/python/cpython/pull/105358/files#diff-3b1d45c334bbb301746a3057539a74e4b928893a81c422fe97d9452aaade7be8
2023-05-25-23-34-54.gh-issue-103631.x5Urye.rst https://github.com/python/cpython/pull/105358/files#diff-8a358fbfeeb87f0dc889285b766bed4267976fdca51ab0bb9d6b949d26aa7c72
2023-05-26-01-31-30.gh-issue-101588.RaqxFy.rst https://github.com/python/cpython/pull/105358/files#diff-9c56e1935bccb553042aad779e7f70a91f3a6480cc30720fead24d0382d64503
2023-05-30-21-27-41.gh-issue-105113.bDUPl_.rst https://github.com/python/cpython/pull/105358/files#diff-7b9ffe63e99f2f39eaffded8cf751e72215cdd9ec7188b7889dae8ba48ff254e
2023-05-31-16-58-42.gh-issue-105144.Oqfn0V.rst https://github.com/python/cpython/pull/105358/files#diff-e5a4dd2f45049a734a29bbff1b0b9fdddc183f589090386c36acdcdfb671d257
2023-06-02-02-38-26.gh-issue-105080.2imGMg.rst https://github.com/python/cpython/pull/105358/files#diff-206e26ba6016f7b3ddad0dc253a2b11428855660a3ea26bb6b991f4ccc5f36aa
2023-06-02-14-57-11.gh-issue-105239.SAmuuj.rst https://github.com/python/cpython/pull/105358/files#diff-7b1a7eba77874f16e3dd04923110c94df796b64d411d06d692c894703b7ab314
2023-06-04-12-16-47.gh-issue-105280.srRbCe.rst https://github.com/python/cpython/pull/105358/files#diff-a39acf52a0aa85dc9a7d94b7426823e0be5f35f0193431078907bb3bdf14810f
2023-05-24-09-29-08.gh-issue-99108.hwS2cr.rst https://github.com/python/cpython/pull/105358/files#diff-ced52fb3c43c737f5329d6c3f51e7dc81ac525c966c601a02b4d1f449bad4c44
2023-06-01-03-24-58.gh-issue-103142.GLWDMX.rst https://github.com/python/cpython/pull/105358/files#diff-18332d1345923dd971065ca24e2720e86c07307d1caadba16e835f7de0acb25f
2023-05-23-19-26-28.gh-issue-104803.gqxYml.rst https://github.com/python/cpython/pull/105358/files#diff-1d67a1271f7b2aa6e0d7e00c36e75240bbc71f451aa9101f01b6a58b0a9a800e
2023-05-24-21-00-57.gh-issue-104820.ibyrpp.rst https://github.com/python/cpython/pull/105358/files#diff-dac50274851a6617e986ebcc3eb69617882a955907236c9e1f7113dc8a76b5e0
2023-05-29-11-38-53.gh-issue-88745.cldf9G.rst https://github.com/python/cpython/pull/105358/files#diff-482b70072380713ce9821e6e333781d66776ff7f9b1c9684f07bb5ae58a9f1fc
2023-05-29-17-09-31.gh-issue-103646.U8oGQx.rst https://github.com/python/cpython/pull/105358/files#diff-85ff159c319d1b815ffec6e6a3d80d0e3e1a0c6703d4c83930c76f765a26a9f7
2023-05-31-16-14-31.gh-issue-105146.gNjqq8.rst https://github.com/python/cpython/pull/105358/files#diff-be9c39653b3e3194e191c1a48a73c88111cb383c270672afa456e19b25dd39d6
2023-05-30-23-30-46.gh-issue-103142.55lMXQ.rst https://github.com/python/cpython/pull/105358/files#diff-641cfbce1c0fa302c65706019605985eac70c5fd23df37185c5b72fae517d185
stable_abi.toml https://github.com/python/cpython/pull/105358/files#diff-f098b9ddf231fb279a9f5b4b8ed22c4241e1ffed7fe0deffb2c76bb2126d2911
Setup https://github.com/python/cpython/pull/105358/files#diff-54b4e964e44dd7cf194c63f73a4b01d68cc670e72018d895003b48709c7e88db
Setup.stdlib.in https://github.com/python/cpython/pull/105358/files#diff-93b54a98829ea89eaf6335c02f546511f7780d865131407436b10a401ecd375c
Hacl_Hash_MD5.c https://github.com/python/cpython/pull/105358/files#diff-724175684c325d41eb2c226049380ca6508a79e7fa20a70d250a4294e74b0e3e
Hacl_Hash_MD5.h https://github.com/python/cpython/pull/105358/files#diff-613d1493853e619481eda41b6adf3b01e9ddba573b0cecdd0c0e90ccbfa98397
Hacl_Hash_SHA1.c https://github.com/python/cpython/pull/105358/files#diff-3fe5e815af29fd70318e11473f12a6ce8da522b759e345375e67ac81f26d5bdf
Hacl_Hash_SHA1.h https://github.com/python/cpython/pull/105358/files#diff-00d3b9fe1a98dcde35a9c2a478ac42c9911d81f5fb2657fa7b9db3173205b927
Hacl_Hash_SHA2.c https://github.com/python/cpython/pull/105358/files#diff-8ad2fa289902dd072cc8bf58f6dd8bcd1a2c1ad73b0144fd5ff8604b440fd86c
Hacl_Hash_SHA2.h https://github.com/python/cpython/pull/105358/files#diff-ef777aaad2f7422f080e75669f1df521ba421c0dc65ec1742c2d77afee9f25ca
Hacl_Hash_SHA3.c https://github.com/python/cpython/pull/105358/files#diff-548d1c7ad31bdeebb3a9d8cbf43d5d564c88b82dd7c15bb77bca0d59b85e3a00
Hacl_Hash_SHA3.h https://github.com/python/cpython/pull/105358/files#diff-1350f1d39ce80d267c968e9f5a7f66ccab84c9387dede9739a645ccc2919fcb7
Hacl_Streaming_Types.h https://github.com/python/cpython/pull/105358/files#diff-85a330df977ba18de86678e0d03b1792ecf7db32908cf5d6610f664efb6c3a95
Hacl_Hash_SHA2.h https://github.com/python/cpython/pull/105358/files#diff-373707fbc7690427530ec68bad6557faacd60f35ad64493dc7322ecc92f88ecb
refresh.sh https://github.com/python/cpython/pull/105358/files#diff-220f73728af1ba08f27ea6c6ee3cd61a725a7f821ffb12690fc9d5b34f270671
_hashopenssl.c https://github.com/python/cpython/pull/105358/files#diff-b4fd2e5e447a6f18fb2508c350524c5cb1feed8ec92d70822eac54431ef71baf
_posixsubprocess.c https://github.com/python/cpython/pull/105358/files#diff-e182817ec4633ebe50bbfa9a6d0b7c00be01307f5457abfc85f9689055be908b
_ssl.c https://github.com/python/cpython/pull/105358/files#diff-89879be484d86da4e77c90d5408b2e10190ee27cc86337cd0f8efc3520d60621
_ssl_data_111.h https://github.com/python/cpython/pull/105358/files#diff-d16bf2ed5ecebc072cbc1e27410f3e0ab2de3f5dbfe11812dadf31292ac53fc6
_ssl_data_300.h https://github.com/python/cpython/pull/105358/files#diff-781543b5687fba8110b44f497e83e53b31122c670fca151326148b8d12b40eab
_ssl_data_31.h https://github.com/python/cpython/pull/105358/files#diff-c5697d94ce41d3f2264596db326295a304d5070ddde833dc45af815e34e47de7
exceptions.c.h https://github.com/python/cpython/pull/105358/files#diff-2b2f7e8f65810177231db4a9c654709c48029b3eb0fd111abe67415847bb9c6d
exceptions.c https://github.com/python/cpython/pull/105358/files#diff-36ef97769599ede68be1d809cec5e724b54132f2dd2bd5da47d00a4b9b76279b
_testcapimodule.c https://github.com/python/cpython/pull/105358/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
_testinternalcapi.c https://github.com/python/cpython/pull/105358/files#diff-687f4a736f1f6ad4b6cd4ff65c8e0113408304e8d65530dbd41b3f59a081a126
_testsinglephase.c https://github.com/python/cpython/pull/105358/files#diff-3fbe563401944538a01a71448ef93250ea97fd91892c0656b6ebc0c72f5b96c8
_threadmodule.c https://github.com/python/cpython/pull/105358/files#diff-23071700ee893f365a4c117210b9129d4ac6afe5cc6e52bb5cd4cabbc6816e07
_winapi.c https://github.com/python/cpython/pull/105358/files#diff-42415407f8d0ef2d42e29d13d979f633e3543770e62c3871e1101ad532d336a8
_winapi.c.h https://github.com/python/cpython/pull/105358/files#diff-3626cfe34cfaa6c7e1968337739eb33869d4a73f830c5ca1a41bd68161311e81
posixmodule.c.h https://github.com/python/cpython/pull/105358/files#diff-f4ec448d9bc73d373452e97931de916ca83058ae93bce4a5853b8ac18c9d2cfa
hashlib.h https://github.com/python/cpython/pull/105358/files#diff-e8424895dff15e8e31e7c80606bd1a276f51b1294398113f44884c5bab004034
itertoolsmodule.c https://github.com/python/cpython/pull/105358/files#diff-dc27cbdf2b9f6e5236cade13cf301d352a7abd2a8b1988f2517d6f5b7a30c201
md5module.c https://github.com/python/cpython/pull/105358/files#diff-ebfb0d540ae88c7ff55b1372c04445f4163cfc7df845514d3077dfd25f000fa9
posixmodule.c https://github.com/python/cpython/pull/105358/files#diff-b5b7e4f5599916b2018e911ef423f9d3fd46cb71268e1a73c74a1c9ae2cb6791
readline.c https://github.com/python/cpython/pull/105358/files#diff-c132c341140255d60e7d57d6d94ceb0b8fa364efac5bdbbd344e2c977c805144
resource.c https://github.com/python/cpython/pull/105358/files#diff-510472560baed5d8506ea0cde42fbb06c286a90dc85ce3e6172cb088de5d5ad8
sha1module.c https://github.com/python/cpython/pull/105358/files#diff-f8380ad63c7d5ceeb8e7ca5cc706794c685955db0f4a639833ebcc12dd527b5f
sha2module.c https://github.com/python/cpython/pull/105358/files#diff-4f883f3d08bb004f53ca1cf434ba04d4d28f54d2833076af8e6e78596bcc954b
sha3module.c https://github.com/python/cpython/pull/105358/files#diff-8d15b65b0c06f6b2f51318fdcc4596e8e1e41fdb6af8c113c5f3d326e6b61077
descrobject.c https://github.com/python/cpython/pull/105358/files#diff-7952643fe36a8662b3e4be2c6478b06b1af5b5754fc25eaf3eb4b46569659264
exceptions.c https://github.com/python/cpython/pull/105358/files#diff-96c4ad902cdfac48712fef8fff0d0c78a71eb135fb48264f3ebb67db1013fc94
typeobject.c https://github.com/python/cpython/pull/105358/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
typevarobject.c https://github.com/python/cpython/pull/105358/files#diff-a01f3de4635d64c05f5c6c85a96b6be6aa88a5bf2ace64bfe9823d40e6e637c5
unicodeobject.c https://github.com/python/cpython/pull/105358/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
options.py https://github.com/python/cpython/pull/105358/files#diff-4556c47a11860f0a603f88eb3bf43484629ee07c49b05df1b4dfa9a2d2d17dea
python3dll.c https://github.com/python/cpython/pull/105358/files#diff-be34b08a4cde4f0bfbf86bc3c427e4a3dcc3f2f472061a50d00040a0d8a57c88
get_externals.bat https://github.com/python/cpython/pull/105358/files#diff-017f7e4d4e2a3d28ddcf23f8be6ec01d02716061ad9b8ba2aac4a134eef5dc0f
python.props https://github.com/python/cpython/pull/105358/files#diff-bfa2e59d45a0dee1f2277e32e3fb94b24d13719427fe5cd4e1ab1a8d50d8ed6d
pythoncore.vcxproj https://github.com/python/cpython/pull/105358/files#diff-4295039788386c2986b811f2a6b59cf088be59822b24b4f1243c9e9b184f65fb
pythoncore.vcxproj.filters https://github.com/python/cpython/pull/105358/files#diff-9e715828befc9c50c8b483b06d4923cda0db44f57d0c20e6a6d428ba60bfa0c5
readme.txt https://github.com/python/cpython/pull/105358/files#diff-e6deaad53af223df046ace0e4295072ce19c77c172783d29f023fd6912e15fc1
Python.asdl https://github.com/python/cpython/pull/105358/files#diff-56cfb21eb86b07bb94e916eb74143c7d6c2ac6f2494216c0e2507fd080c34aed
action_helpers.c https://github.com/python/cpython/pull/105358/files#diff-36e14ad6a0e6109f6d47a0bdf480a2d5a86135044d2f96766b280062922009e7
asdl_c.py https://github.com/python/cpython/pull/105358/files#diff-c4dd13901c011c278fe5b6d175fdd23ed94e51568fe6b2ee4215d5ab376be9a8
myreadline.c https://github.com/python/cpython/pull/105358/files#diff-85670f42304eb5b9bfd6483c2a3525a63d57570e3e0b3301e9ed48a265068bfc
parser.c https://github.com/python/cpython/pull/105358/files#diff-6d39440cedc67d1ce7a0586bfb6ecb8483803448a9c93f3fae3ad0e2260e29f7
pegen.c https://github.com/python/cpython/pull/105358/files#diff-ec9a9d08c5b1d518997db0f5b4795c528a41efc35507d6c2a384eee43f047cb7
pegen.h https://github.com/python/cpython/pull/105358/files#diff-5803bf7cd8fdced0a7448e74074f36018f2206ab77ad13dc7451b1948b950852
tokenizer.c https://github.com/python/cpython/pull/105358/files#diff-51e9668dbe1e270b3575209bcfcce9d3701ee0a145bdf7cef866209d9819f2ed
tokenizer.h https://github.com/python/cpython/pull/105358/files#diff-96128b09dfaee1ad8645202c3374f01b6982ebe02cee49f487476e2569c2aad5
Python-ast.c https://github.com/python/cpython/pull/105358/files#diff-0258ad568d1bc0a5fa1c949351df0cc72a0a63441a1ed78c77d59f5695704857
Python-tokenize.c https://github.com/python/cpython/pull/105358/files#diff-68d96c581022a408dbcf0f48df1126c3a43154ed2dd20b166aa5269ab27f3dcb
bytecodes.c https://github.com/python/cpython/pull/105358/files#diff-729a985b0cb8b431cb291f1edb561bbbfea22e3f8c262451cd83328a0936a342
ceval_gil.c https://github.com/python/cpython/pull/105358/files#diff-b7d806d282eab9f532468633d9090ed0a7f3215d8c6bcae04f4f8547baa39da1
Python-tokenize.c.h https://github.com/python/cpython/pull/105358/files#diff-f74da1bf282e811f995120da73c5a021eef2ef423a4bd84d8d709c6a3b018fe8
compile.c https://github.com/python/cpython/pull/105358/files#diff-ebc983d9f91e5bcf73500e377ac65e85863c4f77fd5b6b6caf4fcdf7c0f0b057
fileutils.c https://github.com/python/cpython/pull/105358/files#diff-27e9033ac552bd8208213a2d5a0a294312e3918cd81c4da822ab32c382e392c4
generated_cases.c.h https://github.com/python/cpython/pull/105358/files#diff-4ef46fa654f95502e49a24f7dc8ee31a4cac9b3433fe9cd2b2d4dd78cfbad448
marshal.c https://github.com/python/cpython/pull/105358/files#diff-46d545a32ea7176926cf1a963f25cdac2cf1c8098b3e020ccc77b63b2149d760
pylifecycle.c https://github.com/python/cpython/pull/105358/files#diff-69223f5bb01f359a23246afbbf75b45c622e719424418d658674fbb6c2b36fad
pystate.c https://github.com/python/cpython/pull/105358/files#diff-7ac11e526f79b42d6ea9d3592cb99da46775640c69fa5510f4a6de87cced7141
stable_abi.py https://github.com/python/cpython/pull/105358/files#diff-7935512d30180c14464d4c82ca8d955da11fcf7117a06a188db21544a37888e4
_parser.py https://github.com/python/cpython/pull/105358/files#diff-a32c97f81605e5323c7f7924188ab3091d37165763f6a36ec9f0a704f1581bb8
ignored.tsv https://github.com/python/cpython/pull/105358/files#diff-fa2373a9a002e491408e623369773045f4b7de90114b9f5ba6933bfbf2d8c45c
build.bat https://github.com/python/cpython/pull/105358/files#diff-affd00ec0e66db3d08350a03b5a0ebad7a43f6055b057938d1fb7e279a33cd3f
Default.wxl https://github.com/python/cpython/pull/105358/files#diff-16a71c68ec22bf5207cc31677852248bca8dbaea68ab3beac49258d463b2aefb
multissltests.py https://github.com/python/cpython/pull/105358/files#diff-559546c8524a73e48bd043374c2fa04a8901c2c818d3778d101cfabe13979a84
aclocal.m4 https://github.com/python/cpython/pull/105358/files#diff-d05beee91e3fb3e91d08b841553b74a24b9cfb9f3d238314e53229f2cf416475
configure https://github.com/python/cpython/pull/105358/files#diff-90d08e583c4c9c6f391b2ae90f819f600a6326928ea9512c9e0c6d98e9f29ac2
configure.ac https://github.com/python/cpython/pull/105358/files#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810
pyconfig.h.in https://github.com/python/cpython/pull/105358/files#diff-f67052280dd3a53f0e713339632a8c10bc2e420e24a70852d83aeb50d495835f
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L63
.azure-pipelines/ci.ymlhttps://github.com/python/cpython/pull/105358/files#diff-aaf2d8fa6617806c6eaa3f20fb2bb39b3b2131af9532615f7900f53d90ab1a4c
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.azure-pipelines/ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-aaf2d8fa6617806c6eaa3f20fb2bb39b3b2131af9532615f7900f53d90ab1a4c
https://github.com/python/cpython/pull/105358/files#diff-aaf2d8fa6617806c6eaa3f20fb2bb39b3b2131af9532615f7900f53d90ab1a4c
https://github.com/python/cpython/pull/105358/files#diff-aaf2d8fa6617806c6eaa3f20fb2bb39b3b2131af9532615f7900f53d90ab1a4c
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L63
.azure-pipelines/pr.ymlhttps://github.com/python/cpython/pull/105358/files#diff-176f4ace67c158967e67a887fb0a24812c2a31bd64b5925c31d910889a4fb9af
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.azure-pipelines/pr.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-176f4ace67c158967e67a887fb0a24812c2a31bd64b5925c31d910889a4fb9af
https://github.com/python/cpython/pull/105358/files#diff-176f4ace67c158967e67a887fb0a24812c2a31bd64b5925c31d910889a4fb9af
https://github.com/python/cpython/pull/105358/files#diff-176f4ace67c158967e67a887fb0a24812c2a31bd64b5925c31d910889a4fb9af
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L66
.github/workflows/build.ymlhttps://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.github/workflows/build.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/pull/105358/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L66
.github/workflows/build_msi.ymlhttps://github.com/python/cpython/pull/105358/files#diff-ccd65a69b3fba0d0aa8703c679eb956d549bfafc8545604d2fd52ecc41c75254
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.github/workflows/build_msi.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-ccd65a69b3fba0d0aa8703c679eb956d549bfafc8545604d2fd52ecc41c75254
https://github.com/python/cpython/pull/105358/files#diff-ccd65a69b3fba0d0aa8703c679eb956d549bfafc8545604d2fd52ecc41c75254
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L66
.github/workflows/doc.ymlhttps://github.com/python/cpython/pull/105358/files#diff-7871fa1d10e6bf511d9cfda5a6874d1a75acb950fb1bc9fee6057eff13257521
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.github/workflows/doc.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-7871fa1d10e6bf511d9cfda5a6874d1a75acb950fb1bc9fee6057eff13257521
https://github.com/python/cpython/pull/105358/files#diff-7871fa1d10e6bf511d9cfda5a6874d1a75acb950fb1bc9fee6057eff13257521
https://github.com/python/cpython/pull/105358/files#diff-7871fa1d10e6bf511d9cfda5a6874d1a75acb950fb1bc9fee6057eff13257521
.gitignorehttps://github.com/python/cpython/pull/105358/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/.gitignore
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
Doc/c-api/exceptions.rsthttps://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/Doc/c-api/exceptions.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
https://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
https://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
https://github.com/python/cpython/pull/105358/files#diff-72a55970b70280a1355dd73f4faffc95c8167e778dd8682b342a8ff9c092749a
Doc/c-api/marshal.rsthttps://github.com/python/cpython/pull/105358/files#diff-9552e29b14533f455241dfb30a7a184a94f7d1600c6c0f52807dc1f7b6083d4e
View file https://github.com/erlend-aasland/cpython/blob/bdd2b89c097df1304e349a7d3fc157ef89b056ce/Doc/c-api/marshal.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/105358/{{ revealButtonHref }}
https://github.com/python/cpython/pull/105358/files#diff-9552e29b14533f455241dfb30a7a184a94f7d1600c6c0f52807dc1f7b6083d4e
https://github.com/python/cpython/pull/105358/files#diff-9552e29b14533f455241dfb30a7a184a94f7d1600c6c0f52807dc1f7b6083d4e
Please reload this pagehttps://github.com/python/cpython/pull/105358/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.