[issue11255] 2to3 throws AttributeError during distutils installation with -O

2021-09-09 Thread Irit Katriel
Irit Katriel added the comment: Python 3.2 is out of date, and distutils and 2to3 are both deprecated. -- nosy: +iritkatriel resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue11255] 2to3 throws AttributeError during distutils installation with -O

2011-02-25 Thread Éric Araujo
Éric Araujo added the comment: This does not look specific to distutils. Can you reproduce with bare 2to3? If so, can you attach the test script of unit test diff? :) (P.S. “crash” is used for segfaults, not unhandled exceptions.) -- nosy: +benjamin.peterson, eric.araujo stage: ->

[issue11255] 2to3 throws AttributeError during distutils installation with -O

2011-02-20 Thread Stefan Behnel
New submission from Stefan Behnel : When running a distutils installation of Cython (which uses lib2to3) as "python3.2 -O setup.py bdist", I get this: Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma Traceback