This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author evan.jones@bluecore.com
Recipients Craig.Silverstein, PyAcrisel, evan.jones@bluecore.com, ned.deily, spicyj
Date 2016-05-25.23:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464217629.28.0.52788793782.issue20353@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the root cause of this bug is the following issue: http://bugs.python.org/issue27126 ; a workaround is to run the following code before forking any subprocesses: sqlite3.connect(':memory:').close()
History
Date User Action Args
2016-05-25 23:07:09evan.jones@bluecore.comsetrecipients: + evan.jones@bluecore.com, ned.deily, Craig.Silverstein, spicyj, PyAcrisel
2016-05-25 23:07:09evan.jones@bluecore.comsetmessageid: <1464217629.28.0.52788793782.issue20353@psf.upfronthosting.co.za>
2016-05-25 23:07:09evan.jones@bluecore.comlinkissue20353 messages
2016-05-25 23:07:09evan.jones@bluecore.comcreate