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 jnoller
Recipients jnoller, ncoghlan, pitrou
Date 2008-09-01.17:09:03
SpamBayes Score 1.7224489e-10
Marked as misclassified No
Message-id <1220288945.69.0.0375280897269.issue3589@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening, there's a bug that the tests/examples/etc didn't catch (and 
nor did I), after the patch application:

woot:python-trunk jesse$ ./python.exe 
Python 2.6b3+ (trunk:66112:66114M, Sep  1 2008, 13:00:19) 
[GCC 4.0.1 (Apple Inc. build 5484)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import _multiprocessing
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/jesse/open_source/subversion/python-
trunk/Lib/multiprocessing/__init__.py", line 148, in <module>
    from multiprocessing.synchronize import (Lock, RLock, Condition, 
Event,
  File "/Users/jesse/open_source/subversion/python-
trunk/Lib/multiprocessing/synchronize.py", line 29, in <module>
    SEM_VALUE_MAX = _multiprocessing.SemLock.SEM_VALUE_MAX
AttributeError: 'module' object has no attribute 'SemLock'
>>>
History
Date User Action Args
2008-09-01 17:09:05jnollersetrecipients: + jnoller, ncoghlan, pitrou
2008-09-01 17:09:05jnollersetmessageid: <1220288945.69.0.0375280897269.issue3589@psf.upfronthosting.co.za>
2008-09-01 17:09:03jnollerlinkissue3589 messages
2008-09-01 17:09:03jnollercreate