Patches item #1203393, was opened at 05/17/05 01:39 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1203393&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.4 >Status: Closed Resolution: None Priority: 5 Submitted By: anothermax (yetanothermax) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for [ 1163563 ] Sub threads execute in restricted mode Initial Comment: The thread module delivered with versions of python greater than 2.3.4 is not compatible with the use of sub interpreters, this causes problems with the jep product and seems also to be a problem for mod_python. This has been raised as a bug "[ 1163563 ] Sub threads execute in restricted mode" (http://sourceforge.net/tracker/index.php? func=detail&aid=1163563&group_id=5470&atid=105470) please see this bug report for further details. The problem seems to be the with use of PyGIL_StateXXX functions in the module. This patch replaces these calls with those used in pre- 2.3.5 threadmodule.c. A file called threadtest.c is attached to the bug report which demonstrates the problem. I'm using Python version 2.4.1 on Windows XP SP1 ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 10/06/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1203393&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
