René's URL Explorer Experiment


Title: gh-99761: add invalid_index macro by eendebakpt · Pull Request #99762 · python/cpython · GitHub

Open Graph Title: gh-99761: add invalid_index macro by eendebakpt · Pull Request #99762 · python/cpython

X Title: gh-99761: add invalid_index macro by eendebakpt · Pull Request #99762 · python/cpython

Description: In listobject.c there is an optimization to check whether an index is valid (e.g. 0 <= index < N) using a single comparison. The cast-to-unsigned optimization is used in current main in 3 locations: tupleobject.c, _collectionsmodule.c and bytesobject.c. It is a micro optimization, but the code generated is different than the plain i < 0 || i >= Py_SIZE(a). This PR tries to: i) apply the optimization to more locations ii) make the code more consistent By replacing index checks with a single method _Py_is_valid_index that includes the optimization we have consistency in the code and have the optimized check for all index checks. Issue: gh-99761 Notes: The new method is private and is static inline (https://peps.python.org/pep-0670/) In bytecodes.c the optimized expression is used in three places. E.g. DEOPT_IF(((size_t)signed_magnitude) > 1, BINARY_SUBSCR); With the _Py_is_valid_index method it looks like DEOPT_IF(!_Py_is_valid_index(signed_magnitude, 2), BINARY_SUBSCR); which is in my opinion not very readable. For these cases a separate PR was created: #100064

Open Graph Description: In listobject.c there is an optimization to check whether an index is valid (e.g. 0 <= index < N) using a single comparison. The cast-to-unsigned optimization is used in current main in 3 loc...

X Description: In listobject.c there is an optimization to check whether an index is valid (e.g. 0 &lt;= index &lt; N) using a single comparison. The cast-to-unsigned optimization is used in current main ...

Opengraph URL: https://github.com/python/cpython/pull/99762

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c8ed7e85-d3ce-ca9b-a095-fcf690721401
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBFBC:2D943D:F406A9:155FB65:696A2A39
html-safe-nonce946e0c58248ef3bd73e9e03c31da5b6c284fec837025d7dfc33501f12f84abfb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkJDOjJEOTQzRDpGNDA2QTk6MTU1RkI2NTo2OTZBMkEzOSIsInZpc2l0b3JfaWQiOiI4ODU2NjU3MDgzNjY2OTM0MzI5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac89c50d8c6185c47e0803c7f53a81f6022b51e89b55c76b33f16f0306660ec30e
hovercard-subject-tagpull_request:1135366320
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/99762/files
twitter:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
og:image:altIn listobject.c there is an optimization to check whether an index is valid (e.g. 0 <= index < N) using a single comparison. The cast-to-unsigned optimization is used in current main in 3 loc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonea1022f03e4f0d91ea173e4e5dac892c982e0588c62f1ce56121d755a320a3569
turbo-cache-controlno-preview
diff-viewunified
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 full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef472b8e6c7b3fdd5d0354972a3f4c516289bf0be
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/99762/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F99762%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Fpull%2F99762%2Ffiles
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/99762/files
Reloadhttps://github.com/python/cpython/pull/99762/files
Reloadhttps://github.com/python/cpython/pull/99762/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k 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.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
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 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
eendebakpthttps://github.com/eendebakpt
python:mainhttps://github.com/python/cpython/tree/main
eendebakpt:list_tuplehttps://github.com/eendebakpt/cpython/tree/list_tuple
Conversation 33 https://github.com/python/cpython/pull/99762
Commits 52 https://github.com/python/cpython/pull/99762/commits
Checks 0 https://github.com/python/cpython/pull/99762/checks
Files changed https://github.com/python/cpython/pull/99762/files
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
gh-99761: add invalid_index macro https://github.com/python/cpython/pull/99762/files#top
Show all changes 52 commits https://github.com/python/cpython/pull/99762/files
0d1b08a add invalid_index eendebakpt Nov 24, 2022 https://github.com/python/cpython/pull/99762/commits/0d1b08a7ef7c7593d979b03f959673af91c61b27
be6143f replace valid_index eendebakpt Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/be6143fdf6b796569293ef4b535172b6ce16c8bf
bcaec88 📜🤖 Added by blurb_it. blurb-it[bot] Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/bcaec8800242c062c3eef1605418bdbb6ae033b5
6dd6fec make regen-all eendebakpt Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/6dd6fec845a2537b0bdab6391cbcaf02465760a7
7a35197 Merge branch 'list_tuple' of github.com:eendebakpt/cpython into list_… eendebakpt Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/7a3519736926b7ff7dc1bca1342e470e843c7667
1e4448f Rename 2022-11-25-09-34-57.gh-issue-9761.sRqH37.rst to 2022-11-25-09-… eendebakpt Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/1e4448f527783cad6303654193f8a858255f53ea
1d58ef0 add method for int check eendebakpt Nov 25, 2022 https://github.com/python/cpython/pull/99762/commits/1d58ef00ae02dc322c20698e7ad3e942c64ae41b
76ecde6 change invalid_index to valid_index eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/76ecde6e786539cb27a2a3fbbfa6bc6dfd99ccf9
c356130 change invalid_index to valid_index eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/c3561307dc70af528ce2168c13b4e18bdd3f92d4
329d6ed revert changes to _collectionsmodule.c on request of the author eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/329d6edd49456158ebd8cffd2555d021ced653b5
bbdb3b5 make valid_index private eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/bbdb3b5ffa950cfd5680a2d6b8d1a4664a8b354f
45d4abf change static inline to macro eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/45d4abf36fb4167f0a06e5d33fc4733941c82b64
e78d129 typo eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/e78d12961f470e14c58ecab8a6dfa3794adc8d72
5cc1dfc unto changes to _collectionsmodule.c eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/5cc1dfc50a544126a56b29090310eea7c46582e9
a112a05 Merge branch 'main' into list_tuple eendebakpt Nov 26, 2022 https://github.com/python/cpython/pull/99762/commits/a112a05778d065ed2e9adfb5d7bf531690b7c2f0
d04aa18 rename to static inline int _Py_is_valid_index eendebakpt Nov 28, 2022 https://github.com/python/cpython/pull/99762/commits/d04aa180b141e52e5c74d26d8bcb7a2e8b94d90c
d6c614c update news item eendebakpt Nov 28, 2022 https://github.com/python/cpython/pull/99762/commits/d6c614ce62bb79501fa8cc0ae997c3247da03a7a
77e8cc4 double backticks eendebakpt Nov 28, 2022 https://github.com/python/cpython/pull/99762/commits/77e8cc475922ddcb5c6882d271724f124ab837c6
90fa51f Merge branch 'main' into list_tuple eendebakpt Nov 28, 2022 https://github.com/python/cpython/pull/99762/commits/90fa51f8743f753984dbcd7ec848af071f4e8ab1
6e334bc fix docstring eendebakpt Nov 29, 2022 https://github.com/python/cpython/pull/99762/commits/6e334bca225020643112389ce3d7be37202003dc
242de2d Merge branch 'list_tuple' of githubeendebakpt:eendebakpt/cpython into… eendebakpt Nov 29, 2022 https://github.com/python/cpython/pull/99762/commits/242de2d0a8e28727c40e5e0acac3d882400c2b8f
fe8b462 Update Include/internal/pycore_abstract.h eendebakpt Dec 6, 2022 https://github.com/python/cpython/pull/99762/commits/fe8b4623aa0b44d31f3c299a0bb399cd6d732d56
901dd4c revert changes with _PyLong_negative_or_multi_digit_int eendebakpt Dec 6, 2022 https://github.com/python/cpython/pull/99762/commits/901dd4ce7d9ff64be1c596eb90876dfc987da4f2
3fbbaae update documentation eendebakpt Dec 6, 2022 https://github.com/python/cpython/pull/99762/commits/3fbbaae947b94487e219e74166e6c63c5ca596e8
366f2ec revert changes in bytecodes.c eendebakpt Dec 7, 2022 https://github.com/python/cpython/pull/99762/commits/366f2eca62e9bbf3d95c045dec34a1e77f5eff56
7795929 Update Include/internal/pycore_abstract.h vstinner Dec 8, 2022 https://github.com/python/cpython/pull/99762/commits/77959298861938ba2ebb47979ba25d9e69f75aa9
87f65e6 Update Include/internal/pycore_abstract.h vstinner Dec 8, 2022 https://github.com/python/cpython/pull/99762/commits/87f65e67bb49fe545dcb20b0d50daa6932a560e9
f7b22bf Update Objects/codeobject.c vstinner Dec 8, 2022 https://github.com/python/cpython/pull/99762/commits/f7b22bf0beaa9385a0aa186b2d4b18fc3424ed18
1e47517 Update Modules/mmapmodule.c vstinner Dec 8, 2022 https://github.com/python/cpython/pull/99762/commits/1e47517543ed1d4c5d4dc9f9c83976d3f83f9a1f
e510943 Update Modules/arraymodule.c vstinner Dec 8, 2022 https://github.com/python/cpython/pull/99762/commits/e510943d2a64db4de852fda174a1afab7e87dc6e
61bd3a4 remove news entry eendebakpt Dec 10, 2022 https://github.com/python/cpython/pull/99762/commits/61bd3a4fdef98b19f3a6c4c51711094af2d7778f
6f0e26e remove comment about twos-complement eendebakpt Dec 10, 2022 https://github.com/python/cpython/pull/99762/commits/6f0e26e5dcee6d0088d40d0b9db55d6134d42489
ae35168 Merge branch 'main' into list_tuple eendebakpt Dec 10, 2022 https://github.com/python/cpython/pull/99762/commits/ae351689e6cdb51a4345113b4af9d3dd6ab178b7
1c86e98 Merge branch 'main' into list_tuple eendebakpt Dec 21, 2022 https://github.com/python/cpython/pull/99762/commits/1c86e98c445f1125485e097d24d6c7fcf3c66f0d
8633a20 Merge branch 'main' into list_tuple eendebakpt Dec 26, 2022 https://github.com/python/cpython/pull/99762/commits/8633a208c360f137bc8648d36728ac7a4a2d03e3
55e6d70 Merge branch 'main' into list_tuple eendebakpt Jan 18, 2023 https://github.com/python/cpython/pull/99762/commits/55e6d70ede0031a17f9b113e4c981c8bae07c155
4185f3c Merge branch 'main' into list_tuple eendebakpt Jan 26, 2023 https://github.com/python/cpython/pull/99762/commits/4185f3c872140e9b56a1f031e6cc77544fa353ee
24f0aa0 Merge branch 'main' into list_tuple eendebakpt Feb 5, 2023 https://github.com/python/cpython/pull/99762/commits/24f0aa0320e63b71b868a7ca4856d2ca9bb57232
8c1332a Merge branch 'main' into list_tuple eendebakpt Feb 16, 2023 https://github.com/python/cpython/pull/99762/commits/8c1332a8098a88b398d5610dbef21995b599f043
8ca17f7 Merge branch 'main' into list_tuple eendebakpt Feb 20, 2023 https://github.com/python/cpython/pull/99762/commits/8ca17f7d27a1012599e1e9c9dd83fdfcc6c1be4e
4377b07 review comments eendebakpt Feb 20, 2023 https://github.com/python/cpython/pull/99762/commits/4377b07ce32ec5e28ed9425a208fe22de57bdda4
2e871e9 Merge branch 'main' into list_tuple eendebakpt Feb 20, 2023 https://github.com/python/cpython/pull/99762/commits/2e871e9bd59d034888ab743c626e43f1f2bbac59
4699151 Merge branch 'main' into list_tuple eendebakpt Mar 19, 2023 https://github.com/python/cpython/pull/99762/commits/469915189cab88dc04fa1faf5fe89b3e0c9d07de
795bf2d Merge branch 'main' into list_tuple eendebakpt Apr 4, 2023 https://github.com/python/cpython/pull/99762/commits/795bf2d7747b87a1d89f9b6c1b3263c063de05ec
3ca5d8b Merge branch 'main' into list_tuple eendebakpt Apr 28, 2023 https://github.com/python/cpython/pull/99762/commits/3ca5d8b3e2331e138eb834a05bc1e86583f0cfdf
fe17e85 Merge branch 'main' into list_tuple eendebakpt May 20, 2023 https://github.com/python/cpython/pull/99762/commits/fe17e85c9e36bc569d7d2cf4b7ef1d818ec26783
7cb70fc Merge branch 'main' into list_tuple eendebakpt Jun 21, 2023 https://github.com/python/cpython/pull/99762/commits/7cb70fc15d3c211258050dca2bb80d19eccf80d0
a072101 Merge branch 'main' into list_tuple eendebakpt Jun 28, 2023 https://github.com/python/cpython/pull/99762/commits/a072101d42c52a25587c1e4f2855b17d75ce4cc8
7204d8a Merge branch 'main' into list_tuple eendebakpt Jul 18, 2023 https://github.com/python/cpython/pull/99762/commits/7204d8a1d00ac36d0f7ecb87b12bd81b99f032bf
977e7cc Merge branch 'main' into list_tuple eendebakpt Sep 25, 2023 https://github.com/python/cpython/pull/99762/commits/977e7ccc7a4efba477e09b4a61368af3375f5701
d3b633e Merge branch 'main' into list_tuple eendebakpt Nov 16, 2023 https://github.com/python/cpython/pull/99762/commits/d3b633ef502ac16c15e8323bb8a37d7327ea07cf
cad941a Merge branch 'main' into list_tuple eendebakpt Dec 14, 2023 https://github.com/python/cpython/pull/99762/commits/cad941ae7f119355e6ecc93b1d754ec76edfbe64
Clear filters https://github.com/python/cpython/pull/99762/files
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
pycore_abstract.h https://github.com/python/cpython/pull/99762/files#diff-631e2c9c07695a628fc5aab911ad2f2951e434d46a9fbc809f7835cd0238c99b
arraymodule.c https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
mmapmodule.c https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
bytearrayobject.c https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
bytesobject.c https://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
codeobject.c https://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
listobject.c https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
memoryobject.c https://github.com/python/cpython/pull/99762/files#diff-7d1cb11da20dc3738b65b0f7381bf02df53132562a9749ba8a22d67a0f05f106
tupleobject.c https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
unicodeobject.c https://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
Include/internal/pycore_abstract.hhttps://github.com/python/cpython/pull/99762/files#diff-631e2c9c07695a628fc5aab911ad2f2951e434d46a9fbc809f7835cd0238c99b
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Include/internal/pycore_abstract.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-631e2c9c07695a628fc5aab911ad2f2951e434d46a9fbc809f7835cd0238c99b
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
https://github.com/python/cpython/pull/99762/files#diff-631e2c9c07695a628fc5aab911ad2f2951e434d46a9fbc809f7835cd0238c99b
Modules/arraymodule.chttps://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Modules/arraymodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
https://github.com/python/cpython/pull/99762/files#diff-a64ccdf7f6d9fe7fbe417fe2d24c7803c152b75640bdc5a6539754aa71bc6a51
Modules/mmapmodule.chttps://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Modules/mmapmodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
https://github.com/python/cpython/pull/99762/files#diff-4063fcfc98efaa9ba61a24ae3de730bbab4e8859152025da60db25a56fd6a646
Objects/bytearrayobject.chttps://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/bytearrayobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
https://github.com/python/cpython/pull/99762/files#diff-6878f29bbfb711dc7cd2a89b2b2941b1f900b6367d30181a2ff45460b591b04c
Objects/bytesobject.chttps://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/bytesobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
https://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
https://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
https://github.com/python/cpython/pull/99762/files#diff-f6d440aad34e1c4535c0d898c0197a95490766c745991caace6f64b5dd1ece51
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L210
Objects/codeobject.chttps://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/codeobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
https://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
https://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
https://github.com/python/cpython/pull/99762/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
Objects/listobject.chttps://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/listobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
Please reload this pagehttps://github.com/python/cpython/pull/99762/files
https://github.com/python/cpython/pull/99762/files#diff-67a42c5c0990c7aceea040ffc07905299aab97d64dc49adb256f85340b2c7e81
Objects/memoryobject.chttps://github.com/python/cpython/pull/99762/files#diff-7d1cb11da20dc3738b65b0f7381bf02df53132562a9749ba8a22d67a0f05f106
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/memoryobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-7d1cb11da20dc3738b65b0f7381bf02df53132562a9749ba8a22d67a0f05f106
https://github.com/python/cpython/pull/99762/files#diff-7d1cb11da20dc3738b65b0f7381bf02df53132562a9749ba8a22d67a0f05f106
Objects/tupleobject.chttps://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/tupleobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
https://github.com/python/cpython/pull/99762/files#diff-1c580282bd10a8157cc81dd4a4658d4bb47f75ea476cd433bc7435913b33eb77
Objects/unicodeobject.chttps://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
View file https://github.com/eendebakpt/cpython/blob/cad941ae7f119355e6ecc93b1d754ec76edfbe64/Objects/unicodeobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99762/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
https://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
https://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
https://github.com/python/cpython/pull/99762/files#diff-34c966e7876d6f8bf801dd51896327e4f68bba02cddb95fbf3963f0b2e39c38a
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.