Skip to content

Exception AssertionError: AssertionError() in <Finalize object, dead> ignored #422

@stamparm

Description

@stamparm

Due to a (gc <-> multiprocessing) bug [1][2] in Python in rare cases multiprocessing throws assertation errors. Dirty patch is to temporary disable garbage collection during multiprocessing run [3][4]

References:
[1] http://bugs.python.org/issue14548
[2] https://github.com/pelletier/django-parallelized_querysets
[3] http://bugs.python.org/file25180/mp_disable_gc.patch
[4] http://docs.python.org/release/2.6.7/library/multiprocessing.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions