[New-bugs-announce] [issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper

Nick Coghlan report at bugs.python.org
Sun Jul 28 14:35:46 CEST 2013


New submission from Nick Coghlan:

test.bytecode_helper provides various utilities for sensibly testing bytecode generation. It isn't easy for CPython developers to discover, since it isn't documented and the file is mixed in with actual tests in the main test directory.

As discussed in #15494, it should be:

1. Moved from Lib/test/ to Lib/test/support (and imports in tests adjusted accordingly)
2. Documented in Doc/library/test.rst

This change only affects the default branch (since test.bytecode_helper is new in 3.4)

----------
assignee: ncoghlan
messages: 193821
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Rename and document test.bytecode_helper as test.support.bytecode_helper
versions: Python 3.4

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


More information about the New-bugs-announce mailing list