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 grahamd
Recipients Rhamphoryncus, fdirosa, grahamd, nnorwitz, terry.reedy, timbishop, vslavik
Date 2010-08-04.00:43:38
SpamBayes Score 3.1074475e-08
Marked as misclassified No
Message-id <1280882620.2.0.304615642182.issue1758146@psf.upfronthosting.co.za>
In-reply-to
Content
The actual reported problem was likely because of known issues with running subversion Python wrappers in a sub interpreter.

The rest of the conversation was for a completely different issue which relates to mod_python not using thread APIs in Python in the required manner.

In both cases it is a package distinct from Python itself.

The only fault in Python is the inadequate documentation describing the intricacies of using threading APIs in Python, especially in relation to sub interpreters and also user created thread state objects against main interpreter.

As far as the original issue is concerned however, issue should be able to be closed.
History
Date User Action Args
2010-08-04 00:43:40grahamdsetrecipients: + grahamd, nnorwitz, terry.reedy, Rhamphoryncus, timbishop, vslavik, fdirosa
2010-08-04 00:43:40grahamdsetmessageid: <1280882620.2.0.304615642182.issue1758146@psf.upfronthosting.co.za>
2010-08-04 00:43:38grahamdlinkissue1758146 messages
2010-08-04 00:43:38grahamdcreate