René's URL Explorer Experiment


Title: Delegates declared using NewReference and BorrowedReference structs are not working/crashing on ppc64le/s390x · Issue #2186 · pythonnet/pythonnet · GitHub

Open Graph Title: Delegates declared using NewReference and BorrowedReference structs are not working/crashing on ppc64le/s390x · Issue #2186 · pythonnet/pythonnet

X Title: Delegates declared using NewReference and BorrowedReference structs are not working/crashing on ppc64le/s390x · Issue #2186 · pythonnet/pythonnet

Description: Environment Pythonnet version: 3.1.0-preview2023-04-03 Python version: 3.8.10 Operating System: Linux (ppc64le/s390x architecture) .NET Runtime: net7.0 Details The delegates declared using NewReference or BorrowedReference structs are no...

Open Graph Description: Environment Pythonnet version: 3.1.0-preview2023-04-03 Python version: 3.8.10 Operating System: Linux (ppc64le/s390x architecture) .NET Runtime: net7.0 Details The delegates declared using NewRefer...

X Description: Environment Pythonnet version: 3.1.0-preview2023-04-03 Python version: 3.8.10 Operating System: Linux (ppc64le/s390x architecture) .NET Runtime: net7.0 Details The delegates declared using NewRefer...

Opengraph URL: https://github.com/pythonnet/pythonnet/issues/2186

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Delegates declared using NewReference and BorrowedReference structs are not working/crashing on ppc64le/s390x","articleBody":"### Environment\r\n\r\n-   Pythonnet version: 3.1.0-preview2023-04-03\r\n-   Python version: 3.8.10\r\n-   Operating System: Linux (ppc64le/s390x architecture)\r\n-   .NET Runtime: net7.0\r\n\r\n### Details\r\nThe delegates declared using NewReference or BorrowedReference structs are not working/crashing on ppc64le architecture as the delegate declaration and C function declaration are not matching. For e.g.:\r\nunsafe internal static delegate* unmanaged[Cdecl]\u003clong, NewReference\u003e PyLong_FromLongLong { get; }\r\n\r\nThe above delegate does not work because the long value is getting passed in wrong register as NewReference is a struct type but the C function just returns a pointer to PyObject. Following is the C function declaration:\r\nPyObject* PyLong_FromLongLong(long long v)\r\n\r\nIf we change the above delegate as below then it's works fine.\r\nunsafe internal static delegate* unmanaged[Cdecl]\u003clong, IntPtr\u003e PyLong_FromLongLong { get; }\r\n\r\n-   Describe what you were trying to get done.\r\n\r\n    _TODO_\r\n\r\n-   What commands did you run to trigger this issue? If you can provide a\r\n    [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)\r\n    this will help us understand the issue.\r\n\r\n```python\r\n    print('TODO')\r\n```\r\n\r\n-   If there was a crash, please include the traceback here.\r\n\r\n**Below is the Traceback:**\r\n\r\nThread 1 (Thread 0x7603109c5400 (LWP 919128)):\r\n#0  0x000076031036f318 in __GI___wait4 (pid=\u003coptimized out\u003e, stat_loc=0x7fffe1938990, options=\u003coptimized out\u003e, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27\r\n#1  0x000076031036f20c in __GI___waitpid (pid=\u003coptimized out\u003e, stat_loc=\u003coptimized out\u003e, options=\u003coptimized out\u003e) at waitpid.c:38\r\n#2  0x0000760310014abc in dump_native_stacktrace (signal=\u003coptimized out\u003e, mctx=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/mini-posix.c:843\r\n#3  mono_dump_native_crash_info (signal=\u003coptimized out\u003e, mctx=0x7fffe19394a8, info=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/mini-posix.c:870\r\n#4  0x000076030ffc474c in mono_handle_native_crash (signal=0x7603100f2f5f \"SIGSEGV\", mctx=0x7fffe19394a8, info=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/mini-exceptions.c:3005\r\n#5  0x000076030ff0e0a8 in mono_sigsegv_signal_handler_debug (_dummy=11, _info=0x7fffe193a4e8, context=0x7fffe1939770, debug_fault_addr=0xea6100f8ea4100f0) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/mini-runtime.c:3773\r\n#6  \u003csignal handler called\u003e\r\n#7  _Py_INCREF (op=0xea6100f8ea4100f0) at ../Include/object.h:459\r\n#8  insertdict (mp=mp@entry=0x76030c096590, key=key@entry=0x760305e0d040, hash=-8286388524546298114, value=value@entry=0xea6100f8ea4100f0) at ../Objects/dictobject.c:1034\r\n#9  0x0000760305f34060 in PyDict_SetItem (op=0x76030c096590, key=0x760305e0d040, value=0xea6100f8ea4100f0) at ../Objects/dictobject.c:1545\r\n#10 0x0000760305f390f4 in PyDict_SetItemString (v=0x76030c096590, key=\u003coptimized out\u003e, item=0xea6100f8ea4100f0) at ../Objects/dictobject.c:3417\r\n#11 0x00007603060c5bc0 in PySys_SetObject (name=\u003coptimized out\u003e, v=\u003coptimized out\u003e) at ../Python/sysmodule.c:112\r\n#12 0x000076030f525a14 in ?? ()\r\n#13 0x000076030f524470 in ?? ()\r\n#14 0x000076030f523ca4 in ?? ()\r\n#15 0x000076030f511aac in ?? ()\r\n#16 0x000076030f4dab18 in ?? ()\r\n#17 0x000076030f4da74c in ?? ()\r\n#18 0x000076030f4d7fc0 in ?? ()\r\n#19 0x000076030f4d4b90 in ?? ()\r\n#20 0x000076030f4d7dd0 in ?? ()\r\n#21 0x000076030ff11874 in mono_jit_runtime_invoke (method=0x38e5de557e8, obj=0x0, params=\u003coptimized out\u003e, exc=\u003coptimized out\u003e, error=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/mini-runtime.c:3570\r\n#22 0x000076030fdeca38 in do_runtime_invoke (method=0x38e5de557e8, obj=\u003coptimized out\u003e, params=0x7fffe193b580, exc=0x0, error=0x7fffe193b628) at /root/alhad/Native_Build/runtime/src/mono/mono/metadata/object.c:2415\r\n#23 mono_runtime_invoke_checked (method=0x38e5de557e8, obj=\u003coptimized out\u003e, params=0x7fffe193b580, error=0x7fffe193b628) at /root/alhad/Native_Build/runtime/src/mono/mono/metadata/object.c:2583\r\n#24 0x000076030fdf63b4 in do_exec_main_checked (method=0x38e5de557e8, args=\u003coptimized out\u003e, error=0x7fffe193b628) at /root/alhad/Native_Build/runtime/src/mono/mono/metadata/object.c:4435\r\n#25 mono_runtime_exec_main_checked (method=\u003coptimized out\u003e, args=\u003coptimized out\u003e, error=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/metadata/object.c:4541\r\n#26 0x000076030ff76314 in mono_jit_exec_internal (domain=\u003coptimized out\u003e, assembly=\u003coptimized out\u003e, argc=1575548528, argv=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/driver.c:1365\r\n#27 mono_jit_exec (domain=\u003coptimized out\u003e, assembly=\u003coptimized out\u003e, argc=1575548528, argv=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/driver.c:1310\r\n#28 0x000076030ff79eb0 in main_thread_handler (user_data=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/driver.c:1442\r\n#29 mono_main (argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/driver.c:2647\r\n#30 0x000076030fffd668 in monovm_execute_assembly (argc=0, argv=0x0, managedAssemblyPath=\u003coptimized out\u003e, exitCode=0x7fffe193bdc8) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/monovm.c:268\r\n#31 0x000076030fefdbc8 in coreclr_execute_assembly (hostHandle=\u003coptimized out\u003e, domainId=\u003coptimized out\u003e, argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e, managedAssemblyPath=\u003coptimized out\u003e, exitCode=\u003coptimized out\u003e) at /root/alhad/Native_Build/runtime/src/mono/mono/mini/main-core.c:89\r\n#32 0x0000760310179aa4 in ?? () from /root/alhad/Native_Build/output/.dotnet/shared/Microsoft.NETCore.App/7.0.4/libhostpolicy.so\r\n#33 0x0000760310188654 in ?? () from /root/alhad/Native_Build/output/.dotnet/shared/Microsoft.NETCore.App/7.0.4/libhostpolicy.so\r\n#34 0x0000760310188b80 in ?? () from /root/alhad/Native_Build/output/.dotnet/shared/Microsoft.NETCore.App/7.0.4/libhostpolicy.so\r\n#35 0x00007603101898fc in corehost_main () from /root/alhad/Native_Build/output/.dotnet/shared/Microsoft.NETCore.App/7.0.4/libhostpolicy.so\r\n#36 0x000076031020385c in ?? () from /root/alhad/Native_Build/output/.dotnet/host/fxr/7.0.4/libhostfxr.so\r\n#37 0x0000760310202310 in ?? () from /root/alhad/Native_Build/output/.dotnet/host/fxr/7.0.4/libhostfxr.so\r\n#38 0x00007603101fdc20 in hostfxr_main_startupinfo () from /root/alhad/Native_Build/output/.dotnet/host/fxr/7.0.4/libhostfxr.so\r\n#39 0x0000038e23a41d68 in ?? ()\r\n#40 0x0000038e23a421b8 in ?? ()\r\n#41 0x0000760310294ccc in generic_start_main (main=0x38e23a420f0, argc=\u003coptimized out\u003e, argv=0x7fffe193cb48, auxvec=0x7fffe193cc18, init=\u003coptimized out\u003e, rtld_fini=\u003coptimized out\u003e, stack_end=\u003coptimized out\u003e, fini=\u003coptimized out\u003e) at ../csu/libc-start.c:308\r\n#42 0x0000760310294ea4 in __libc_start_main (argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e, ev=\u003coptimized out\u003e, auxvec=\u003coptimized out\u003e, rtld_fini=\u003coptimized out\u003e, stinfo=\u003coptimized out\u003e, stack_on_entry=\u003coptimized out\u003e) at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:98\r\n#43 0x0000000000000000 in ?? ()\r\n[Inferior 1 (process 919128) detached]\r\n\r\n```python\r\n    print('TODO')\r\n```\r\n","author":{"url":"https://github.com/alhad-deshpande","@type":"Person","name":"alhad-deshpande"},"datePublished":"2023-07-06T13:12:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/2186/pythonnet/issues/2186"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5e917bad-ce50-e107-d54d-3c3569f0f740
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDFAA:50BCD:3CC076F:54C7B52:697133AB
html-safe-noncee3c35e611df25f02378742b3f0d6571ce3b337f0e84ca4593f8fd852f3dc8b39
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERkFBOjUwQkNEOjNDQzA3NkY6NTRDN0I1Mjo2OTcxMzNBQiIsInZpc2l0b3JfaWQiOiI1OTg0MzIyOTA2MzUzMzA0NzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf8808ddb6beea0f37616f7a2db5fb6dbe14e9d4012a1fc012594baac3f703ae4
hovercard-subject-tagissue:1791538208
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/2186/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3728783ad862cae0271db5616508a9c1765063869a7b707cedf04193f38bdb87/pythonnet/pythonnet/issues/2186
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3728783ad862cae0271db5616508a9c1765063869a7b707cedf04193f38bdb87/pythonnet/pythonnet/issues/2186
og:image:altEnvironment Pythonnet version: 3.1.0-preview2023-04-03 Python version: 3.8.10 Operating System: Linux (ppc64le/s390x architecture) .NET Runtime: net7.0 Details The delegates declared using NewRefer...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealhad-deshpande
hostnamegithub.com
expected-hostnamegithub.com
None0c91dba94f720b71e069760db74b45f0f69e50caa632dc4e976d5bf46c8242ee
turbo-cache-controlno-preview
go-importgithub.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git
octolytics-dimension-user_id6050430
octolytics-dimension-user_loginpythonnet
octolytics-dimension-repository_id14748123
octolytics-dimension-repository_nwopythonnet/pythonnet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id14748123
octolytics-dimension-repository_network_root_nwopythonnet/pythonnet
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6c1902093917264567791cc30776acd1b2490c9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/issues/2186#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fissues%2F2186
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%2Fpythonnet%2Fpythonnet%2Fissues%2F2186
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/issues/2186
Reloadhttps://github.com/pythonnet/pythonnet/issues/2186
Reloadhttps://github.com/pythonnet/pythonnet/issues/2186
pythonnet https://github.com/pythonnet
pythonnethttps://github.com/pythonnet/pythonnet
Notifications https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Fork 770 https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Star 5.4k https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Code https://github.com/pythonnet/pythonnet
Issues 155 https://github.com/pythonnet/pythonnet/issues
Pull requests 18 https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects 0 https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/pythonnet/pythonnet/security
Please reload this pagehttps://github.com/pythonnet/pythonnet/issues/2186
Insights https://github.com/pythonnet/pythonnet/pulse
Code https://github.com/pythonnet/pythonnet
Issues https://github.com/pythonnet/pythonnet/issues
Pull requests https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/2186
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/2186
Delegates declared using NewReference and BorrowedReference structs are not working/crashing on ppc64le/s390xhttps://github.com/pythonnet/pythonnet/issues/2186#top
not planned - PRs welcomehttps://github.com/pythonnet/pythonnet/issues?q=state%3Aopen%20label%3A%22not%20planned%20-%20PRs%20welcome%22
https://github.com/alhad-deshpande
https://github.com/alhad-deshpande
alhad-deshpandehttps://github.com/alhad-deshpande
on Jul 6, 2023https://github.com/pythonnet/pythonnet/issues/2186#issue-1791538208
Minimal, Complete, and Verifiable examplehttp://stackoverflow.com/help/mcve
#1https://github.com/pythonnet/pythonnet/issues/1
#2https://github.com/pythonnet/pythonnet/issues/2
#3https://github.com/pythonnet/pythonnet/issues/3
#4https://github.com/pythonnet/pythonnet/pull/4
#5https://github.com/pythonnet/pythonnet/issues/5
#6https://github.com/pythonnet/pythonnet/issues/6
#7https://github.com/pythonnet/pythonnet/issues/7
#8https://github.com/pythonnet/pythonnet/pull/8
#9https://github.com/pythonnet/pythonnet/pull/9
#10https://github.com/pythonnet/pythonnet/pull/10
#11https://github.com/pythonnet/pythonnet/pull/11
#12https://github.com/pythonnet/pythonnet/issues/12
#13https://github.com/pythonnet/pythonnet/issues/13
#14https://github.com/pythonnet/pythonnet/issues/14
#15https://github.com/pythonnet/pythonnet/pull/15
#16https://github.com/pythonnet/pythonnet/pull/16
#17https://github.com/pythonnet/pythonnet/pull/17
#18https://github.com/pythonnet/pythonnet/pull/18
#19https://github.com/pythonnet/pythonnet/pull/19
#20https://github.com/pythonnet/pythonnet/pull/20
#21https://github.com/pythonnet/pythonnet/pull/21
#22https://github.com/pythonnet/pythonnet/issues/22
#23https://github.com/pythonnet/pythonnet/pull/23
#24https://github.com/pythonnet/pythonnet/issues/24
#25https://github.com/pythonnet/pythonnet/issues/25
#26https://github.com/pythonnet/pythonnet/issues/26
#27https://github.com/pythonnet/pythonnet/issues/27
#28https://github.com/pythonnet/pythonnet/pull/28
#29https://github.com/pythonnet/pythonnet/pull/29
#30https://github.com/pythonnet/pythonnet/pull/30
#31https://github.com/pythonnet/pythonnet/pull/31
#32https://github.com/pythonnet/pythonnet/pull/32
#33https://github.com/pythonnet/pythonnet/issues/33
#34https://github.com/pythonnet/pythonnet/issues/34
#35https://github.com/pythonnet/pythonnet/issues/35
#36https://github.com/pythonnet/pythonnet/issues/36
#37https://github.com/pythonnet/pythonnet/pull/37
#38https://github.com/pythonnet/pythonnet/pull/38
#39https://github.com/pythonnet/pythonnet/issues/39
#40https://github.com/pythonnet/pythonnet/issues/40
#41https://github.com/pythonnet/pythonnet/pull/41
#42https://github.com/pythonnet/pythonnet/pull/42
#43https://github.com/pythonnet/pythonnet/issues/43
not planned - PRs welcomehttps://github.com/pythonnet/pythonnet/issues?q=state%3Aopen%20label%3A%22not%20planned%20-%20PRs%20welcome%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.