[issue9848] setup.py contains needless references to built-in _weakref module

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon Sep 13 21:31:48 CEST 2010


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

_weakref module is a built-in module in Python 3 since r58602, but references to _weakref module in setup.py haven't been removed. They can be removed in py3k and 3.1 branches.

setup.py in 2.7 branch (since r84233) contains unused, commented out reference to _weakref module, which also can be removed.

----------
components: Build
messages: 116343
nosy: Arfrever, georg.brandl
priority: normal
severity: normal
status: open
title: setup.py contains needless references to built-in _weakref module
versions: Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9848>
_______________________________________


More information about the Python-bugs-list mailing list