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.

classification
Title: switch_index_if_fails fails on py2
Type: behavior Stage: resolved
Components: Distutils2 Versions: 3rd party
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, j1m, python-dev, serhiy.storchaka, tarek
Priority: critical Keywords:

Created on 2012-03-12 19:29 by tarek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg155463 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2012-03-12 19:29
distutils2 pysetup install is not working on py2 because the wrapper tries to pull func.f_name, which does not exist.
msg155466 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-12 19:53
New changeset 32a95541829c by Tarek Ziade in branch 'default':
Fixed a function name lookup in distutils2.pypi.wrapper (#14263)
http://hg.python.org/distutils2/rev/32a95541829c
msg181461 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-02-05 17:11
Should it be closed?
msg181462 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-02-05 17:16
Right, I probably kept this open for the packaging backport, so now it’s moot.

BTW, there are many distutils2 bugs that I haven’t closed, as they will still be useful for the successors of d2.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58471
2013-02-05 17:16:01eric.araujosetstatus: pending -> closed
versions: + 3rd party, - Python 2.6, Python 2.7
messages: + msg181462

resolution: fixed
stage: resolved
2013-02-05 17:11:24serhiy.storchakasetstatus: open -> pending
nosy: + serhiy.storchaka
messages: + msg181461

2012-03-12 22:10:46tareklinkissue14002 dependencies
2012-03-12 19:53:48python-devsetnosy: + python-dev
messages: + msg155466
2012-03-12 19:29:58tareksetnosy: + alexis
components: + Distutils2
2012-03-12 19:29:45tareksettype: behavior
2012-03-12 19:29:34tarekcreate