- Notifications
You must be signed in to change notification settings - Fork27
FIX memoryview leaks and retrofit memory-manager as context-managers#33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
ankostis wants to merge19 commits intogitpython-developers:masterChoose a base branch fromankostis:leaks2
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
2347f3d
feat(enc): test with unicode tmpdir
ankostis883217b
fix(leaks): attempt to plug the leaks & filter dead regions
ankostis43c5f23
chore(ver): bump 2.0.1-->2.1.0.dev0
ankostisf10196f
fix(regs): fix/rename scream_if_closed()-->collect_closed_regions()
ankostis88e2769
chore(ver): bump 2.0.1-->2.1.0.dev1
ankostis133dd1c
style(listuple): pep8, literals for empty lists/tuples
ankostis7c1eac7
refact(region): rename offset `_b --> _ofs`
ankostisbba086a
refact(minor): use region.priv-func, close fd on same condition
ankostisa2bc2d2
feat(mman): BREAKING API `mman` as context-manager to release regions
ankostis01df7f3
chore(ver): bump 2.1.0.dev1-->2.1.0.dev3
ankostisbf68f77
feat(mman-contxt): opt-out not to scream if mman not entered
ankostis4598966
fix(leaks): attempt to gc-collect before region-collect
ankostisd0bd74e
fix(mman): exit log-msg were missing left-overs arg, log as debug
ankostise33235a
refact(buf): also use SlidingWindowMapBuffer as optional context-manager
ankostis33f12e6
refact(TCs): unittestize assertions
ankostis8489c31
refact(buf): simplify API - no begin/end after construct
ankostisd81dc1d
style(mman): move managed_mmaps() closer to 2 mmans
ankostis9ba1649
fix(leaks): FIX memoryview leak in Windows
ankostis144891b
chore(ver): bump 2.1.0.dev3-->2.1.0.dev4
ankostisFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions.travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
44 changes: 31 additions & 13 deletionsdoc/source/changes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
204 changes: 114 additions & 90 deletionsdoc/source/tutorial.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionssmmap/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.