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 [email protected]
Recipients Craig.Silverstein, PyAcrisel, [email protected], ned.deily, spicyj
Date 2016-05-25.23:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:09[email protected]setrecipients: + [email protected], ned.deily, Craig.Silverstein, spicyj, PyAcrisel
2016-05-25 23:07:09[email protected]setmessageid: <[email protected]>
2016-05-25 23:07:09[email protected]linkissue20353 messages
2016-05-25 23:07:09[email protected]create