[issue21853] Fix inspect in unicodeless build

2015-05-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: -Fix unicodeless build of Python resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue21853] Fix inspect in unicodeless build

2015-05-30 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue21853] Fix inspect in unicodeless build

2015-05-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21853] Fix inspect in unicodeless build

2015-05-30 Thread Yury Selivanov
Yury Selivanov added the comment: Serhiy, could you please commit it in 2.7? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue21853] Fix inspect in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python keywords: +patch Added file: http://bugs.python.org/file35765/inspect.patch ___ Python tracker ___

[issue21853] Fix inspect in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the inspect module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests messages: 221427 nosy: benjamin.peterson, serhiy.storchaka, yselivanov priority: normal severity