Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-128657: fix _hashopenssl ref/data race (GH-128886)#129852

New issue

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

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

Already on GitHub?Sign in to your account

Closed
tom-pytel wants to merge1,737 commits intopython:mainfromtom-pytel:backport-6c67904-3.13

Conversation

@tom-pytel
Copy link
Contributor

@tom-pyteltom-pytel commentedFeb 8, 2025
edited by bedevere-appbot
Loading

Fix a possible data and PY_EVP_MD refcount race in _hashopenssl.c in py_digest_by_name() under free-threading.

miss-islingtonand others added30 commitsDecember 6, 2024 09:17
…n for ‘Y’ in datetime.strptime patterns (pythonGH-127590)pythonGH-127650)pythongh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in datetime.strptime patterns (pythonGH-127590)The code has required 4 digits for the year since its inclusion in the stdlib in 2002 (over 22 years ago as of this commit).(cherry picked from commit51cfa56)Co-authored-by: Beomsoo Kim <beoms424@gmail.com>
…n#127703)Fix typo in `Lib/_android_support.py` (pythonGH-127699)(cherry picked from commite59caf6)Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…ython#127721)Give `poplib.POP3.rpop` a proper docstring (pythonGH-127370)Previously `poplib.POP3.rpop` had a "Not sure what this does" docstring, now it has been fixed.(cherry picked from commit27d0d21)Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…wordMgrWithPriorAuth.__init__` (pythonGH-127735) (python#127744)pythongh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (pythonGH-127735)improve signature of urllib.request.HTTPPasswordMgrWithPriorAuth.__init__(cherry picked from commita03efb5)Co-authored-by: Stephen Morton <git@tungol.org>
…honGH-127592) (python#127754)Adds a `use_system_log` config item to enable stdout/stderr redirection forApple platforms. This log streaming is then used by a new iOS test runnerscript, allowing the display of test suite output at runtime. The iOS testrunner script can be used by any Python project, not just the CPython testsuite.(cherry picked from commit2041a95)
…pythonGH-127733)(cherry picked from commit5eb7fd4)Co-authored-by: Wulian <1055917385@qq.com>
…ing (python#127660) (python#127775)pythongh-127651: Use __file__ in diagnostics if origin is missing (python#127660)See the left hand side inhttps://github.com/python/cpython/pull/123929/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59deL2840-L2849---------Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>(cherry picked from commit3983527)
…e-entrency safe (pythonGH-126776) (python#127778)pythongh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (pythonGH-126776)(cherry picked from commit2233c30)Co-authored-by: Thomas Grainger <tagrain@gmail.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
…thonGH-127662) (python#127783)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…python#127786)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>(cherry picked from commitae31df3)
…thon#127799)Docs: Fix indents in `xmlrpc.client.rst` (pythonGH-127782)(cherry picked from commit035f512)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
…ger feature. (pythonGH-127755) (python#127806)Add versionadded annotation to use_system_logger feature.(cherry picked from commit5121685)Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…ythonGH-127568) (pythonGH-127798)This fixes a UBSan failure (unaligned zero-size memcpy) in `dictobject.c`.(cherry picked from commit9af96f4)Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…127772) (python#127815)Add `extern "C"` around `PyTraceMalloc_` functions. (pythonGH-127772)Pretty much everything else exported by Python.h has an extern "C"annotation, yet this header appears to be missing one.(cherry picked from commit2cdeb61)Co-authored-by: Peter Hawkins <hawkinsp@cs.stanford.edu>
…ythonGH-127793) (python#127819)* Fix merge conflicts.* [3.13]pythongh-127791: Fix, document, and test `PyUnstable_AtExit` (pythonGH-127793)(cherry picked from commitd5d84c3)Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
…FC 850 date format (pythonGH-123405) (python#127828)pythongh-123401: Fix http.cookies module to support obsolete RFC 850 date format (pythonGH-123405)(cherry picked from commit359389e)Co-authored-by: Nano <nanoapezlk@gmail.com>Co-authored-by: Wulian <1055917385@qq.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Victor Stinner <vstinner@python.org>
…thon#127824)Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…GH-127720) (python#127831)pythongh-118915: C API: Document frame locals proxies. (pythonGH-127720)(cherry picked from commitdd9da73)Co-authored-by: Peter Bierma <zintensitydev@gmail.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…127361) (pythonGH-127812)pythongh-127257: ssl: Raise OSError for ERR_LIB_SYS (pythonGH-127361)From the ERR_raise manpage:    ERR_LIB_SYS        This "library code" indicates that a system error is        being reported.  In this case, the reason code given        to `ERR_raise()` and `ERR_raise_data()` *must* be        `errno(3)`.This PR only handles ERR_LIB_SYS for the high-lever error typesSSL_ERROR_SYSCALL and SSL_ERROR_SSL, i.e., not the ones whereOpenSSL indicates it has some more information about the issue.(cherry picked from commitf4b31ed)Co-authored-by: Petr Viktorin <encukou@gmail.com>
… field (pythonGH-126938) (pythonGH-127825)This backports the *test* frompythonGH-126938, with changed limit and exception class.Co-authored-by: Melissa0x1f992 <70096546+Melissa0x1f992@users.noreply.github.com>Co-authored-by: Peter Bierma <zintensitydev@gmail.com>Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…local support (pythonGH-127866) (pythonGH-127882)This PR fixes the build issue introduced by the commit 628f6eb frompythonGH-112207 on systems without thread local support.(cherry picked from commitf823910)Co-authored-by: velemas <10437413+velemas@users.noreply.github.com>
)Fix typos in `Lib/_pydecimal.py` (pythonGH-127700)(cherry picked from commited037d2)Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
…ythonGH-127846) (python#127892)Uses symlinks to install iOS framework into testbed clone, adds a verbose modeto the iOS runner to hide most Xcode output, adds another mechanism to disableterminal colors, and ensures that stdout is flushed after every write.(cherry picked from commitba2d2fd)Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Document PyObject_SelfIter (pythonGH-127861)(cherry picked from commit58942a0)Co-authored-by: Miro Hrončok <miro@hroncok.cz>
…27857) (python#127900)link to the correct output method in documentation (pythonGH-127857)(cherry picked from commit11ff328)Co-authored-by: Viktor Kálmán <kviktor@users.noreply.github.com>
…r_ handling (pythonGH-127872) (python#127917)pythongh-127870: Detect recursive calls in ctypes _as_parameter_ handling (pythonGH-127872)(cherry picked from commit6ff38fc)Co-authored-by: Victor Stinner <vstinner@python.org>
@ZeroIntensity
Copy link
Member

I think you meant to target this towards the 3.13 branch, not main. I'm going to close this because every single codeowner will have a ping in their inbox for anything that happens here. Please reopen for 3.13!

picnixz reacted with laugh emoji

@tom-pytel
Copy link
ContributorAuthor

I think you meant to target this towards the 3.13 branch, not main. I'm going to close this because every single codeowner will have a ping in their inbox for anything that happens here. Please reopen for 3.13!

🤦

ZeroIntensity reacted with laugh emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@hugovkhugovkAwaiting requested review from hugovkhugovk is a code owner

@kumaraditya303kumaraditya303Awaiting requested review from kumaraditya303kumaraditya303 is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@jaracojaracoAwaiting requested review from jaracojaraco is a code owner

@sethmlarsonsethmlarsonAwaiting requested review from sethmlarsonsethmlarson is a code owner

@brettcannonbrettcannonAwaiting requested review from brettcannonbrettcannon is a code owner

@freakboy3742freakboy3742Awaiting requested review from freakboy3742freakboy3742 is a code owner

@mhsmithmhsmithAwaiting requested review from mhsmithmhsmith is a code owner

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

@barneygalebarneygaleAwaiting requested review from barneygalebarneygale is a code owner

@FFY00FFY00Awaiting requested review from FFY00FFY00 is a code owner

@encukouencukouAwaiting requested review from encukouencukou is a code owner

@hauntsaninjahauntsaninjaAwaiting requested review from hauntsaninjahauntsaninja is a code owner

@ethanfurmanethanfurmanAwaiting requested review from ethanfurmanethanfurman is a code owner

@JelleZijlstraJelleZijlstraAwaiting requested review from JelleZijlstraJelleZijlstra is a code owner

@AlexWaygoodAlexWaygoodAwaiting requested review from AlexWaygoodAlexWaygood is a code owner

@terryjreedyterryjreedyAwaiting requested review from terryjreedyterryjreedy is a code owner

@pfmoorepfmooreAwaiting requested review from pfmoorepfmoore is a code owner

@pradyunsgpradyunsgAwaiting requested review from pradyunsgpradyunsg is a code owner

@ericvsmithericvsmithAwaiting requested review from ericvsmithericvsmith is a code owner

@rhettingerrhettingerAwaiting requested review from rhettingerrhettinger is a code owner

@berkerpeksagberkerpeksagAwaiting requested review from berkerpeksagberkerpeksag is a code owner

@gaogaotiantiangaogaotiantianAwaiting requested review from gaogaotiantiangaogaotiantian is a code owner

@gpsheadgpsheadAwaiting requested review from gpsheadgpshead is a code owner

@cjw296cjw296Awaiting requested review from cjw296cjw296 is a code owner

@Eclips4Eclips4Awaiting requested review from Eclips4Eclips4 is a code owner

@isidenticalisidenticalAwaiting requested review from isidenticalisidentical is a code owner

@markshannonmarkshannonAwaiting requested review from markshannonmarkshannon is a code owner

@pablogsalpablogsalAwaiting requested review from pablogsalpablogsal is a code owner

@lysnikolaoulysnikolaouAwaiting requested review from lysnikolaoulysnikolaou is a code owner

@pgansslepganssleAwaiting requested review from pgansslepganssle is a code owner

@abalkinabalkinAwaiting requested review from abalkinabalkin is a code owner

@warsawwarsawAwaiting requested review from warsawwarsaw is a code owner

@ncoghlanncoghlanAwaiting requested review from ncoghlanncoghlan is a code owner

@vsajipvsajipAwaiting requested review from vsajipvsajip is a code owner

@picnixzpicnixzAwaiting requested review from picnixzpicnixz is a code owner

@tirantiranAwaiting requested review from tiran

@iritkatrieliritkatrielAwaiting requested review from iritkatrieliritkatriel is a code owner

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

@serhiy-storchakaserhiy-storchakaAwaiting requested review from serhiy-storchakaserhiy-storchaka is a code owner

@ambvambvAwaiting requested review from ambvambv is a code owner

@brandtbucherbrandtbucherAwaiting requested review from brandtbucherbrandtbucher is a code owner

@carljmcarljmAwaiting requested review from carljmcarljm is a code owner

@Fidget-SpinnerFidget-SpinnerAwaiting requested review from Fidget-SpinnerFidget-Spinner is a code owner

@methanemethaneAwaiting requested review from methanemethane is a code owner

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@ezio-melottiezio-melottiAwaiting requested review from ezio-melottiezio-melotti is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

20 participants

@tom-pytel@ZeroIntensity@miss-islington@freakboy3742@hauntsaninja@picnixz@hugovk@pablogsal@encukou@vstinner@ethanfurman@serhiy-storchaka@kumaraditya303@zanieb@graingert@erlend-aasland@gaogaotiantian@EdNutting@diegorusso@terryjreedy

[8]ページ先頭

©2009-2025 Movatter.jp