René's URL Explorer Experiment


Title: bpo-9566: Fix some Windows x64 compiler warnings by segevfiner · Pull Request #2492 · python/cpython · GitHub

Open Graph Title: bpo-9566: Fix some Windows x64 compiler warnings by segevfiner · Pull Request #2492 · python/cpython

X Title: bpo-9566: Fix some Windows x64 compiler warnings by segevfiner · Pull Request #2492 · python/cpython

Description: I tried to fix the x64 compiler warnings on Windows. Here is a list of the ones I encountered: python-x64-warnings.txt The following remain: LINK : warning LNK4013: image size 0x29B000 exceeds specified maximum 0x200000 Caused by externals\tcl-core-8.6.6.0\win\coffbase.txt not giving enough room for an x64 debug build. – "Fixed" by pre-building tcl in bpo-30916 (#2688) ..\Modules\gcmodule.c(1085): warning C4244: 'function': conversion from 'Py_ssize_t' to 'int', possible loss of data Caused by DTrace stubs being defined as taking int. It might be correct to change them to take a larger type since it's possible the real ones take something bigger, but I don't know what the real ones take... EDIT: The real one takes a long (Include/pydtrace.d:12), which is probably 64-bit on architectures where DTrace is available but it is 32-bit on Windows x64. So just changing the stub to the correct type won't help (Though I think we can simply change the stub to a larger integer type without it causing issues...) It might be possible to redefine the real probe to take a larger integral type (It really needs Py_ssize_t but I'm not sure we can use it there. But I'm not familiar with enough... – #2852 ..\Modules\_tracemalloc.c(88): warning C4359: '': Alignment specifier is less than actual alignment (8), and will be ignored. This optimization doesn't really work as is. Need to use #pragma pack instead. – bpo-31018 (#2848) ..\Python\getargs.c(2058): warning C4244: '=': conversion from 'Py_ssize_t' to 'int', possible loss of data I'm not sure about this one. – #2890 peephole.c warnings They seem to be related to mixing opcode args which are unsigned int with size_t/Py_ssize_t. ..\Modules\_ssl.c(2947): warning C4244: '=': conversion from 'Py_ssize_t' to 'int', possible loss of data The Py_buffer can theoretically be larger... But I'm not sure that the protocol even supports that... Should this be casted away or fixed some other way?? – Split to #2495 ..\Modules\_ssl.c(4158): warning C4244: 'function': conversion from 'Py_ssize_t' to 'int', possible loss of data Someone can theoretically pass a buffer big enough... But I doubt such a buffer is going to be written at once... Should this be casted away...? – Split to #2495 cc @zooba https://bugs.python.org/issue9566

Open Graph Description: I tried to fix the x64 compiler warnings on Windows. Here is a list of the ones I encountered: python-x64-warnings.txt The following remain: LINK : warning LNK4013: image size 0x29B000 exceeds sp...

X Description: I tried to fix the x64 compiler warnings on Windows. Here is a list of the ones I encountered: python-x64-warnings.txt The following remain: LINK : warning LNK4013: image size 0x29B000 exceeds sp...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:dbda302b-6c06-2cb1-38d9-1a56a8432401
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAA54:2AB90B:BBBCEA:FA4ED4:6A53210C
html-safe-noncec589e0aed20f7dfeaa658ec29af842c0265b3c9d893dfde22c8af1b55ec2148a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQTU0OjJBQjkwQjpCQkJDRUE6RkE0RUQ0OjZBNTMyMTBDIiwidmlzaXRvcl9pZCI6IjU0MjQ0Njg3NjIzMzc0MTk1MzIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac04d36a7a7e787e1acf9c46c14c1a6e3e351e050c0a844d66c496fede448c12b1
hovercard-subject-tagpull_request:128231020
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/2492/files
twitter:imagehttps://avatars.githubusercontent.com/u/24731903?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/24731903?s=400&v=4
og:image:altI tried to fix the x64 compiler warnings on Windows. Here is a list of the ones I encountered: python-x64-warnings.txt The following remain: LINK : warning LNK4013: image size 0x29B000 exceeds sp...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/2492/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F2492%2Ffiles
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%2Fpull%2F2492%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/2492/files
Reloadhttps://github.com/python/cpython/pull/2492/files
Reloadhttps://github.com/python/cpython/pull/2492/files
Please reload this pagehttps://github.com/python/cpython/pull/2492/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/2492/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k 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
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
zoobahttps://github.com/zooba
python:masterhttps://github.com/python/cpython/tree/master
segevfiner:bpo-9566-x64-compiler-warningshttps://github.com/segevfiner/cpython/tree/bpo-9566-x64-compiler-warnings
Conversation 7 https://github.com/python/cpython/pull/2492
Commits 16 https://github.com/python/cpython/pull/2492/commits
Checks 0 https://github.com/python/cpython/pull/2492/checks
Files changed https://github.com/python/cpython/pull/2492/files
Please reload this pagehttps://github.com/python/cpython/pull/2492/files
bpo-9566: Fix some Windows x64 compiler warnings https://github.com/python/cpython/pull/2492/files#top
Show all changes 16 commits https://github.com/python/cpython/pull/2492/files
557fe04 bpo-9566: Silence liblzma warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/557fe04a6091ad323f168268d58648249b2946f2
6c57de0 bpo-9566: Silence tcl warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/6c57de03afb71b68b60074bf0e4750611663e7ef
a353e28 bpo-9566: Silence tk warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/a353e289e09fa8ac8d378942bcc61b6a31628070
8f46075 bpo-9566: Silence tix warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/8f460753e969b0d4a1cdfdd279e60015be6232b0
85594d6 bpo-9566: Fix some library warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/85594d6f4d973efa9d39da00804e7522f3497455
a7c0646 bpo-9566: Fix msvcrtmodule.c warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/a7c064629c0e11ee79546ec26ccc78134852ead5
181a36f bpo-9566: Silence _bz2 warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/181a36f6170adf831532b84652252dab803513d9
a639001 bpo-9566: Fixed some _ssl warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/a639001c949ba53338a9ee047d2ec1efd2505e6f
6943cef bpo-9566: Fix _msi warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/6943cefdc411bfdd9defbf8e6cedbd65876c8540
4c56c86 bpo-9566: Silence _ctypes warnings segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/4c56c8682188c26b4b8384a5ff5ad73c43ab8caf
f473093 Revert "bpo-9566: Fixed some _ssl warnings" segevfiner Jun 29, 2017 https://github.com/python/cpython/pull/2492/commits/f47309302ba1f5ff36b3171dce209790a6063188
e549c4e bpo-9566: Also consider NULL as a possible error in HANDLE_return_con… segevfiner Jun 30, 2017 https://github.com/python/cpython/pull/2492/commits/e549c4ef4d0126c59cc5539e83d71d1edcaff132
87bf08c bpo-9566: whitespace fixes segevfiner Jun 30, 2017 https://github.com/python/cpython/pull/2492/commits/87bf08c027184bb084233efae8866d24e89ded53
c6d111a Merge remote-tracking branch 'upstream/master' into bpo-9566-x64-comp… segevfiner Jul 6, 2017 https://github.com/python/cpython/pull/2492/commits/c6d111a1c5386c8814c52f06d25195b5b9dd7910
bf2440e Merge branch 'master' into bpo-9566-x64-compiler-warnings segevfiner Jul 21, 2017 https://github.com/python/cpython/pull/2492/commits/bf2440e9e2d565f7508819708e99e2cb9fd690e0
0c87604 Merge remote-tracking branch 'upstream/master' into bpo-9566-x64-comp… segevfiner Jul 24, 2017 https://github.com/python/cpython/pull/2492/commits/0c8760435839d54249afc60818b8a51ae245e60c
Clear filters https://github.com/python/cpython/pull/2492/files
Please reload this pagehttps://github.com/python/cpython/pull/2492/files
Please reload this pagehttps://github.com/python/cpython/pull/2492/files
binascii.c https://github.com/python/cpython/pull/2492/files#diff-ba5e0c9b1d3a07e484b80157530df909d6cbc13e479e464e9fe0e7744822653c
zlibmodule.c https://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
_msi.c https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
msvcrtmodule.c.h https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
msvcrtmodule.c https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
winreg.c https://github.com/python/cpython/pull/2492/files#diff-ebc17afaffe862b9d14021622fc6b6c230edbb2cad594481648a453cb8436b7c
_bz2.vcxproj https://github.com/python/cpython/pull/2492/files#diff-82f7f01e020be748315cabc07728c88064bdf3bc4dd544d51859157fb38f5988
_ctypes.vcxproj https://github.com/python/cpython/pull/2492/files#diff-6f6b7f83e2fb49775efdfa41b4aa4f8fadcf71f43c4f3bcf9f37743acafd3fdf
liblzma.vcxproj https://github.com/python/cpython/pull/2492/files#diff-f14b29ad5ea248d14ad76599f26e6ab6b5d5d0b301d477049ff87f9b9ee3d8e1
tcl.vcxproj https://github.com/python/cpython/pull/2492/files#diff-3bd6c24230c66421c1dd0ad7331c1c3d467e98f52d626f3380ae67628e719d11
tix.vcxproj https://github.com/python/cpython/pull/2492/files#diff-a7fe36ec1b93a9364f0d1d85ffa69990a5b503f953ce757a78a21326e22c7e34
tk.vcxproj https://github.com/python/cpython/pull/2492/files#diff-584f7510580050883a0b07e4cd32259a7335896141aefb37d9ca6783917eabaa
Modules/binascii.chttps://github.com/python/cpython/pull/2492/files#diff-ba5e0c9b1d3a07e484b80157530df909d6cbc13e479e464e9fe0e7744822653c
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/Modules/binascii.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-ba5e0c9b1d3a07e484b80157530df909d6cbc13e479e464e9fe0e7744822653c
https://github.com/python/cpython/pull/2492/files#diff-ba5e0c9b1d3a07e484b80157530df909d6cbc13e479e464e9fe0e7744822653c
Modules/zlibmodule.chttps://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/Modules/zlibmodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
https://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
https://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
https://github.com/python/cpython/pull/2492/files#diff-295b58a9ad1abea83244636cd413e54a5114dcaf34df95f8ca5db806fc6ab188
PC/_msi.chttps://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PC/_msi.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
https://github.com/python/cpython/pull/2492/files#diff-0ecad841121777dc107149891b22aecd1d273a2dc6b91b2a905dc98c60797766
PC/clinic/msvcrtmodule.c.hhttps://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PC/clinic/msvcrtmodule.c.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
https://github.com/python/cpython/pull/2492/files#diff-52a8383765b497209ebde00efc4b114d07fad1ed11eba00cfbffd4d6b066ee74
PC/msvcrtmodule.chttps://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PC/msvcrtmodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
https://github.com/python/cpython/pull/2492/files#diff-37e4d6387c5c3bd0f6cedfda8b8d3d9771e1233e0d9d60ca0dc7a6f081b1fa90
PC/winreg.chttps://github.com/python/cpython/pull/2492/files#diff-ebc17afaffe862b9d14021622fc6b6c230edbb2cad594481648a453cb8436b7c
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PC/winreg.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-ebc17afaffe862b9d14021622fc6b6c230edbb2cad594481648a453cb8436b7c
https://github.com/python/cpython/pull/2492/files#diff-ebc17afaffe862b9d14021622fc6b6c230edbb2cad594481648a453cb8436b7c
PCbuild/_bz2.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-82f7f01e020be748315cabc07728c88064bdf3bc4dd544d51859157fb38f5988
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/_bz2.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-82f7f01e020be748315cabc07728c88064bdf3bc4dd544d51859157fb38f5988
https://github.com/python/cpython/pull/2492/files#diff-82f7f01e020be748315cabc07728c88064bdf3bc4dd544d51859157fb38f5988
PCbuild/_ctypes.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-6f6b7f83e2fb49775efdfa41b4aa4f8fadcf71f43c4f3bcf9f37743acafd3fdf
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/_ctypes.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-6f6b7f83e2fb49775efdfa41b4aa4f8fadcf71f43c4f3bcf9f37743acafd3fdf
https://github.com/python/cpython/pull/2492/files#diff-6f6b7f83e2fb49775efdfa41b4aa4f8fadcf71f43c4f3bcf9f37743acafd3fdf
PCbuild/liblzma.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-f14b29ad5ea248d14ad76599f26e6ab6b5d5d0b301d477049ff87f9b9ee3d8e1
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/liblzma.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-f14b29ad5ea248d14ad76599f26e6ab6b5d5d0b301d477049ff87f9b9ee3d8e1
https://github.com/python/cpython/pull/2492/files#diff-f14b29ad5ea248d14ad76599f26e6ab6b5d5d0b301d477049ff87f9b9ee3d8e1
PCbuild/tcl.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-3bd6c24230c66421c1dd0ad7331c1c3d467e98f52d626f3380ae67628e719d11
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/tcl.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-3bd6c24230c66421c1dd0ad7331c1c3d467e98f52d626f3380ae67628e719d11
https://github.com/python/cpython/pull/2492/files#diff-3bd6c24230c66421c1dd0ad7331c1c3d467e98f52d626f3380ae67628e719d11
PCbuild/tix.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-a7fe36ec1b93a9364f0d1d85ffa69990a5b503f953ce757a78a21326e22c7e34
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/tix.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-a7fe36ec1b93a9364f0d1d85ffa69990a5b503f953ce757a78a21326e22c7e34
https://github.com/python/cpython/pull/2492/files#diff-a7fe36ec1b93a9364f0d1d85ffa69990a5b503f953ce757a78a21326e22c7e34
PCbuild/tk.vcxprojhttps://github.com/python/cpython/pull/2492/files#diff-584f7510580050883a0b07e4cd32259a7335896141aefb37d9ca6783917eabaa
View file https://github.com/segevfiner/cpython/blob/0c8760435839d54249afc60818b8a51ae245e60c/PCbuild/tk.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2492/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2492/files#diff-584f7510580050883a0b07e4cd32259a7335896141aefb37d9ca6783917eabaa
https://github.com/python/cpython/pull/2492/files#diff-584f7510580050883a0b07e4cd32259a7335896141aefb37d9ca6783917eabaa
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.