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: Fix inspect in unicodeless build
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: benjamin.peterson, python-dev, serhiy.storchaka, yselivanov
Priority: normal Keywords: patch

Created on 2014-06-24 07:41 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
inspect.patch serhiy.storchaka, 2014-06-24 07:44 review
Messages (3)
msg221427 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:41
Proposed patch fixes the inspect module and it's tests for Python built with the --disable-unicode configure option.
msg244512 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-05-31 03:02
Serhiy, could you please commit it in 2.7?
msg244517 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-31 05:02
New changeset 44590c1b264e by Serhiy Storchaka in branch '2.7':
Issue #21853: Fixed the inspect module in unicode disabled build.
https://hg.python.org/cpython/rev/44590c1b264e
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66052
2015-05-31 05:04:17serhiy.storchakasetstatus: open -> closed
dependencies: - Fix unicodeless build of Python
resolution: fixed
stage: patch review -> resolved
2015-05-31 05:02:18python-devsetnosy: + python-dev
messages: + msg244517
2015-05-31 04:59:52serhiy.storchakasetassignee: serhiy.storchaka
2015-05-31 03:02:10yselivanovsetmessages: + msg244512
2014-06-24 07:44:13serhiy.storchakasetfiles: + inspect.patch
keywords: + patch
dependencies: + Fix unicodeless build of Python
2014-06-24 07:41:09serhiy.storchakacreate