René's URL Explorer Experiment


Title: gh-61103: support double complex (_Complex) type in ctypes by skirpichev · Pull Request #120894 · python/cpython · GitHub

Open Graph Title: gh-61103: support double complex (_Complex) type in ctypes by skirpichev · Pull Request #120894 · python/cpython

X Title: gh-61103: support double complex (_Complex) type in ctypes by skirpichev · Pull Request #120894 · python/cpython

Description: Example: >>> import ctypes >>> libm = ctypes.CDLL('libm.so.6') >>> libm.clog.argtypes = [ctypes.c_double_complex] >>> libm.clog.restype = ctypes.c_double_complex >>> libm.clog(1+1j) (0.34657359027997264+0.7853981633974483j) ctypes.c_double_complex is available only if compiler does support complex arithmetic (Annex G). Issue: gh-61103 📚 Documentation preview 📚: https://cpython-previews--120894.org.readthedocs.build/ Notes for reviewers: It seems, most compilers implement this optional feature of C11+. (Though neither does this correctly.) Maybe we should require one? only one complex type was added; if this looks good - I can add the rest (float complex and long double complex) in this pr or in other. c_double_complex._type_ chosen to be "C". Maybe we should allow instead multiple chars to specify types (e.g. "Cd" for double complex)? this pr doesn't include changes in the struct module. Perhaps, I should add support for complex type here as well? if test_complex_round_trip() does make sense for reviewers, here is a simple refactoring to avoid adding yet another assertFloatsAreIdentical() helper: #121071

Open Graph Description: Example: >>> import ctypes >>> libm = ctypes.CDLL('libm.so.6') >>> libm.clog.argtypes = [ctypes.c_double_complex] >>> libm.clog.restype = ctypes.c_double...

X Description: Example: >>> import ctypes >>> libm = ctypes.CDLL('libm.so.6') >>> libm.clog.argtypes = [ctypes.c_double_complex] &...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7583b875-940c-29b4-08f1-10af27d85da4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC736:111866:27497DF:3422208:6A520D2E
html-safe-noncecace591d3566367e0de82b0c42e9990953cc6e15008221999b76a1e5c741fb7a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzM2OjExMTg2NjoyNzQ5N0RGOjM0MjIyMDg6NkE1MjBEMkUiLCJ2aXNpdG9yX2lkIjoiMjE2OTEwOTIxMzg0NjA0ODA0NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacde2fe8a0194290336dd58dd70b6bb98096d247c23cd4c8a0968281efdb217b53
hovercard-subject-tagpull_request:1933907408
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/120894/files
twitter:imagehttps://avatars.githubusercontent.com/u/2155800?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/2155800?s=400&v=4
og:image:altExample: >>> import ctypes >>> libm = ctypes.CDLL('libm.so.6') >>> libm.clog.argtypes = [ctypes.c_double_complex] >>> libm.clog.restype = ctypes.c_double...
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/120894/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F120894%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%2F120894%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/120894/files
Reloadhttps://github.com/python/cpython/pull/120894/files
Reloadhttps://github.com/python/cpython/pull/120894/files
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k 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
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
vstinnerhttps://github.com/vstinner
python:mainhttps://github.com/python/cpython/tree/main
skirpichev:ctypes-c_complex-61103https://github.com/skirpichev/cpython/tree/ctypes-c_complex-61103
Conversation 115 https://github.com/python/cpython/pull/120894
Commits 57 https://github.com/python/cpython/pull/120894/commits
Checks 0 https://github.com/python/cpython/pull/120894/checks
Files changed https://github.com/python/cpython/pull/120894/files
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
gh-61103: support double complex (_Complex) type in ctypes https://github.com/python/cpython/pull/120894/files#top
Show all changes 57 commits https://github.com/python/cpython/pull/120894/files
c9b872f gh-61103: support double complex (_Complex) type in ctypes skirpichev Jun 22, 2024 https://github.com/python/cpython/pull/120894/commits/c9b872f7a1a4052e8b0400a2f2b923f4ea9b2802
b402300 + ifdef skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/b402300dd12ad569dbf0086a0f440da59d34838d
ad39e6d + fix rst formatting skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/ad39e6daeff9ba6604ee051117514caab87ccb03
fd9135b + CMPLX skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/fd9135b4840e8f726710f66de231ce8aae91e8c2
c296fb3 Apply suggestions from code review skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/c296fb379e4a591639a7d438f6131e9cb71ba264
7453ca5 + support _Complex in c-analyzer skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/7453ca567df52862b412839fa1a63d0c06fde3d1
e444c9c +1 skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/e444c9ce8550cb8f19d37042f3322f71ff4ba0bb
2e90643 expand docs skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/2e90643f609f029fa146fc86a503728cb6a29235
32ffacf drop ctypes.__STDC_IEC_559_COMPLEX__ skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/32ffacf690ac2dfa67e4cd38c15b14d6d007f4d0
9163950 And more tests, finally) skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/9163950ef146f32ff200d3f9bbd9b38c7cbed40d
bf81682 Apply suggestions from code review skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/bf816828837c3fe6f21b8b75c3504081f11c68fe
af2fdce Apply suggestions from code review skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/af2fdce95fbc9d9d5b16a1423a5a7b014de92c32
6d9d5ab + allow _Complex specifier before float/double/etc skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/6d9d5ab1155fc5ec9a8cacfe01efbce736071cf2
f9c709c + comment on clang workaround skirpichev Jun 23, 2024 https://github.com/python/cpython/pull/120894/commits/f9c709cecef3813e51f537310a466ed01c08c02d
ccd418d Address review: skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/ccd418d9fd666445b61ee2a93482ff8a61045fcf
eb313dc + @requires_IEEE_754 for test_csqrt() skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/eb313dc342bbc4fdeef87724be5f02d642f845dd
693c04e Revert "+ @requires_IEEE_754 for test_csqrt()" skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/693c04efa33d004430a2a7e12872e0092ef708d9
0ee7049 Adjust test_csqrt() to not use special numbers skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/0ee70497567e946bafa8d391c5e01959cca86f1e
de91bbe Revert "Adjust test_csqrt() to not use special numbers" skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/de91bbe66aa605fa48dd105e2330ea71210e325b
b79200e +1 skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/b79200ee96fa2744c2bd7419ae2f5a42b1e61ec2
be6a685 +1 skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/be6a685469a36a7e77ea9e1524aa99c43d1b3380
04e89c2 revert test + fix typo skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/04e89c224faa4fa42798fc641a4534fb61633811
0bc87da Adjust test_csqrt() to not use special numbers skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/0bc87dab58e17e9a1cc5272af1a7ac975bd63058
6347412 + make CMPLX static skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/634741203e796d57a84abc1e6a887b87751d7dbf
e757fb6 try bad CMPLX() skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/e757fb6812c3c9d88b80df3cebff11d150615f0c
1eb989c more tests skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/1eb989cdbbddbc7481b9e605f3a35bad60cc41f3
b44aae2 cexp test skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/b44aae23c79a5e365941e8a7cf4c8164c4d13bf1
2153608 use my_csquare() in test skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/215360811ffdfb087e70bd7d576a598b1ff9e338
af42aa8 revert CMPLX skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/af42aa8c9c77317c4faebc68f224fdf62e3b6c27
e57198e Address review: skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/e57198e1d94a111129524a84cbbb31631d2c106f
36732bc revert tests skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/36732bc2fc79cce980cc20d1d9489d5f651e6abe
892b241 XXX skip test on MacOs arm64 skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/892b2414536108ed5b713391210f7dc4c1f0f488
ee953c3 Revert "XXX skip test on MacOs arm64" skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/ee953c35bb1ba6b4d6b4b6013e8187f4d0b195bd
875cbb8 XXX (to pass) skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/875cbb82affa2fcb67259a8d87ebf84e3b002931
f8e3a47 Address review: guard _complex.h with ifndef skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/f8e3a47691c4ce133381497855317b97a1b87b03
f447919 Apply suggestions from code review skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/f447919955cf093bde045d10cf426863845c3b99
7b1c366 Merge branch 'master' into ctypes-c_complex-61103 skirpichev Jun 25, 2024 https://github.com/python/cpython/pull/120894/commits/7b1c3663b79e26874aeb24eb81d3399e50a640ce
2ea028a Add _Complex (sic!) to union result skirpichev Jun 25, 2024 https://github.com/python/cpython/pull/120894/commits/2ea028acd710d4ce887289757fd321aa5e792da0
837add4 add missing ifdef + restore tests skirpichev Jun 25, 2024 https://github.com/python/cpython/pull/120894/commits/837add46df3cc19617caaef34cdb77c42d08f35a
1b8f37e Adjust test_csqrt() to not use special numbers skirpichev Jun 24, 2024 https://github.com/python/cpython/pull/120894/commits/1b8f37e38de52e7aa0aca0bc634b3ddeef282bd8
0bd1ebe Add _Complex also to tagPyCArgObject struct skirpichev Jun 25, 2024 https://github.com/python/cpython/pull/120894/commits/0bd1ebe0f5ca2e5052e373d2184294c80ece52f7
6eba445 cleanup: use "complex" instead of _Complex skirpichev Jun 25, 2024 https://github.com/python/cpython/pull/120894/commits/6eba44588351d7345ab38e2c73cdbd1bf605fc65
a6ac463 address review: skirpichev Jun 26, 2024 https://github.com/python/cpython/pull/120894/commits/a6ac463441d0347895c4a6660c348baf20823a58
615e8de Update Modules/_ctypes/_ctypes.c skirpichev Jun 26, 2024 https://github.com/python/cpython/pull/120894/commits/615e8dee6ba5eb63f35f22a446fa89762470b430
f7d9973 address review: renamed macro (->PY_HAVE_C_COMPLEX) skirpichev Jun 26, 2024 https://github.com/python/cpython/pull/120894/commits/f7d9973dc81ebd93067ecb028c5757385433bfcf
3d170bd + autoreconf skirpichev Jun 26, 2024 https://github.com/python/cpython/pull/120894/commits/3d170bd9c9531aa83d5434ffeae424b5de6edd53
4dd044c + test to ensure CMPLX preserves special components skirpichev Jun 26, 2024 https://github.com/python/cpython/pull/120894/commits/4dd044cd6d4385e3d3c4f75a716f37657fd130b1
4cf7045 address review: rename macros to Py_HAVE_C_COMPLEX skirpichev Jun 28, 2024 https://github.com/python/cpython/pull/120894/commits/4cf7045860bc277de0217e558a000f72a50b64c1
264fa7d fix typos and adjust Makefile.pre.in skirpichev Jun 28, 2024 https://github.com/python/cpython/pull/120894/commits/264fa7dc9b9c93911b1aa27dc0c4863121d1befe
f54b964 enable Py_HAVE_C_COMPLEX only if libff support complex numbers skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/f54b96486ac2626f11d33eb4cc5da35721a244c9
23db200 Revert "enable Py_HAVE_C_COMPLEX only if libff support complex numbers" skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/23db200d14fc576a8154ec677ec66ba21f13d9aa
5a7e366 ifdef Py_HAVE_C_COMPLEX -> if defined(Py_HAVE_C_COMPLEX) && defined(F… skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/5a7e3663e895e745c52f77a63e7dede00f034262
388e2ca + missing ffi.h imports skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/388e2ca6cc501ac557fd55ededc29a75a744fc4d
e888565 + add libffi's cflags/ldflags to _ctypes_test.c deps skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/e8885653b9b8b452538a47725407baf5d603d6c6
56b524c Merge branch 'master' into ctypes-c_complex-61103 skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/56b524c0254f19e37396a38f2a2329bb86fd0a28
e9cab4a Adjust test in _ctypes.c to not use FFI_TYPE_COMPLEX define skirpichev Jun 29, 2024 https://github.com/python/cpython/pull/120894/commits/e9cab4a567817c553c563a48a1e60a2dd43dc287
6d5bf66 sed: FFI_TYPE_COMPLEX -> FFI_TARGET_HAS_COMPLEX_TYPE skirpichev Jun 30, 2024 https://github.com/python/cpython/pull/120894/commits/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0
Clear filters https://github.com/python/cpython/pull/120894/files
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
ctypes.rst https://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
__init__.py https://github.com/python/cpython/pull/120894/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
test_libc.py https://github.com/python/cpython/pull/120894/files#diff-9613870ed9a892cbf17842e75a33753bd3c2560cce757b4b1ad555380dc52318
test_numbers.py https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
Makefile.pre.in https://github.com/python/cpython/pull/120894/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rst https://github.com/python/cpython/pull/120894/files#diff-3ff511404d5030d96299fb575160b01ddec10d800cd83cbbd89eb43cecb464c3
_complex.h https://github.com/python/cpython/pull/120894/files#diff-d887da08e76685406a0e010b3e97c6098aaf74f12fde4601ff01c20f9f020e47
_ctypes.c https://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
_ctypes_test.c https://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
callproc.c https://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
cfield.c https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
ctypes.h https://github.com/python/cpython/pull/120894/files#diff-53f61eb1ad6b25b3aff25b54b4df5004a1f1137ca1d2aae4c7e31fc00ec6e9f8
_ctypes_test.vcxproj https://github.com/python/cpython/pull/120894/files#diff-cd966ad723af748e743677f17bc2012385037f9eb02bebed7a691d044a33d6d8
_regexes.py https://github.com/python/cpython/pull/120894/files#diff-3dbbdce580e8b17d076f8de6e87f90ad9b50be9eff9064593c6f4484597717f6
configure https://github.com/python/cpython/pull/120894/files#diff-90d08e583c4c9c6f391b2ae90f819f600a6326928ea9512c9e0c6d98e9f29ac2
configure.ac https://github.com/python/cpython/pull/120894/files#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810
pyconfig.h.in https://github.com/python/cpython/pull/120894/files#diff-f67052280dd3a53f0e713339632a8c10bc2e420e24a70852d83aeb50d495835f
Doc/library/ctypes.rsthttps://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Doc/library/ctypes.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
https://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
https://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
https://github.com/python/cpython/pull/120894/files#diff-13b210c267218100dc49e485ac4735e44224ae266e36c35f1ac6bf774f59e60d
Lib/ctypes/__init__.pyhttps://github.com/python/cpython/pull/120894/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Lib/ctypes/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
https://github.com/python/cpython/pull/120894/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
Lib/test/test_ctypes/test_libc.pyhttps://github.com/python/cpython/pull/120894/files#diff-9613870ed9a892cbf17842e75a33753bd3c2560cce757b4b1ad555380dc52318
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Lib/test/test_ctypes/test_libc.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-9613870ed9a892cbf17842e75a33753bd3c2560cce757b4b1ad555380dc52318
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
https://github.com/python/cpython/pull/120894/files#diff-9613870ed9a892cbf17842e75a33753bd3c2560cce757b4b1ad555380dc52318
Lib/test/test_ctypes/test_numbers.pyhttps://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Lib/test/test_ctypes/test_numbers.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
https://github.com/python/cpython/pull/120894/files#diff-ff11148cfb4629f2b9bbf0a8c7d346b342336230b3eeb53dbb283ac2773e2071
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L85
Makefile.pre.inhttps://github.com/python/cpython/pull/120894/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Makefile.pre.in
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
https://github.com/python/cpython/pull/120894/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
Misc/NEWS.d/next/Library/2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rsthttps://github.com/python/cpython/pull/120894/files#diff-3ff511404d5030d96299fb575160b01ddec10d800cd83cbbd89eb43cecb464c3
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Misc/NEWS.d/next/Library/2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
Modules/_complex.hhttps://github.com/python/cpython/pull/120894/files#diff-d887da08e76685406a0e010b3e97c6098aaf74f12fde4601ff01c20f9f020e47
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Modules/_complex.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Modules/_ctypes/_ctypes.chttps://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Modules/_ctypes/_ctypes.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
https://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
https://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
https://github.com/python/cpython/pull/120894/files#diff-402bc51df93eaaca2e2f2551ec0206d8af190722ae4703c178554b565d7c14b4
Modules/_ctypes/_ctypes_test.chttps://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Modules/_ctypes/_ctypes_test.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
vstinnerhttps://github.com/vstinner
Jun 26, 2024https://github.com/python/cpython/pull/120894/files#r1654348095
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
skirpichevhttps://github.com/skirpichev
Jun 26, 2024https://github.com/python/cpython/pull/120894/files#r1654360614
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
erlend-aaslandhttps://github.com/erlend-aasland
Jun 28, 2024https://github.com/python/cpython/pull/120894/files#r1658402167
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
skirpichevhttps://github.com/skirpichev
Jun 28, 2024https://github.com/python/cpython/pull/120894/files#r1658413033
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
picnixzhttps://github.com/picnixz
Jun 28, 2024https://github.com/python/cpython/pull/120894/files#r1658463527
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
erlend-aaslandhttps://github.com/erlend-aasland
Jun 28, 2024https://github.com/python/cpython/pull/120894/files#r1658528662
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
@vstinnerhttps://github.com/vstinner
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
https://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
https://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
https://github.com/python/cpython/pull/120894/files#diff-1e8f35693c2fa62ceeba89a62ec7635326339a5fc022ab03146276e3bebae3dd
Modules/_ctypes/callproc.chttps://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Modules/_ctypes/callproc.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
https://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
https://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
https://github.com/python/cpython/pull/120894/files#diff-4e23b3237d0aa08bf4c434d75fab19200a80837bd147051fefccd98b7f2480fa
Modules/_ctypes/cfield.chttps://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
View file https://github.com/skirpichev/cpython/blob/6d5bf66d4ae36f27826c630fb1ac6a5bbe0eaee0/Modules/_ctypes/cfield.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/120894/{{ revealButtonHref }}
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
https://github.com/python/cpython/pull/120894/files#diff-2952ec5c776412a52a7a69a6cf735e480d7454e3862d2b8e02f34c927f600aa1
Please reload this pagehttps://github.com/python/cpython/pull/120894/files
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.