René's URL Explorer Experiment


Title: Replace magic offsets with proper offset calculation by lostmsu · Pull Request #1441 · pythonnet/pythonnet · GitHub

Open Graph Title: Replace magic offsets with proper offset calculation by lostmsu · Pull Request #1441 · pythonnet/pythonnet

X Title: Replace magic offsets with proper offset calculation by lostmsu · Pull Request #1441 · pythonnet/pythonnet

Description: All Python types created to represent CLR concepts derive from CLR MetaType (as before), which now has two new fields: tp_clr_inst_offset, which is similar to tp_dictoffset in that it tells where to find GCHandle in instances of this type (e.g. where to find GCHandle pointing to System.Uri in corresponding Python object) tp_clr_inst, which holds an optional instance of ManagedType, that implements the behavior of the type itself (e.g. GCHandle pointing to ClassObject(type = System.Uri)) So the layout of all Python types created by Python.NET is PyType type; nint tp_clr_inst_offset; GCHandle tp_clr_inst; // points, for example, to an instance of `ClassObject` When a Python type, that reflects CLR type is created (such as ), the layout of its instances will be: BaseTypeFields base; /*if not already in base*/ IntPtr dict; /*if not already in base*/ IntPtr weaklist; /*if not already in base*/ GCHandle gcHandle; // gcHandle points to `CLRObject` instance, which in turn, for example, points to the actual instance of `System.Uri` The offset to GC handle is recorded in the Python type's tp_clr_inst_offset, and can be found as PyObject_Type(inst).tp_clr_inst_offset. Or, preferably, accessor functions in ManagedType should be used, e.g. ManagedType.SetGCHandle(pyObj, gcHandle). Still uses TypeOffset until PyType use is widespread. Related This should (at least partially) supersede #1267 Notes Also removed some macro-like method copy-pastes from CPython and bits of dead code. Should not affect observed behavior.

Open Graph Description: All Python types created to represent CLR concepts derive from CLR MetaType (as before), which now has two new fields: tp_clr_inst_offset, which is similar to tp_dictoffset in that it tells where ...

X Description: All Python types created to represent CLR concepts derive from CLR MetaType (as before), which now has two new fields: tp_clr_inst_offset, which is similar to tp_dictoffset in that it tells where ...

Opengraph URL: https://github.com/pythonnet/pythonnet/pull/1441

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9befc135-35ee-bcb1-71ba-03db17b24825
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id815C:3327D8:EDC438:14C9F24:6971FB69
html-safe-nonce1cc899922422a27c233fc25b5778fc0fc0cb04f150a6280bd30625d13e104a33
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTVDOjMzMjdEODpFREM0Mzg6MTRDOUYyNDo2OTcxRkI2OSIsInZpc2l0b3JfaWQiOiI1ODYyNTUzMjE0NjA2NTA2ODU3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7bafd694425218ae00a461df08d7a2e79a6aa517b859f2fe3829b0cbaa6fc828
hovercard-subject-tagpull_request:613502916
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/pythonnet/pythonnet/pull/1441/files
twitter:imagehttps://avatars.githubusercontent.com/u/239520?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/239520?s=400&v=4
og:image:altAll Python types created to represent CLR concepts derive from CLR MetaType (as before), which now has two new fields: tp_clr_inst_offset, which is similar to tp_dictoffset in that it tells where ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5d01a3551afdd1a0e12e78acaf3ba43a9a1f7dcb518695d6ed59db76a9290f13
turbo-cache-controlno-preview
diff-viewunified
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 full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release062b05dcdf64ee7a3dad7acabb746494ae0982cc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/pull/1441/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F1441%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%2Fpythonnet%2Fpythonnet%2Fpull%2F1441%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=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/pull/1441/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/1441/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/1441/files
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 156 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/pull/1441/files
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
Sign up for GitHub https://github.com/signup?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
lostmsuhttps://github.com/lostmsu
pythonnet:masterhttps://github.com/pythonnet/pythonnet/tree/master
losttech:PR/NoMagichttps://github.com/losttech/pythonnet/tree/PR/NoMagic
Conversation 25 https://github.com/pythonnet/pythonnet/pull/1441
Commits 1 https://github.com/pythonnet/pythonnet/pull/1441/commits
Checks 0 https://github.com/pythonnet/pythonnet/pull/1441/checks
Files changed https://github.com/pythonnet/pythonnet/pull/1441/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
Replace magic offsets with proper offset calculation https://github.com/pythonnet/pythonnet/pull/1441/files#top
Show all changes 1 commit https://github.com/pythonnet/pythonnet/pull/1441/files
b2a911d Replaced magic offsets with per-type calculation lostmsu Apr 12, 2021 https://github.com/pythonnet/pythonnet/pull/1441/commits/b2a911d2bc63b8fb24591a898ee4f3f379be6d68
Clear filters https://github.com/pythonnet/pythonnet/pull/1441/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
TestPyType.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-8c64962ab8d15842c76b431791be676bb77ebbaccb60355577009e60b60a91fe
classbase.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
classderived.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
clrobject.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
converter.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
exceptions.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-d8671ce7630fc9163c6732cfe4309cc3ccb1089b33d7e9809d516f809fc36eb2
extensiontype.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2a9d3fd3e4e705e1c1b1e857853601dcdf823ef2e658c772e5c5dd2712af2a9c
importhook.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
interop.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-7eb886c1d364dfa7cc2cb64d82ab08f50a157e87c830cb375fd0214ef0ebe3e9
managedtype.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-9698e437a9f400bcc79315c7f340241208e63061364af646f25681fb19a966ef
metatype.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-18a88a63b9f5dceac41969c481ea318f01c2ef76f1560a8f2c3dd78406d12d65
moduleobject.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-95baca92be51a7722a976817722cd8effdbd462db8f6e189928f162762d75611
ABI.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-d700cc75515df6b2917b1cf4e43069a0cbbdf5f2f47c08694e8a1b13840cff87
ITypeOffsets.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-e784c5bd629a9423a7afcd9b53b3ec070d44571fa9181ad9387b3bb13bf8ad80
TypeOffset.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a72eafaf5fd99991613eafdf3b84604d14b3e88af4d8ab3b24b433677f8a8e8f
runtime.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-f1749bdd9f64fdac5c64d5cb0982ce1dac5e2d9a2cdd55b93d3f83b5047a855d
runtime_data.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-76d6056a54c57f9ebad0dfe5b6628d0c877e4e6c36fc622e9f6c7de47736526f
typemanager.cs https://github.com/pythonnet/pythonnet/pull/1441/files#diff-64b3221887c395ea436fe9433800e73c0854e42d78cd7108c320e5d41d20ab64
src/embed_tests/TestPyType.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-8c64962ab8d15842c76b431791be676bb77ebbaccb60355577009e60b60a91fe
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/embed_tests/TestPyType.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-8c64962ab8d15842c76b431791be676bb77ebbaccb60355577009e60b60a91fe
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-8c64962ab8d15842c76b431791be676bb77ebbaccb60355577009e60b60a91fe
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-8c64962ab8d15842c76b431791be676bb77ebbaccb60355577009e60b60a91fe
src/runtime/classbase.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/classbase.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
BadSingletonhttps://github.com/BadSingleton
Apr 21, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r617761672
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
lostmsuhttps://github.com/lostmsu
Apr 22, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r618078360
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
BadSingletonhttps://github.com/BadSingleton
Apr 21, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r617762344
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-32bee523619b42a59c7c60132a7d605f738b74bf85b7288552d57b6dd03c96d0
src/runtime/classderived.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/classderived.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2c855363a473b5910a65d9df03fb2da88eef3900b462296f8ac8600ed5e92de2
src/runtime/clrobject.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/clrobject.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
BadSingletonhttps://github.com/BadSingleton
Apr 21, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r617532623
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
lostmsuhttps://github.com/lostmsu
Apr 22, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r618081421
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-5d6160b3685501be659d3d53862856535c0548337eb77c5fc4bf2e0a3d552228
src/runtime/converter.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/converter.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-72dfd7f278c0d6de7e41256893ce639665e58b7d65a627b5d0c0dfa4173095e8
src/runtime/exceptions.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-d8671ce7630fc9163c6732cfe4309cc3ccb1089b33d7e9809d516f809fc36eb2
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/exceptions.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-d8671ce7630fc9163c6732cfe4309cc3ccb1089b33d7e9809d516f809fc36eb2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-d8671ce7630fc9163c6732cfe4309cc3ccb1089b33d7e9809d516f809fc36eb2
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-d8671ce7630fc9163c6732cfe4309cc3ccb1089b33d7e9809d516f809fc36eb2
src/runtime/extensiontype.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-2a9d3fd3e4e705e1c1b1e857853601dcdf823ef2e658c772e5c5dd2712af2a9c
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/extensiontype.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2a9d3fd3e4e705e1c1b1e857853601dcdf823ef2e658c772e5c5dd2712af2a9c
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-2a9d3fd3e4e705e1c1b1e857853601dcdf823ef2e658c772e5c5dd2712af2a9c
src/runtime/importhook.cshttps://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
View file https://github.com/losttech/pythonnet/blob/b2a911d2bc63b8fb24591a898ee4f3f379be6d68/src/runtime/importhook.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/1441/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
BadSingletonhttps://github.com/BadSingleton
Apr 21, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r617547080
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
lostmsuhttps://github.com/lostmsu
Apr 22, 2021https://github.com/pythonnet/pythonnet/pull/1441/files#r618082007
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
is optionalhttps://docs.python.org/3.8/reference/import.html#__file__
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/files
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
https://github.com/pythonnet/pythonnet/pull/1441/files#diff-a3519b110d7c58f117c82c3d4d5c1b4de9d1217504801b64a0476ddc50270ea1
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/1441/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.