Commit 9d4f3d81 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Added exceptins for testing non-reversible import mapping for Issue #26013.

parents 905a97d4 5c1d9d2f
......@@ -239,6 +239,8 @@ if has_c_implementation:
ALT_IMPORT_MAPPING = {
('_elementtree', 'xml.etree.ElementTree'),
('cPickle', 'pickle'),
('StringIO', 'io'),
('cStringIO', 'io'),
}
ALT_NAME_MAPPING = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment