Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
11
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Python to CLR string marshaling LRU cache.
- #538
#538
Closed
dmitriyse
wants to merge 19 commits into
pythonnet:master
pythonnet/pythonnet:master
from
dmitriyse:string-marshaling-cache
dmitriyse/pythonnet:string-marshaling-cache
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Closed
Python to CLR string marshaling LRU cache.
#538
dmitriyse
wants to merge 19 commits into
pythonnet:master
pythonnet/pythonnet:master
from
dmitriyse:string-marshaling-cache
dmitriyse/pythonnet:string-marshaling-cache
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2017
Python string to CLR string marshaling cache added.
dse
committed
741070b
View commit details
Copy full SHA for 741070b
Browse repository at this point
Commits on Aug 31, 2017
Runtime/Shutdown loop stores old caches and static variables. It's produces bugs when CPython freeing up enough objects.
dse
committed
9de6f7b
View commit details
Copy full SHA for 9de6f7b
Browse repository at this point
Commits on Sep 2, 2017
Added all tests finalizer routine.
dse
committed
e9e5c60
View commit details
Copy full SHA for e9e5c60
Browse repository at this point
Bug: Py_Initialize/Py_Finalize calls during alive PythonEngine. Fixed.
dse
committed
64acfcb
View commit details
Copy full SHA for 64acfcb
Browse repository at this point
Init/Shutdown state variable (IsFinalizing) fix.
dse
committed
7898833
View commit details
Copy full SHA for 7898833
Browse repository at this point
Commits on Sep 5, 2017
TestPythonEngineProperties fixes.
dse
committed
ed29200
View commit details
Copy full SHA for ed29200
Browse repository at this point
Commits on Sep 6, 2017
Managed to python string marshaling cache added.
dse
committed
fc549e3
View commit details
Copy full SHA for fc549e3
Browse repository at this point
Net40 compatibility fix.
dse
committed
06f4faa
View commit details
Copy full SHA for 06f4faa
Browse repository at this point
Commits on Sep 7, 2017
Build warnings fix.
dse
committed
5136c85
View commit details
Copy full SHA for 5136c85
Browse repository at this point
Commits on Oct 10, 2017
Update TestRuntime.cs
dse
committed
507edc9
View commit details
Copy full SHA for 507edc9
Browse repository at this point
Commits on Feb 10, 2018
Merge branch 'master' into string-marshaling-cache
den-run-ai
authored
88c9bc8
View commit details
Copy full SHA for 88c9bc8
Browse repository at this point
Commits on Oct 16, 2018
Merge branch 'master' into string-marshaling-cache
filmor
authored
ffceeed
View commit details
Copy full SHA for ffceeed
Browse repository at this point
Commits on Oct 17, 2018
Merge branch 'master' into string-marshaling-cache
filmor
authored
f7433f6
View commit details
Copy full SHA for f7433f6
Browse repository at this point
Commits on Nov 14, 2018
Merge branch 'master' into string-marshaling-cache
filmor
authored
b200bcb
View commit details
Copy full SHA for b200bcb
Browse repository at this point
Merge branch 'master' into string-marshaling-cache
filmor
authored
0df879e
View commit details
Copy full SHA for 0df879e
Browse repository at this point
Commits on Nov 15, 2018
Merge branch 'master' into string-marshaling-cache
filmor
authored
382c4d6
View commit details
Copy full SHA for 382c4d6
Browse repository at this point
Commits on Nov 19, 2018
Merge branch 'master' into string-marshaling-cache
filmor
authored
1865e21
View commit details
Copy full SHA for 1865e21
Browse repository at this point
Commits on Mar 6, 2019
Merge branch 'master' into string-marshaling-cache
filmor
authored
46f2498
View commit details
Copy full SHA for 46f2498
Browse repository at this point
Commits on Mar 19, 2019
Merge branch 'master' into string-marshaling-cache
filmor
authored
49d0d89
View commit details
Copy full SHA for 49d0d89
Browse repository at this point
You can’t perform that action at this time.