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.

Author ncoghlan
Recipients ncoghlan
Date 2013-07-28.12:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375014946.89.0.0130176350727.issue18578@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-07-28 12:35:46ncoghlansetrecipients: + ncoghlan
2013-07-28 12:35:46ncoghlansetmessageid: <1375014946.89.0.0130176350727.issue18578@psf.upfronthosting.co.za>
2013-07-28 12:35:46ncoghlanlinkissue18578 messages
2013-07-28 12:35:46ncoghlancreate