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
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:9f2ee62f-44c5-7af8-9c64-150419e46b34 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | A8CC:31315B:4ECBC7:697486:6969B29C |
| html-safe-nonce | ae3c66f0ae84d5af202bf1f749b2afd29f20c4dfd8ceddedc6fe078401636234 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOENDOjMxMzE1Qjo0RUNCQzc6Njk3NDg2OjY5NjlCMjlDIiwidmlzaXRvcl9pZCI6IjU4NTU3MDgzOTM5NDU4MDU0NjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | ebbfba67a4c9a505684b222ff60d1a699c2e78808cbfc37b80e2fe475aded329 |
| hovercard-subject-tag | pull_request:1380564111 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/python/cpython/pull/105358/checks |
| twitter:image | https://avatars.githubusercontent.com/u/13780613?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/13780613?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b23b8fcc855cd29bb04d6c94aafa62d336bf44eefa8229444eecc968cad03aee |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 0672399d88424758731ec07fe24509e23bb17fb5 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width