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 rgpitts
Recipients eric.smith, rgpitts, tim.golden
Date 2010-08-04.10:20:32
SpamBayes Score 1.3119062e-05
Marked as misclassified No
Message-id <1280917233.91.0.48529403559.issue9503@psf.upfronthosting.co.za>
In-reply-to
Content
I've created a test service that demostrates the problem. The example service calls PyRun_SimpleString in loop that evaluates the Python statement "print 'String'". The number of iteration in the loop depends on the length of the string used in the print statement. The longer the string the fewer iteration.

Attached is a Visual Studio 2008 project and readme.
History
Date User Action Args
2010-08-04 10:20:34rgpittssetrecipients: + rgpitts, eric.smith, tim.golden
2010-08-04 10:20:33rgpittssetmessageid: <1280917233.91.0.48529403559.issue9503@psf.upfronthosting.co.za>
2010-08-04 10:20:32rgpittslinkissue9503 messages
2010-08-04 10:20:32rgpittscreate