[Python-checkins] r72086 - in python/branches/py3k: Doc/library/tokenize.rst Lib/tokenize.py

Eric Smith eric at trueblade.com
Wed Apr 29 13:27:10 CEST 2009


Mark Dickinson wrote:
> On Wed, Apr 29, 2009 at 1:34 AM, raymond.hettinger
> <python-checkins at python.org> wrote:
> 
>> Modified: python/branches/py3k/Lib/tokenize.py
>> ==============================================================================
>> --- python/branches/py3k/Lib/tokenize.py        (original)
>> +++ python/branches/py3k/Lib/tokenize.py        Wed Apr 29 02:34:27 2009
>> @@ -24,6 +24,7 @@
>>                'Skip Montanaro, Raymond Hettinger, Trent Nelson, '
>>                'Michael Foord')
>>
>> +import collections
> 
> This import seems to be causing a circular dependency in
> the build process.   On Linux, after doing a
> 
> make distclean && ./configure && make
> 
> the build fails with:

Same error on MacOS.



More information about the Python-checkins mailing list