René's URL Explorer Experiment


Title: Umbrella issue: bugs found using cpython-review-toolkit · Issue #146102 · python/cpython · GitHub

Open Graph Title: Umbrella issue: bugs found using cpython-review-toolkit · Issue #146102 · python/cpython

X Title: Umbrella issue: bugs found using cpython-review-toolkit · Issue #146102 · python/cpython

Description: Bug report What happened? This is an umbrella issue for 50 select bugs found using cpython-review-toolkit, distributed across ~350K lines of CPython C code (Modules/, Objects/, Python/). Feel free to work on any report, opening an issue ...

Open Graph Description: Bug report What happened? This is an umbrella issue for 50 select bugs found using cpython-review-toolkit, distributed across ~350K lines of CPython C code (Modules/, Objects/, Python/). Feel free ...

X Description: Bug report What happened? This is an umbrella issue for 50 select bugs found using cpython-review-toolkit, distributed across ~350K lines of CPython C code (Modules/, Objects/, Python/). Feel free ...

Opengraph URL: https://github.com/python/cpython/issues/146102

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Umbrella issue: bugs found using cpython-review-toolkit","articleBody":"# Bug report\n\n### What happened?\n\nThis is an umbrella issue for 50 select bugs found using [cpython-review-toolkit](https://github.com/devdanzin/cpython-review-toolkit),  distributed across ~350K lines of CPython C code (Modules/, Objects/, Python/).\n\nFeel free to work on any report, opening an issue if one doesn't exist yet. Comment with the issue and respective gist/bug here and I'll update the table. If you find an issue listed below that is a duplicate of an existing report, let me know and I'll also mark it in the table.\n\n### Modules/ (18 gists)\n\n| Gist | Description | CPython Issue |\n|------|-------------|---------------|\n| [gist](https://gist.github.com/devdanzin/50f9880636df43efd3886f6bda2077b3) | _ssl.c: Py_DECREF(NULL) in SNI callback | [#146080](https://github.com/python/cpython/issues/146080) FIXED |\n| [gist](https://gist.github.com/devdanzin/69aff7ff2d64ce8c7c21622f7f36e84c) | _sqlite: collation assertion + missing PyErr_NoMemory | [#146090](https://github.com/python/cpython/issues/146090) FIXED |\n| [gist](https://gist.github.com/devdanzin/572a616b51ded20b0494c1107a29e63c) | functools partial PyDict_Contains -1 as truthy | [#146075](https://github.com/python/cpython/issues/146075) FIXED |\n| [gist](https://gist.github.com/devdanzin/efd3edd49aff97ed348c392bc6afe980) | _csv.c: _set_str missing NULL check | [#146093](https://github.com/python/cpython/issues/146093) FIXED |\n| [gist](https://gist.github.com/devdanzin/9f0a3f2a08edc37b8369d7f5db8d5854) | _zoneinfo: SEGV in get_weak_cache | [#146076](https://github.com/python/cpython/issues/146076) FIXED |\n| [gist](https://gist.github.com/devdanzin/701746869975be8c3fa673f52ef0e315) | _zoneinfo: missing PyErr_NoMemory in load_data | [#146092](https://github.com/python/cpython/issues/146092) FIXED |\n| [gist](https://gist.github.com/devdanzin/829b08903c28f8e345052256cb1b7cb4) | termios: NULL to PyLong_AsLong | [#146091](https://github.com/python/cpython/issues/146091) FIXED |\n| [gist](https://gist.github.com/devdanzin/546cf053a5b307dbe3ec9f6c6d916b87) | _struct: segfault/assertion on uninitialized Struct | Fixed in https://github.com/python/cpython/commit/515ae4078dffa0b74e5e5431462c2f4fe4563ffa |\n| [gist](https://gist.github.com/devdanzin/6d7781857c2a0cd29b636cf759081888) | pyexpat: ExternalEntityParserCreate crash | Fixed in https://github.com/python/cpython/commit/e6b9a1406980fbb1d4032eca9cc0b4f8f252b716 |\n| [gist](https://gist.github.com/devdanzin/03c462108168cf6b35054fb0b85bf775) | _interpqueuesmodule: use-after-free dangling last | #146427 |\n| [gist](https://gist.github.com/devdanzin/63348fc11425730393ef0d601078cbe2) | selectmodule: errno \u003c 0 always false | #146205 FIXED |\n| [gist](https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2) | _lsprof: exception clobbering | #153068 FIXED |\n| [gist](https://gist.github.com/devdanzin/c0e661ad36a12581333740414e20098e) | deque.copy() ref corruption on OOM | #152017 |\n| [gist](https://gist.github.com/devdanzin/60aed55f44fba133ee2d34d46aa8d197) | readline: begidx NULL on OOM | — |\n| [gist](https://gist.github.com/devdanzin/ada54523342276bbdb66228de2ec863e) | zlibmodule: PyErr_NewException unchecked | [false alarm](https://github.com/python/cpython/pull/151342) |\n| [gist](https://gist.github.com/devdanzin/9f1ce3fece9407aacef0e16cd419ffb2) | socketmodule: audit hook ref/buffer leaks | #146245 FIXED |\n| [gist](https://gist.github.com/devdanzin/d9975354c27e57f2589acfd0a777a2f1) | _interpchannelsmodule: missing PyErr_NoMemory | https://github.com/python/cpython/issues/150213 |\n| [gist](https://gist.github.com/devdanzin/edc4c140cb2eb4d3b64ce886b1bb1c65) | _interpretersmodule: SEGV on create under OOM | — |\n\n### Objects/ (13 gists)\n\n| Gist | Description | CPython Issue |\n|------|-------------|---------------|\n| [gist](https://gist.github.com/devdanzin/dceaa8b70de035607d78025337af9798) | ExceptionGroup repr OOB — 3-line segfault | [#146096](https://github.com/python/cpython/issues/146096) FIXED |\n| [gist](https://gist.github.com/devdanzin/1c1e9ba549c26332c387b23406c84ad5) | `SyntaxError.__init__` ref leaks on re-init | #146250 FIXED |\n| [gist](https://gist.github.com/devdanzin/d602d174ce2b8959759c94729a35c54e) | codeobject: code_richcompare swallows errors | #146199 FIXED |\n| [gist](https://gist.github.com/devdanzin/768b5163f0f743bd940c5d96ca9e9981) | codeobject: co_tlbc NULL + replacement_locations leak | — |\n| [gist](https://gist.github.com/devdanzin/f7d0c7694b2be2345f4cf85f4eedc3ee) | weakref WRAP_BINARY ref leak (~20 operators) | #153058 |\n| [gist](https://gist.github.com/devdanzin/0a3dd4f8fb0fb144efcc02c3e86665a5) | FrameLocalsProxy swallows/overwrites errors | — |\n| [gist](https://gist.github.com/devdanzin/551cace22f112ef0ff4ed3fdbe54d235) | typeobject: missing return -1 in type_ready | commit c398490fbf15ede5de3389b4ca4e32fb9a7c5d67 |\n| [gist](https://gist.github.com/devdanzin/6119b9d13c24bb30a07a44b75384e8ff) | typeobject: buffer leak in slot_bf_getbuffer | https://github.com/python/cpython/pull/151346 FIXED |\n| [gist](https://gist.github.com/devdanzin/196f041a81611b2fbff22684b2f7166e) | object.c: PyObject_Print missing LeaveRecursiveCall | commit e2fa10e04d3fed4c248881d69411fc208d05ad6b |\n| [gist](https://gist.github.com/devdanzin/4fe9c3299dd2269bd849bba147ade0b4) | structseq: get_type_attr_as_size NULL deref | #148119 |\n| [gist](https://gist.github.com/devdanzin/266ca45099796a2373866a07447d5ebf) | genericaliasobject: two NULL dereference bugs | https://github.com/python/cpython/pull/148226 FIXED |\n| [gist](https://gist.github.com/devdanzin/9015c335e324a94ea06932bdd643a7dc) | odictobject: spurious PyErr_Clear | https://github.com/python/cpython/pull/151347 FIXED |\n| [gist](https://gist.github.com/devdanzin/577421b083bad6802aa391b909d1a725) | unicode_format: wrong return + PY_SSIZE_T_MIN UB | #151845 #151847 |\n\n### Python/ (16 gists)\n\n| Gist | Description | CPython Issue |\n|------|-------------|---------------|\n| [gist](https://gist.github.com/devdanzin/432d9af1a8833bef53bc9ae342310622) | import.c: wrong interpreter + double lock release | #150454 #150374 FIXED |\n| [gist](https://gist.github.com/devdanzin/a29b3efc400d564b195f09dc94fb6b1e) | instrumentation.c: PyLong leak per monitoring call | — |\n| [gist](https://gist.github.com/devdanzin/330026d6a4c40048c771a61f706ac75e) | instrumentation.c: use-after-Py_DECREF comparison | https://github.com/python/cpython/issues/151524 |\n| [gist](https://gist.github.com/devdanzin/55ed5cf0d452eb6ce881e7a8fad30ddb) | ceval.c: missing PyErr_NoMemory + PyEval_GetLocals NULL | #153205 FIXED |\n| [gist](https://gist.github.com/devdanzin/cc84f43d7a5c774b47551060c061391f) | bltinmodule: `__lazy_import__` NULL deref | #151510 FIXED |\n| [gist](https://gist.github.com/devdanzin/a56b8cb579b1950b4206e8a42d6be650) | crossinterp: UAF + leaked exception + shadowed var | — |\n| [gist](https://gist.github.com/devdanzin/1053175c252bf8430cc2c2b96671d15f) | compiler pipeline: 6 ref leaks and error bugs | https://github.com/python/cpython/issues/146442 |\n| [gist](https://gist.github.com/devdanzin/60b787bfa22651ba6a18aef3b6e1439d) | marshal: 8 refs leaked on corrupt TYPE_CODE | #148418 |\n| [gist](https://gist.github.com/devdanzin/b022ff2d1304a4b2b8d3d8750abd8da5) | pylifecycle: 5 init/fini cleanup bugs | — |\n| [gist](https://gist.github.com/devdanzin/1a61f5e30036bc6aa5eac154626e4870) | initconfig: SET_ITEM macro leaks dict | #146244 FIXED |\n| [gist](https://gist.github.com/devdanzin/7636db063c4b2af5da66389171121bfc) | ast.c: LEAVE_RECURSIVE missing on 30 paths | — |\n| [gist](https://gist.github.com/devdanzin/332a120e4c7750e8a7aff47419311696) | hamt.c: sub_node leaked in bitmap ops | https://github.com/python/cpython/issues/150178 |\n| [gist](https://gist.github.com/devdanzin/86eda5ca53243ef667773991312c2e74) | pythonrun: main_module ref leak | https://github.com/python/cpython/issues/146355 FIXED |\n| [gist](https://gist.github.com/devdanzin/9b0cc09a0ec2dd055b9b117115842f0b) | modsupport: missing va_end (UB) | https://github.com/python/cpython/issues/146386 FIXED |\n| [gist](https://gist.github.com/devdanzin/d1a6ab9f62970be0cae139366ce3c482) | legacy_tracing: unchecked PyLong_AsInt | — |\n| [gist](https://gist.github.com/devdanzin/14a5663604e1d7fb930d121b4e0c8d25) | optimizer_symbols: make_bottom NULL deref | https://github.com/python/cpython/issues/146388 FIXED |\n\n### Duplicates (3 gists — same bugs uploaded from different runs)\n\n| Gist | Duplicate of |\n|------|-------------|\n| [gist](https://gist.github.com/devdanzin/5624326e8ccc9632aa69ea7f930e310b) | ExceptionGroup repr (dup of dceaa8b7) |\n| [gist](https://gist.github.com/devdanzin/0c8004487c9eacddbd85b7b40d93c448) | sqlite collation (dup of 69aff7ff) |\n| [gist](https://gist.github.com/devdanzin/bc8816ef316b72e2baf401f42b209823) | SSL SNI (dup of 50f98806) |\n\nThese issues were found with Claude Opus 4.6, using the `/cpython-review-toolkit:explore [file or directory] all deep` command.\n\n\n### CPython versions tested on:\n\nCPython main branch\n\n### Operating systems tested on:\n\nLinux\n\n### Output from running 'python -VV' on the command line:\n\nPython 3.15.0a7+ (heads/main:e0f7c1097e1, Mar 17 2026, 18:10:52) [Clang 21.1.2 (2ubuntu6)]\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-146443\n* gh-151342\n* gh-151346\n* gh-151347\n* gh-151534\n* gh-151578\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/devdanzin","@type":"Person","name":"devdanzin"},"datePublished":"2026-03-18T10:28:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/146102/cpython/issues/146102"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d74ecfb5-26b2-e0c3-6435-5308f7a77c3e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBEFC:309E0A:E1A494:139F887:6A509A37
html-safe-noncea41544c6e21b23dd84a3dc14ac31f0377bfba82d3d8ba54b472244b78e52dc08
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUZDOjMwOUUwQTpFMUE0OTQ6MTM5Rjg4Nzo2QTUwOUEzNyIsInZpc2l0b3JfaWQiOiIzNzMwNjkwODEzNjQ4MjE0NTgzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac360c75ca11d84281b53ff29361508e35297854e642996ba2ab17375e2dbdb468
hovercard-subject-tagissue:4094189245
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/146102/issue_layout
twitter:imagehttps://opengraph.githubassets.com/80e8e8a05ae19b19ec53fca46b081037937c382e2e4b5d8e5b4228ed8abc8910/python/cpython/issues/146102
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/80e8e8a05ae19b19ec53fca46b081037937c382e2e4b5d8e5b4228ed8abc8910/python/cpython/issues/146102
og:image:altBug report What happened? This is an umbrella issue for 50 select bugs found using cpython-review-toolkit, distributed across ~350K lines of CPython C code (Modules/, Objects/, Python/). Feel free ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedevdanzin
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/146102#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F146102
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Fissues%2F146102
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/146102
Reloadhttps://github.com/python/cpython/issues/146102
Reloadhttps://github.com/python/cpython/issues/146102
Please reload this pagehttps://github.com/python/cpython/issues/146102
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/146102
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.7k 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.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
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 and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Umbrella issue: bugs found using cpython-review-toolkithttps://github.com/python/cpython/issues/146102#top
extension-modulesC modules in the Modules dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22extension-modules%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
https://github.com/devdanzin
devdanzinhttps://github.com/devdanzin
on Mar 18, 2026https://github.com/python/cpython/issues/146102#issue-4094189245
cpython-review-toolkithttps://github.com/devdanzin/cpython-review-toolkit
gisthttps://gist.github.com/devdanzin/50f9880636df43efd3886f6bda2077b3
#146080https://github.com/python/cpython/issues/146080
gisthttps://gist.github.com/devdanzin/69aff7ff2d64ce8c7c21622f7f36e84c
#146090https://github.com/python/cpython/issues/146090
gisthttps://gist.github.com/devdanzin/572a616b51ded20b0494c1107a29e63c
#146075https://github.com/python/cpython/issues/146075
gisthttps://gist.github.com/devdanzin/efd3edd49aff97ed348c392bc6afe980
#146093https://github.com/python/cpython/issues/146093
gisthttps://gist.github.com/devdanzin/9f0a3f2a08edc37b8369d7f5db8d5854
#146076https://github.com/python/cpython/issues/146076
gisthttps://gist.github.com/devdanzin/701746869975be8c3fa673f52ef0e315
#146092https://github.com/python/cpython/issues/146092
gisthttps://gist.github.com/devdanzin/829b08903c28f8e345052256cb1b7cb4
#146091https://github.com/python/cpython/issues/146091
gisthttps://gist.github.com/devdanzin/546cf053a5b307dbe3ec9f6c6d916b87
515ae40https://github.com/python/cpython/commit/515ae4078dffa0b74e5e5431462c2f4fe4563ffa
gisthttps://gist.github.com/devdanzin/6d7781857c2a0cd29b636cf759081888
e6b9a14https://github.com/python/cpython/commit/e6b9a1406980fbb1d4032eca9cc0b4f8f252b716
gisthttps://gist.github.com/devdanzin/03c462108168cf6b35054fb0b85bf775
#146427https://github.com/python/cpython/issues/146427
gisthttps://gist.github.com/devdanzin/63348fc11425730393ef0d601078cbe2
#146205https://github.com/python/cpython/issues/146205
gisthttps://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2
#153068https://github.com/python/cpython/issues/153068
gisthttps://gist.github.com/devdanzin/c0e661ad36a12581333740414e20098e
#152017https://github.com/python/cpython/issues/152017
gisthttps://gist.github.com/devdanzin/60aed55f44fba133ee2d34d46aa8d197
gisthttps://gist.github.com/devdanzin/ada54523342276bbdb66228de2ec863e
false alarmhttps://github.com/python/cpython/pull/151342
gisthttps://gist.github.com/devdanzin/9f1ce3fece9407aacef0e16cd419ffb2
#146245https://github.com/python/cpython/issues/146245
gisthttps://gist.github.com/devdanzin/d9975354c27e57f2589acfd0a777a2f1
#150213https://github.com/python/cpython/issues/150213
gisthttps://gist.github.com/devdanzin/edc4c140cb2eb4d3b64ce886b1bb1c65
gisthttps://gist.github.com/devdanzin/dceaa8b70de035607d78025337af9798
#146096https://github.com/python/cpython/issues/146096
gisthttps://gist.github.com/devdanzin/1c1e9ba549c26332c387b23406c84ad5
#146250https://github.com/python/cpython/issues/146250
gisthttps://gist.github.com/devdanzin/d602d174ce2b8959759c94729a35c54e
#146199https://github.com/python/cpython/issues/146199
gisthttps://gist.github.com/devdanzin/768b5163f0f743bd940c5d96ca9e9981
gisthttps://gist.github.com/devdanzin/f7d0c7694b2be2345f4cf85f4eedc3ee
#153058https://github.com/python/cpython/issues/153058
gisthttps://gist.github.com/devdanzin/0a3dd4f8fb0fb144efcc02c3e86665a5
gisthttps://gist.github.com/devdanzin/551cace22f112ef0ff4ed3fdbe54d235
c398490https://github.com/python/cpython/commit/c398490fbf15ede5de3389b4ca4e32fb9a7c5d67
gisthttps://gist.github.com/devdanzin/6119b9d13c24bb30a07a44b75384e8ff
#151346https://github.com/python/cpython/pull/151346
gisthttps://gist.github.com/devdanzin/196f041a81611b2fbff22684b2f7166e
e2fa10ehttps://github.com/python/cpython/commit/e2fa10e04d3fed4c248881d69411fc208d05ad6b
gisthttps://gist.github.com/devdanzin/4fe9c3299dd2269bd849bba147ade0b4
#148119https://github.com/python/cpython/issues/148119
gisthttps://gist.github.com/devdanzin/266ca45099796a2373866a07447d5ebf
#148226https://github.com/python/cpython/pull/148226
gisthttps://gist.github.com/devdanzin/9015c335e324a94ea06932bdd643a7dc
#151347https://github.com/python/cpython/pull/151347
gisthttps://gist.github.com/devdanzin/577421b083bad6802aa391b909d1a725
#151845https://github.com/python/cpython/issues/151845
#151847https://github.com/python/cpython/issues/151847
gisthttps://gist.github.com/devdanzin/432d9af1a8833bef53bc9ae342310622
#150454https://github.com/python/cpython/issues/150454
#150374https://github.com/python/cpython/issues/150374
gisthttps://gist.github.com/devdanzin/a29b3efc400d564b195f09dc94fb6b1e
gisthttps://gist.github.com/devdanzin/330026d6a4c40048c771a61f706ac75e
#151524https://github.com/python/cpython/issues/151524
gisthttps://gist.github.com/devdanzin/55ed5cf0d452eb6ce881e7a8fad30ddb
#153205https://github.com/python/cpython/issues/153205
gisthttps://gist.github.com/devdanzin/cc84f43d7a5c774b47551060c061391f
#151510https://github.com/python/cpython/issues/151510
gisthttps://gist.github.com/devdanzin/a56b8cb579b1950b4206e8a42d6be650
gisthttps://gist.github.com/devdanzin/1053175c252bf8430cc2c2b96671d15f
#146442https://github.com/python/cpython/issues/146442
gisthttps://gist.github.com/devdanzin/60b787bfa22651ba6a18aef3b6e1439d
#148418https://github.com/python/cpython/issues/148418
gisthttps://gist.github.com/devdanzin/b022ff2d1304a4b2b8d3d8750abd8da5
gisthttps://gist.github.com/devdanzin/1a61f5e30036bc6aa5eac154626e4870
#146244https://github.com/python/cpython/issues/146244
gisthttps://gist.github.com/devdanzin/7636db063c4b2af5da66389171121bfc
gisthttps://gist.github.com/devdanzin/332a120e4c7750e8a7aff47419311696
#150178https://github.com/python/cpython/issues/150178
gisthttps://gist.github.com/devdanzin/86eda5ca53243ef667773991312c2e74
#146355https://github.com/python/cpython/issues/146355
gisthttps://gist.github.com/devdanzin/9b0cc09a0ec2dd055b9b117115842f0b
#146386https://github.com/python/cpython/issues/146386
gisthttps://gist.github.com/devdanzin/d1a6ab9f62970be0cae139366ce3c482
gisthttps://gist.github.com/devdanzin/14a5663604e1d7fb930d121b4e0c8d25
#146388https://github.com/python/cpython/issues/146388
gisthttps://gist.github.com/devdanzin/5624326e8ccc9632aa69ea7f930e310b
gisthttps://gist.github.com/devdanzin/0c8004487c9eacddbd85b7b40d93c448
gisthttps://gist.github.com/devdanzin/bc8816ef316b72e2baf401f42b209823
gh-146442: Fix various bugs in compiler pipeline from bug report #146443https://github.com/python/cpython/pull/146443
gh-146102: Catch PyErr_NewException() failure in zlib #151342https://github.com/python/cpython/pull/151342
gh-146102: Fix type slot_bf_getbuffer() error handling #151346https://github.com/python/cpython/pull/151346
gh-146102: Don't clear exception on success in odictobject.c #151347https://github.com/python/cpython/pull/151347
gh-146102: Avoid possibe memory leak in pylifecycle.c #151534https://github.com/python/cpython/pull/151534
gh-146102:Fix cross-interpreter NotShareableError ref handling #151578https://github.com/python/cpython/pull/151578
extension-modulesC modules in the Modules dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22extension-modules%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
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.