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/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:9f2ee62f-44c5-7af8-9c64-150419e46b34
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA8CC:31315B:4ECBC7:697486:6969B29C
html-safe-nonceae3c66f0ae84d5af202bf1f749b2afd29f20c4dfd8ceddedc6fe078401636234
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOENDOjMxMzE1Qjo0RUNCQzc6Njk3NDg2OjY5NjlCMjlDIiwidmlzaXRvcl9pZCI6IjU4NTU3MDgzOTM5NDU4MDU0NjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacebbfba67a4c9a505684b222ff60d1a699c2e78808cbfc37b80e2fe475aded329
hovercard-subject-tagpull_request:1380564111
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/105358/checks
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
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 full-width-p-0
disable-turbofalse
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/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F105358%2Fchecks
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%2Fchecks
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%2Fchecks&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/105358/checks
Reloadhttps://github.com/python/cpython/pull/105358/checks
Reloadhttps://github.com/python/cpython/pull/105358/checks
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/105358/checks
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/checks
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/checks
Please reload this pagehttps://github.com/python/cpython/pull/105358/checks
3.12 backport gh 105236 https://github.com/python/cpython/pull/105358/checks#top
Please reload this pagehttps://github.com/python/cpython/pull/105358/checks
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.