skip to navigation
skip to content

Python Wiki

Python Insider Blog

Python 2 or 3?

Help Fund Python

[Python resources in languages other than English]

Non-English Resources

Add an event to this calendar.

Times are shown in UTC/GMT.

Add an event to this calendar.

SIG on Process Threading in Python

This sig has been retired.

New postings to the mailing list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists.

This list's mission is to improve the status of threading in Python.

Specifically:

  • Python will have a sufficiently powerful threading interface that users can concentrate on using threads rather than writing threading tools.
  • There will be sufficient Python threading documentation.
  • Python should support threading well on every platform with decent native OS support.
  • There should be some kind of answer to the problems caused by Python's central interpreter lock.
  • The issues of threading with respect to multiprocessor machines are addressed.