Issue 19712: Make sure there are exec_module tests for _LoaderBasics subclasses (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/63911

classification

Title: Make sure there are exec_module tests for _LoaderBasics subclasses
Type: Stage: needs patch
Components: Tests Versions: Python 3.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, brett.cannon, eric.snow, ncoghlan, python-dev
Priority: normal Keywords:

Created on 2013-11-22 16:48 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg204754 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-29 21:17
New changeset dad74ff75a6b by Brett Cannon in branch 'default': Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 http://hg.python.org/cpython/rev/dad74ff75a6b
msg205386 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-06 17:07
New changeset 543c76769c14 by Brett Cannon in branch 'default': Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 http://hg.python.org/cpython/rev/543c76769c14
msg205387 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-12-06 17:08
test.test_importlib.source is the last thing to update for PEP 451 for this bug.
msg205395 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-06 19:25
New changeset 07ef52e751f3 by Brett Cannon in branch 'default': Issue #19712: Update test.test_importlib.source for PEP 451 http://hg.python.org/cpython/rev/07ef52e751f3
History
Date User Action Args
2022-04-11 14:57:54 admin set github: 63911
2013-12-06 19:25:22 brett.cannon set status: open -> closedresolution: fixed
2013-12-06 19:25:10 python-dev set messages: +
2013-12-06 17:08:51 brett.cannon set messages: +
2013-12-06 17:07:33 python-dev set messages: +
2013-11-29 21:17:13 python-dev set nosy: + python-devmessages: +
2013-11-23 19:53:50 Arfrever set nosy: + Arfrever
2013-11-22 16:48:31 brett.cannon link issue18864 dependencies
2013-11-22 16:48:18 brett.cannon create