gh-129408: http: Fix typo 'RFF' to RFC' in docstring by Mulugruntz · Pull Request #129411 · python/cpython · GitHub
Skip to content

gh-129408: http: Fix typo 'RFF' to RFC' in docstring - #129411

Merged
terryjreedy merged 1 commit into
python:mainfrom
Mulugruntz:sgiffard/gh-129408-fix-http-typo
Jan 28, 2025
Merged

terryjreedy merged 1 commit into
python:mainfrom
Mulugruntz:sgiffard/gh-129408-fix-http-typo

Conversation

@Mulugruntz

@Mulugruntz Mulugruntz commented Jan 28, 2025

Copy link
Copy Markdown
Contributor

@ghost

ghost commented Jan 28, 2025

Copy link
Copy Markdown

@bedevere-app

bedevere-app Bot commented Jan 28, 2025

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@terryjreedy terryjreedy added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Jan 28, 2025
@terryjreedy
terryjreedy merged commit 7dd0a7e into python:main Jan 28, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @Mulugruntz for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 28, 2025
…nGH-129411)

(cherry picked from commit 7dd0a7e)

Co-authored-by: Samuel GIFFARD <samuel@giffard.co>
@miss-islington-app

miss-islington-app Bot commented Jan 28, 2025

Copy link
Copy Markdown

Sorry, @Mulugruntz and @terryjreedy, I could not cleanly backport this to 3.12 due to a conflict.
...
3.12 request was a mistake. See issue.

@bedevere-app

bedevere-app Bot commented Jan 28, 2025

Copy link
Copy Markdown

GH-129414 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jan 28, 2025
@terryjreedy terryjreedy removed the needs backport to 3.12 only security fixes label Jan 28, 2025
@bedevere-app

bedevere-app Bot commented Jan 28, 2025

Copy link
Copy Markdown

GH-129414 is a backport of this pull request to the 3.13 branch.

@terryjreedy terryjreedy changed the title gh-129408: http: Fix typo in documentation gh-129408: http: Fix typo 'RFF' to RFC' in docstring Jan 28, 2025
terryjreedy pushed a commit that referenced this pull request Jan 28, 2025
… (#129414)

gh-129408: http: Fix typo 'RFF' to RFC' in documentation (GH-129411)
(cherry picked from commit 7dd0a7e)

Co-authored-by: Samuel GIFFARD <samuel@giffard.co>
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 FreeBSD14 3.13 has failed when building commit 8597be4.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1481/builds/914) and take a look at the build logs.
  4. Check if the failure is related to this commit (8597be4) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1481/builds/914

Failed tests:

  • test_interpreters

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", line 1041, in _bootstrap_inner
    self.run()
    ~~~~~~~~^^
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", line 992, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_interpreters/test_stress.py", line 30, in task
    interp = interpreters.create()
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/support/interpreters/__init__.py", line 76, in create
    id = _interpreters.create(reqrefs=True)
interpreters.InterpreterError: interpreter creation failed
k


Traceback (most recent call last):
  File "<frozen getpath>", line 360, in <module>
ValueError: embedded null byte
Warning -- Uncaught thread exception: InterpreterError
Exception in thread Thread-55 (task):
RuntimeError: error evaluating path


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", line 1041, in _bootstrap_inner
    self.run()
    ~~~~~~~~^^
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", line 992, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_interpreters/test_stress.py", line 47, in run
    interp = interpreters.create()
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/support/interpreters/__init__.py", line 76, in create
    id = _interpreters.create(reqrefs=True)
interpreters.InterpreterError: interpreter creation failed
k

@Mulugruntz

Copy link
Copy Markdown
Contributor Author

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants