René's URL Explorer Experiment


Title: Add python buffer api support by thesn10 · Pull Request #980 · pythonnet/pythonnet · GitHub

Open Graph Title: Add python buffer api support by thesn10 · Pull Request #980 · pythonnet/pythonnet

X Title: Add python buffer api support by thesn10 · Pull Request #980 · pythonnet/pythonnet

Description: What does this implement/fix? Explain your changes. Passing data like images from managed to python will be easyer than ever! I implemented the python buffer api which makes copying big chunks of data directly into the python object buffer possible! You can copy strings to python object: PyObject array = scope.Eval("bytearray(3)"); byte[] managedArr = new UTF8Encoding().GetBytes(new char[] { 'a', 'b', 'c' }); PyBuffer buf = array.GetBuffer(out bool success, 0); if (success) { buf.WriteToBuffer(managedArr, 0, managedArr.Length); buf.Release(); } Or copy images to python byte arrays: byte[] imageArr = LoadImage(); PyObject array = scope.Eval("bytearray(" + managedArr.Length + ")"); PyBuffer buf = array.GetBuffer(out bool success, 0); if (success) { buf.WriteToBuffer(managedArr, 0, managedArr.Length); buf.Release(); } Does this close any currently open issues? No Any other comments? ... Checklist Check all those that are applicable and complete. Make sure to include one or more tests for your change If an enhancement PR, please create docs and at best an example Add yourself to AUTHORS Updated the CHANGELOG

Open Graph Description: What does this implement/fix? Explain your changes. Passing data like images from managed to python will be easyer than ever! I implemented the python buffer api which makes copying big chunks of d...

X Description: What does this implement/fix? Explain your changes. Passing data like images from managed to python will be easyer than ever! I implemented the python buffer api which makes copying big chunks of d...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8c835bd0-42b5-c6cc-f0b9-e9bffc8bb39c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC992:73C2E:1DF12A7:29D4AE2:6970E7DF
html-safe-nonced14abfa415acb6d074737e8be7f9e2315e1bded4685879939406f40ca97ed343
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTkyOjczQzJFOjFERjEyQTc6MjlENEFFMjo2OTcwRTdERiIsInZpc2l0b3JfaWQiOiI4Mjg5OTkyMDYwODQ0NDM1NDIzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9757bc5133f47876c37169d47d8f55a502545e505ecbcb8b44d2a587ae241141
hovercard-subject-tagpull_request:332887226
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/980/files
twitter:imagehttps://avatars.githubusercontent.com/u/38666407?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/38666407?s=400&v=4
og:image:altWhat does this implement/fix? Explain your changes. Passing data like images from managed to python will be easyer than ever! I implemented the python buffer api which makes copying big chunks of d...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonea8b3a33ad16bd33428ccc7800d4ea7bfc6b4990584847afdcb92b020b61a949b
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
releaseb8a8c883a585a3dc6cb57fa8b7997b70c86a696c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/pull/980/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F980%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%2F980%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/980/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/980/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/980/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 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/pull/980/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
thesn10https://github.com/thesn10
pythonnet:masterhttps://github.com/pythonnet/pythonnet/tree/master
thesn10:pybuffer2https://github.com/thesn10/pythonnet/tree/pybuffer2
Conversation 114 https://github.com/pythonnet/pythonnet/pull/980
Commits 4 https://github.com/pythonnet/pythonnet/pull/980/commits
Checks 0 https://github.com/pythonnet/pythonnet/pull/980/checks
Files changed https://github.com/pythonnet/pythonnet/pull/980/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/980/files
Add python buffer api support https://github.com/pythonnet/pythonnet/pull/980/files#top
Show all changes 4 commits https://github.com/pythonnet/pythonnet/pull/980/files
3c9f7b3 Add Python buffer api support thesn10 Oct 27, 2019 https://github.com/pythonnet/pythonnet/pull/980/commits/3c9f7b3edf801bd6ff0024196cb6a8126dd84f47
52cc24c Update finalizer thesn10 May 23, 2020 https://github.com/pythonnet/pythonnet/pull/980/commits/52cc24ccdbf11decd176875ccfd54cf1ef9f0bab
530e8c7 Update finalizer 2 thesn10 May 29, 2020 https://github.com/pythonnet/pythonnet/pull/980/commits/530e8c719e26a1b08280a877e7e49ae7bac27182
abf957f Merge branch 'master' into pybuffer2 lostmsu Oct 30, 2020 https://github.com/pythonnet/pythonnet/pull/980/commits/abf957f1c94d8ece5d28aa94eb5d877236034d2e
Clear filters https://github.com/pythonnet/pythonnet/pull/980/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/980/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/980/files
CHANGELOG.md https://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
runtime.cs https://github.com/pythonnet/pythonnet/pull/980/files#diff-f1749bdd9f64fdac5c64d5cb0982ce1dac5e2d9a2cdd55b93d3f83b5047a855d
CHANGELOG.mdhttps://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/thesn10/pythonnet/blob/abf957f1c94d8ece5d28aa94eb5d877236034d2e/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/980/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/980/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
src/runtime/runtime.cshttps://github.com/pythonnet/pythonnet/pull/980/files#diff-f1749bdd9f64fdac5c64d5cb0982ce1dac5e2d9a2cdd55b93d3f83b5047a855d
View file https://github.com/thesn10/pythonnet/blob/abf957f1c94d8ece5d28aa94eb5d877236034d2e/src/runtime/runtime.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/980/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/980/files#diff-f1749bdd9f64fdac5c64d5cb0982ce1dac5e2d9a2cdd55b93d3f83b5047a855d
https://github.com/pythonnet/pythonnet/pull/980/files#diff-f1749bdd9f64fdac5c64d5cb0982ce1dac5e2d9a2cdd55b93d3f83b5047a855d
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.