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 tim.peters
Recipients
Date 2004-10-10.17:26:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

As with the other patch, it's not acceptable to slow down 
every locking function in the core.  It would be fine to add 
PyEval_ThreadsInitialized() to the API.  Doing any more than 
just that is debatable, requires doc changes, etc.

Note that most of this patch appears to consist of 
whitespace changes.  Those should be checked in separately.
History
Date User Action Args
2007-08-23 15:40:10adminlinkissue1044089 messages
2007-08-23 15:40:10admincreate