CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 04:52:40 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
cache-control: no-cache
etag: W/"4e5e33609a0ad045274c4b3e81c2207c"
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=NuRTNZ2Pnb9uGKUsRH2UBxYTLgX8ooUCbbbIlw3NpfBjCoAzt%2FzQfo0McAnAKQONSjXB%2FVL6dktsBuhjKCQFxE12nZJ6vk%2FBtiHMK%2FFt4T02Ne4skLxcnnv4HwFxmSk9bZYI7SX1GHLARmVZABnFVYKxUObDz%2Bvg4K%2B6%2BI0GaH%2F51VCf1x5PK0C%2BIm0PGR41a8CtPYLO%2FUjmXjIvkcYuGEa8%2FE9aKD9%2FMBM610bchpWQM80%2FU%2BuluuL825Na13DW69aHJKwolEiKu02UajLP9Q%3D%3D--a2ME1NTnNfkHBFdV--8Xf3xSo0wghhJCC741Fuyw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.124683094.1760244759; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 04:52:39 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 04:52:39 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AAD8:19F5EE:C105F2:1039585:68EB3417
Pull requests · python/cpython · GitHub
Filter by project
Loading
Filter by reviews
Sort by
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Pull requests: python/cpython
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
gh-131178: add unittest for turtledemo
awaiting review
tests
Tests in the Lib/test dir
#139983
opened Oct 12, 2025 by
fatelei
Loading…
JIT: Fix compiler warning from visibility attribute in typedef
awaiting core review
needs backport to 3.14
bugs and security fixes
skip issue
skip news
topic-JIT
#139981
opened Oct 12, 2025 by
savannahostrowski
Loading…
GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions
awaiting core review
needs backport to 3.14
bugs and security fixes
skip news
tests
Tests in the Lib/test dir
#139980
opened Oct 12, 2025 by
savannahostrowski
Loading…
Update location of positional-only parameter indicator for Documentation in the Doc dir
skip news
eval
and exec
in the documentation
awaiting review
docs
#139978
opened Oct 12, 2025 by
gapplef
Loading…
gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h
awaiting core review
skip news
#139976
opened Oct 12, 2025 by
emmatyping
Loading…
gh-128571: Document UTF-16/32 native byte order
awaiting review
docs
Documentation in the Doc dir
skip news
#139974
opened Oct 11, 2025 by
Prhmma
Loading…
gh-139852: Add PyObject_GetDict() function
awaiting core review
topic-C-API
#139968
opened Oct 11, 2025 by
vstinner
Loading…
gh-139772: Add PyDict_FromItems() function
awaiting core review
topic-C-API
#139963
opened Oct 11, 2025 by
vstinner
Loading…
gh-139922: Tail calling for MSVC (VS 2026)
awaiting core review
#139962
opened Oct 11, 2025 by
Fidget-Spinner
Loading…
gh-135660: Print the exception raised in _safe_string
awaiting review
#139961
opened Oct 11, 2025 by
Locked-chess-official
Loading…
gh-139823: Check if
zlib
is available in ensurepip
awaiting changes
#139954
opened Oct 11, 2025 by
StanFromIreland
Loading…
gh-139933: correctly suggest attributes for classes with a custom
__dir__
awaiting core review
#139950
opened Oct 11, 2025 by
picnixz
Loading…
Remove redundant
sys.exit(2)
call in pdb
CLI
awaiting review
skip issue
skip news
#139948
opened Oct 11, 2025 by
frostming
Loading…
gh-131178: add tests for Tests in the Lib/test dir
filecmp
command-line interface
awaiting review
skip news
tests
#139947
opened Oct 11, 2025 by
fatelei
Loading…
gh-139940: Handle RuntimeError when attaching to a non-existing process in pdb.py
awaiting review
#139941
opened Oct 11, 2025 by
frostming
Loading…
gh-139938: Fewer assignments in html.escape
awaiting review
pending
The issue will be closed if no feedback is provided
skip news
#139939
opened Oct 11, 2025 by
keithasaurus
Loading…
gh-131178: Add tests for Tests in the Lib/test dir
sysconfig
command-line interface
awaiting review
skip news
tests
#139934
opened Oct 11, 2025 by
LamentXU123
Loading…
gh-139817: Attribute
__qualname__
is added to TypeAliasType
awaiting merge
#139919
opened Oct 10, 2025 by
efimov-mikhail
Loading…
gh-139873:
pygettext
: Open files with encoding='utf-8'
awaiting review
#139915
opened Oct 10, 2025 by
StanFromIreland
Loading…
gh-139353: Add Objects/unicode_writer.c file
awaiting core review
skip news
#139911
opened Oct 10, 2025 by
vstinner
Loading…
gh-73045 Fixed behaviour of os.path.ismount(), for Windows, for non-existent drives and paths
awaiting review
#139907
opened Oct 10, 2025 by
cowgoesmoo69
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.
You can’t perform that action at this time.