Skip to content

Merged pull request to fix memory leak.#1

Merged
Adriandorr merged 2 commits intogenomics-dev:masterfrom
borman:master
Jun 7, 2017
Merged

Merged pull request to fix memory leak.#1
Adriandorr merged 2 commits intogenomics-dev:masterfrom
borman:master

Conversation

@Adriandorr
Copy link
Copy Markdown

No description provided.

borman added 2 commits March 23, 2017 10:19
Using ujson.dumps() with objects having __json__() method leaked memory
for object's JSON representation.
PyObject_CallObject() returns a PyObject*; discarding it leaked
memory for the result of output.write().
@Adriandorr Adriandorr closed this Jun 6, 2017
@Adriandorr Adriandorr reopened this Jun 6, 2017
@Adriandorr Adriandorr merged commit 45c90a1 into genomics-dev:master Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants